From fb308fa29ba2d0b43f9229a39b36f452ce9a1b1a Mon Sep 17 00:00:00 2001 From: adproqwq <101449500+adproqwq@users.noreply.github.com> Date: Thu, 23 Nov 2023 23:59:37 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E9=92=B1=E5=8C=85):=20=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E7=A6=81=E6=AD=A2=E9=80=9A=E7=9F=A5=E6=9D=83=E9=99=90=E6=8E=88?= =?UTF-8?q?=E6=9D=83=EF=BC=88=E9=BB=98=E8=AE=A4=E5=85=B3=E9=97=AD=EF=BC=89?= =?UTF-8?q?=20(#2415)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #2409 --- src/apps/com.vivo.wallet.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/apps/com.vivo.wallet.ts b/src/apps/com.vivo.wallet.ts index bb51cfde..9ac575ce 100644 --- a/src/apps/com.vivo.wallet.ts +++ b/src/apps/com.vivo.wallet.ts @@ -18,5 +18,21 @@ export default defineAppConfig({ }, ], }, + { + key: 1, + name: '通知权限授权弹窗', + activityIds: 'com.vivo.wallet.bookkeep.activity.BookKeepMainActivity', + enable: false, + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'activity', + rules: [ + { + matches: '@Button[text*="取消"]', + snapshotUrls: 'https://i.gkd.li/import/13440881', + }, + ], + }, ], });