perf(全局规则): 开屏广告 (字节SDK)

This commit is contained in:
AIsouler
2024-11-18 21:10:22 +08:00
parent 2f444283ad
commit f1177f5b99

View File

@@ -42,7 +42,7 @@ export default defineGkdGlobalGroups([
key: 2, key: 2,
action: 'clickCenter', action: 'clickCenter',
matches: matches:
'FrameLayout > FrameLayout[childCount>2] > @View[clickable=true][visibleToUser=true] + TextView[visibleToUser=true][text=null]', // 字节SDK 'FrameLayout > FrameLayout[childCount>2] > @View[clickable=true][text=null][visibleToUser=true] + TextView[visibleToUser=true][text=null][index=parent.childCount.minus(1)]', // 字节SDK
}, },
], ],
apps: [...appList.openAdBlackListAppIDs] apps: [...appList.openAdBlackListAppIDs]