From 99ffdcc527d2eeaad5a08e3d536870122f0aaca5 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Tue, 23 Apr 2024 22:12:47 +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 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/apps/com.jingdong.app.mall.ts b/src/apps/com.jingdong.app.mall.ts index 41f43956..27ec8d7d 100644 --- a/src/apps/com.jingdong.app.mall.ts +++ b/src/apps/com.jingdong.app.mall.ts @@ -19,7 +19,7 @@ export default defineGkdApp({ }, { key: 2, - name: '局部广告-我的页面悬浮广告', + name: '局部广告-悬浮广告', activityIds: 'com.jingdong.app.mall.MainFrameActivity', rules: [ { @@ -39,12 +39,13 @@ export default defineGkdApp({ }, { key: 2, - matches: '[desc="关闭浮层icon"]', + matches: '[desc="关闭浮层icon"][clickable=true][visibleToUser=true]', snapshotUrls: [ 'https://i.gkd.li/i/13165659', 'https://i.gkd.li/i/12837870', 'https://i.gkd.li/i/13072091', 'https://i.gkd.li/i/12837870', + 'https://i.gkd.li/i/15077913', // 防止误触 ], }, ],