diff --git a/src/apps/com.android.bankabc.ts b/src/apps/com.android.bankabc.ts index ee2eb4d3..49c36632 100644 --- a/src/apps/com.android.bankabc.ts +++ b/src/apps/com.android.bankabc.ts @@ -28,5 +28,32 @@ export default defineAppConfig({ }, ], }, + { + key: 2, + name: '更新提示', + quickFind: true, + actionMaximum: 1, + resetMatch: 'app', + rules: '[vid="upgrade_bottom"] > [vid="negativeTextView"]', + snapshotUrls: 'https://i.gkd.li/import/14208545', + }, + { + key: 3, + name: '定位提示', + quickFind: true, + actionMaximum: 1, + resetMatch: 'app', + rules: '[text="允许获取位置信息"] +n * > [text="取消"]', + snapshotUrls: 'https://i.gkd.li/import/14208572', + }, + { + key: 4, + name: '通知提示', + quickFind: true, + actionMaximum: 1, + resetMatch: 'app', + rules: '[vid="iv_notification_reminder_dialog_close"]', + snapshotUrls: 'https://i.gkd.li/import/14208621', + }, ], });