From a068155f7e15ea99bd3f735387f6115cb93fa678 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Sun, 24 Dec 2023 21:06:20 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=A5=87=E5=A6=99=E5=BA=94=E7=94=A8):=20?= =?UTF-8?q?=E5=8D=A1=E7=89=87=E5=BC=8F=E5=B9=BF=E5=91=8A=EF=BC=88=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E8=AF=AF=E8=A7=A6=EF=BC=89=20(#3398)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.magicalstory.AppStore.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/apps/com.magicalstory.AppStore.ts b/src/apps/com.magicalstory.AppStore.ts index e3ecfb2a..eca01fa9 100644 --- a/src/apps/com.magicalstory.AppStore.ts +++ b/src/apps/com.magicalstory.AppStore.ts @@ -35,13 +35,14 @@ export default defineAppConfig({ ], matches: [ '[id^="com.magicalstory.AppStore:id/banner"]', - 'FrameLayout[childCount=5] > FrameLayout[childCount=1] > ImageView', + 'FrameLayout[childCount=5] > FrameLayout[childCount=1] > ImageView[visibleToUser=true]', ], snapshotUrls: [ 'https://i.gkd.li/import/13185746', 'https://i.gkd.li/import/13413482', 'https://i.gkd.li/import/13416979', 'https://i.gkd.li/import/13527698', + 'https://i.gkd.li/import/13759492', // 限定 visibleToUser, 防止误触 ], }, {