diff --git a/src/apps/com.zzw.october.ts b/src/apps/com.zzw.october.ts index 5770bfb6..1bd085c5 100644 --- a/src/apps/com.zzw.october.ts +++ b/src/apps/com.zzw.october.ts @@ -29,5 +29,38 @@ export default defineGkdApp({ }, ], }, + { + key: 3, + name: '更新提示', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + fastQuery: true, + activityIds: '.MainActivity', + matches: '[vid="dialog_de"][visibleToUser=true]', + exampleUrls: 'https://e.gkd.li/f80b0ecb-a704-495d-9afc-c1ffcba2108f', + snapshotUrls: 'https://i.gkd.li/i/19485921', + }, + ], + }, + { + key: 4, + name: '通知提示-志愿者保险提示弹窗', + desc: '点击[暂不领取]', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + fastQuery: true, + activityIds: '.MainActivity', + matches: '[text="暂不领取"][visibleToUser=true]', + exampleUrls: 'https://e.gkd.li/fe4b163a-bb6c-4337-b095-4bdf1219e9b2', + snapshotUrls: 'https://i.gkd.li/i/19485920', + }, + ], + }, ], });