From 3e224dc7f9ee1c46ed26be50a32418a96c672ea9 Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Tue, 16 Dec 2025 00:12:21 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BA=AC=E4=B8=9C=20-=20=E5=85=A8?= =?UTF-8?q?=E5=B1=8F=E5=B9=BF=E5=91=8A-=E5=BC=B9=E7=AA=97=E5=B9=BF?= =?UTF-8?q?=E5=91=8A=20(#1570)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> --- src/apps/com.jingdong.app.mall.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/apps/com.jingdong.app.mall.ts b/src/apps/com.jingdong.app.mall.ts index 53dc1a7e..e5ced4fd 100644 --- a/src/apps/com.jingdong.app.mall.ts +++ b/src/apps/com.jingdong.app.mall.ts @@ -149,6 +149,7 @@ export default defineGkdApp({ excludeMatches: [ 'ImageView[desc="关闭页面"] - [text="优惠券"]', 'TextView[text="退换/售后"][id=null]', + '[text="立即购买"][visibleToUser=true]', ], matches: '[desc="关闭页面" || desc="关闭按钮"][clickable=true][visibleToUser=true]', @@ -159,6 +160,7 @@ export default defineGkdApp({ 'https://i.gkd.li/i/15416926', 'https://i.gkd.li/i/15862131', 'https://i.gkd.li/i/16818580', // 增加excludeMatches: 'TextView[text="退换/售后"]', 避免在刚刚打开该快照页面时误触(此时activityId并未改变) + 'https://i.gkd.li/i/24170046', // 增加excludeMatches: '[text="立即购买"][visibleToUser=true]', 避免在该快照误触 ], }, {