From 5a30b6010a004e460ddaa1f467245d1dda858a15 Mon Sep 17 00:00:00 2001 From: aisouler Date: Fri, 16 Feb 2024 21:19:13 +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=E4=B8=A4=E6=AC=A1=E7=82=B9=E5=87=BB=E6=89=8D=E8=83=BD?= =?UTF-8?q?=E5=85=B3=E9=97=AD=E5=B9=BF=E5=91=8A=E3=80=81=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E8=A7=84=E5=88=99=EF=BC=89?= 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 ba8b55cb..85694066 100644 --- a/src/apps/com.magicalstory.AppStore.ts +++ b/src/apps/com.magicalstory.AppStore.ts @@ -12,13 +12,14 @@ export default defineAppConfig({ { key: 0, name: '腾讯广告', + actionDelay: 100, // 缺失此字段会造成触发两次点击才能关闭广告的结果 activityIds: [ 'com.magicalstory.AppStore.appDetails.AppDetailsActivity', 'com.magicalstory.AppStore.main.fragments.square.section.forumDetailsActivity', ], excludeActivityIds: 'com.magicalstory.AppStore.search.searchActivity', // 排除搜索页,搜索页的规则见 key: 1 matches: - '[visibleToUser=true] - [vid^="banner"] >n FrameLayout[childCount=5] > FrameLayout[childCount=1] > @ImageView[visibleToUser=true] < FrameLayout +2 *[visibleToUser=true]', + '[visibleToUser=true] - [vid="bannerLayout"] >7 FrameLayout[childCount=5] > FrameLayout[index=2]', snapshotUrls: [ 'https://i.gkd.li/import/13413482', 'https://i.gkd.li/import/13416979',