From 87f59704fc6bf7bb51594f7af48461b8e6fb5d24 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Thu, 8 Feb 2024 19:47:47 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=B8=AD=E5=9B=BD=E5=86=9C=E4=B8=9A?= =?UTF-8?q?=E9=93=B6=E8=A1=8C)=20=E9=80=9A=E7=9F=A5=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.android.bankabc.ts | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/apps/com.android.bankabc.ts b/src/apps/com.android.bankabc.ts index 92eee2c5..49c36632 100644 --- a/src/apps/com.android.bankabc.ts +++ b/src/apps/com.android.bankabc.ts @@ -46,5 +46,14 @@ export default defineAppConfig({ 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', + }, ], });