perf: X-分段广告 #910

This commit is contained in:
AIsouler
2025-05-16 14:51:08 +08:00
parent 068c357a12
commit 938964fa66

View File

@@ -39,10 +39,12 @@ export default defineGkdApp({
preKeys: [0, 1], preKeys: [0, 1],
key: 10, key: 10,
name: '点击[我不喜欢这个广告]', name: '点击[我不喜欢这个广告]',
matches: '@ViewGroup[clickable=true] > [text="我不喜欢这个广告"]', matches:
'@ViewGroup[clickable=true] > [text="我不喜欢这个广告" || text^="屏蔽"][visibleToUser=true]',
snapshotUrls: [ snapshotUrls: [
'https://i.gkd.li/i/12798810', 'https://i.gkd.li/i/12798810',
'https://i.gkd.li/i/14782902', 'https://i.gkd.li/i/14782902',
'https://i.gkd.li/i/20239421',
], ],
}, },
], ],