From 8a3619344df3c2541cd773f2e10960d94031e09f Mon Sep 17 00:00:00 2001 From: aoguai <34203474+aoguai@users.noreply.github.com> Date: Sun, 26 Nov 2023 22:11:09 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=BA=AC=E4=B8=9C):=20=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E5=BC=B9=E7=AA=97-=E6=89=93=E5=BC=80=E9=80=9A=E7=9F=A5=20(#252?= =?UTF-8?q?7)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.jingdong.app.mall.ts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/apps/com.jingdong.app.mall.ts b/src/apps/com.jingdong.app.mall.ts index bc2d5b77..240917cb 100644 --- a/src/apps/com.jingdong.app.mall.ts +++ b/src/apps/com.jingdong.app.mall.ts @@ -139,6 +139,20 @@ export default defineAppConfig({ 'https://i.gkd.li/import/13258981', ], }, + { + enable: false, + key: 7, + name: '首页弹窗-打开通知', + desc: '自动点击正下方的【x】', + quickFind: true, + rules: [ + { + activityIds: 'com.jingdong.app.mall.MainFrameActivity', + matches: '[id="com.jingdong.app.mall:id/btn_close"]', + snapshotUrls: 'https://i.gkd.li/import/13463618', + }, + ], + }, { enable: false, key: 10,