From 8f48dfcb54628ffc2a045c84e191e2d076087e1e Mon Sep 17 00:00:00 2001 From: AIsouler Date: Wed, 23 Jul 2025 20:33:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A4=9A=E5=B1=8F=E4=BA=92=E5=8A=A8-?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20#1059?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.tnscreen.main.ts | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/apps/com.tnscreen.main.ts b/src/apps/com.tnscreen.main.ts index 99903b0d..a5157db7 100644 --- a/src/apps/com.tnscreen.main.ts +++ b/src/apps/com.tnscreen.main.ts @@ -13,12 +13,24 @@ export default defineGkdApp({ priorityTime: 10000, rules: [ { + key: 0, fastQuery: true, + excludeMatches: '[vid="skip_parent_view"][visibleToUser=true]', matches: 'LinearLayout[childCount>0] + LinearLayout[vid="welcome_ad_view_skip"][visibleToUser=true]', exampleUrls: 'https://e.gkd.li/d14f7876-892f-4a25-aa1f-0f7500be52cb', snapshotUrls: 'https://i.gkd.li/i/18368988', - excludeSnapshotUrls: 'https://i.gkd.li/i/18370963', // LinearLayout[childCount>0] 防止提前触发 + excludeSnapshotUrls: [ + 'https://i.gkd.li/i/18370963', // LinearLayout[childCount>0] 防止提前触发 + 'https://i.gkd.li/i/21383354', + ], + }, + { + key: 1, + fastQuery: true, + matches: '[vid="skip_parent_view"][visibleToUser=true]', + exampleUrls: 'https://e.gkd.li/243c2920-9761-41c6-a142-9f6f53ab78fe', + snapshotUrls: 'https://i.gkd.li/i/21383354', }, ], },