diff --git a/src/apps/com.bankcomm.Bankcomm.ts b/src/apps/com.bankcomm.Bankcomm.ts index 4737f07d..76264149 100644 --- a/src/apps/com.bankcomm.Bankcomm.ts +++ b/src/apps/com.bankcomm.Bankcomm.ts @@ -34,5 +34,22 @@ export default defineGkdApp({ rules: '[id = "com.bankcomm.Bankcomm:id/tvNotNow" && text = "暂不更新"]', snapshotUrls: 'https://i.gkd.li/i/12842484', }, + { + key: 2, + name: '通知提示-网络代理提示弹窗', + desc: '点击[继续使用]', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + fastQuery: true, + activityIds: 'com.bankcomm.module.biz.home.MainActivity', + matches: '[text="继续使用"]', + exampleUrls: 'https://e.gkd.li/b9854883-ed3c-4a55-bd8e-7af7c02d59ba', + snapshotUrls: 'https://i.gkd.li/i/17556284', + }, + ], + }, ], });