fix: 多屏互动-开屏广告 #1059

This commit is contained in:
AIsouler
2025-07-23 20:33:58 +08:00
parent 95a91d218a
commit 8f48dfcb54

View File

@@ -13,12 +13,24 @@ export default defineGkdApp({
priorityTime: 10000, priorityTime: 10000,
rules: [ rules: [
{ {
key: 0,
fastQuery: true, fastQuery: true,
excludeMatches: '[vid="skip_parent_view"][visibleToUser=true]',
matches: matches:
'LinearLayout[childCount>0] + LinearLayout[vid="welcome_ad_view_skip"][visibleToUser=true]', 'LinearLayout[childCount>0] + LinearLayout[vid="welcome_ad_view_skip"][visibleToUser=true]',
exampleUrls: 'https://e.gkd.li/d14f7876-892f-4a25-aa1f-0f7500be52cb', exampleUrls: 'https://e.gkd.li/d14f7876-892f-4a25-aa1f-0f7500be52cb',
snapshotUrls: 'https://i.gkd.li/i/18368988', 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',
}, },
], ],
}, },