mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 17:55:12 +08:00
feat(交通银行): 通知提示-网络代理提示弹窗 (#435)
This commit is contained in:
@@ -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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user