From 6fb98d93302cb00bb6fa1ae929ab308b02681339 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Thu, 25 Apr 2024 21:36:36 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E4=BA=AC=E4=B8=9C):=20=E5=B1=80=E9=83=A8?= =?UTF-8?q?=E5=B9=BF=E5=91=8A-=E6=82=AC=E6=B5=AE=E5=B9=BF=E5=91=8A?= =?UTF-8?q?=E8=AF=AF=E8=A7=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.jingdong.app.mall.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/apps/com.jingdong.app.mall.ts b/src/apps/com.jingdong.app.mall.ts index 27ec8d7d..9c7fe89b 100644 --- a/src/apps/com.jingdong.app.mall.ts +++ b/src/apps/com.jingdong.app.mall.ts @@ -25,10 +25,11 @@ export default defineGkdApp({ { key: 0, matches: - 'FrameLayout + RelativeLayout > RelativeLayout > ImageView + ImageView[desc!="返回"][visibleToUser=true]', + 'FrameLayout + RelativeLayout > RelativeLayout > ImageView + ImageView[desc=null][visibleToUser=true]', snapshotUrls: [ 'https://i.gkd.li/i/12642270', 'https://i.gkd.li/i/12774910', // 使用 [desc!="返回"] 进行限定,防止在进入商品详情页时点击返回按钮 + 'https://i.gkd.li/i/15110548', // 避免误触 ], }, {