From 9afc46d092e2f320591efb091ca8d6af328fe667 Mon Sep 17 00:00:00 2001 From: aoguai <34203474+aoguai@users.noreply.github.com> Date: Sun, 26 Nov 2023 21:10:06 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=B5=A6=E5=8F=91=E9=93=B6=E8=A1=8C):=20?= =?UTF-8?q?=E6=B6=88=E6=81=AF=E4=B8=AD=E5=BF=83-=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E9=80=9A=E7=9F=A5=E8=AF=B7=E6=B1=82=20(#2496)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/cn.com.spdb.mobilebank.per.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/apps/cn.com.spdb.mobilebank.per.ts b/src/apps/cn.com.spdb.mobilebank.per.ts index ef3535b4..c6b21eb6 100644 --- a/src/apps/cn.com.spdb.mobilebank.per.ts +++ b/src/apps/cn.com.spdb.mobilebank.per.ts @@ -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', + }, ], });