feat(浦发银行): 消息中心-系统通知请求 (#2496)

This commit is contained in:
aoguai 2023-11-26 21:10:06 +08:00 committed by GitHub
parent 66f38eb834
commit 9afc46d092
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,5 +12,15 @@ export default defineAppConfig({
'[id="cn.com.spdb.mobilebank.per:id/splash_tb_time"][text$="跳过"]',
snapshotUrls: 'https://i.gkd.li/import/12740308',
},
{
key: 1,
name: '消息中心-系统通知请求',
desc: '自动点击关闭。',
enable: false,
activityIds:
'cn.com.spdb.mobilebank.per.activity.web.stage.StageCommonWebActivity',
rules: '[text="去开启"] + View > Image[text.length=0]',
snapshotUrls: 'https://i.gkd.li/import/13458535',
},
],
});