diff --git a/src/apps/com.bankcomm.Bankcomm.ts b/src/apps/com.bankcomm.Bankcomm.ts index 8b8d3959..1dadb722 100644 --- a/src/apps/com.bankcomm.Bankcomm.ts +++ b/src/apps/com.bankcomm.Bankcomm.ts @@ -20,5 +20,13 @@ export default defineAppConfig({ 'https://gkd-kit.songe.li/import/12745293', // activityId: 'com.hihonor.android.launcher.unihome.UniHomeLauncher' ], }, + { + key: 1, + name: '版本升级弹窗', + desc: '点击 暂不更新', + activityIds: 'com.bankcomm.module.biz.webcontainer.BCMHtml5Activity', + rules: '[id = "com.bankcomm.Bankcomm:id/tvNotNow" && text = "暂不更新"]', + snapshotUrls: 'https://gkd-kit.songe.li/import/12842484', + }, ], });