From 84ea33b17c9787fef0a47ad679b1a3c78e13c708 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Mon, 17 Jun 2024 14:06:53 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=BA=AC=E4=B8=9C):=20=E5=85=A8=E5=B1=8F?= =?UTF-8?q?=E5=B9=BF=E5=91=8A-=E5=BC=B9=E7=AA=97=E5=B9=BF=E5=91=8A?= =?UTF-8?q?=EF=BC=88=E8=A1=A5=E5=85=85activityid=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.jingdong.app.mall.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/apps/com.jingdong.app.mall.ts b/src/apps/com.jingdong.app.mall.ts index ca0290b4..2190250c 100644 --- a/src/apps/com.jingdong.app.mall.ts +++ b/src/apps/com.jingdong.app.mall.ts @@ -105,7 +105,10 @@ export default defineGkdApp({ }, { key: 2, - activityIds: 'com.jingdong.app.mall.MainFrameActivity', + activityIds: [ + 'com.jingdong.app.mall.MainFrameActivity', + 'com.jd.lib.jshop.jshop.JshopMainShopActivity', + ], excludeMatches: 'ImageView[desc="关闭页面"] - [text="优惠券"]', matches: '[desc="关闭页面" || desc="关闭按钮"][clickable=true][visibleToUser=true]', @@ -114,6 +117,7 @@ export default defineGkdApp({ 'https://i.gkd.li/i/13258996', 'https://i.gkd.li/i/13336847', // 增加excludeMatches: 'ImageView[desc="关闭页面"] - [text="优惠券"]', 避免在该快照误触 'https://i.gkd.li/i/15416926', + 'https://i.gkd.li/i/15862131', ], }, ],