feat(交通银行): 通知提示-网络代理提示弹窗 (#435)

This commit is contained in:
AIsouler
2024-10-29 19:55:12 +08:00
parent b7647537f6
commit 45bee1458b

View File

@@ -34,5 +34,22 @@ export default defineGkdApp({
rules: '[id = "com.bankcomm.Bankcomm:id/tvNotNow" && text = "暂不更新"]', rules: '[id = "com.bankcomm.Bankcomm:id/tvNotNow" && text = "暂不更新"]',
snapshotUrls: 'https://i.gkd.li/i/12842484', 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',
},
],
},
], ],
}); });