From d61a629ac17efab7931e5fb8f0332cf2cf73f95b Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Tue, 14 Nov 2023 20:23:47 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=BA=AC=E4=B8=9C):=20=E5=B9=BF=E5=91=8A?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=20(#2085)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(京东):广告弹窗 * feat(京东): 广告弹窗 --------- Co-authored-by: lisonge --- src/apps/com.jingdong.app.mall.ts | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/apps/com.jingdong.app.mall.ts b/src/apps/com.jingdong.app.mall.ts index dc801fc6..6fc9d3f9 100644 --- a/src/apps/com.jingdong.app.mall.ts +++ b/src/apps/com.jingdong.app.mall.ts @@ -116,9 +116,14 @@ export default defineAppConfig({ }, { key: 3, + quickFind: true, activityIds: 'com.jingdong.app.mall.MainFrameActivity', matches: 'RelativeLayout > ImageView[desc="关闭页面"]', - snapshotUrls: 'https://i.gkd.li/import/13258996', + excludeMatches: 'ImageView[desc="关闭页面"] - [text="优惠券"]', + snapshotUrls: [ + 'https://i.gkd.li/import/13258996', + 'https://i.gkd.li/import/13336847', // 增加excludeMatches: 'ImageView[desc="关闭页面"] - [text="优惠券"]', 避免在该快照误触 + ], }, ], },