fix: 掌阅-开屏广告 #1331

This commit is contained in:
AIsouler
2025-10-28 19:39:47 +08:00
parent 5e7966bc00
commit b7af80ac2d

View File

@@ -15,9 +15,13 @@ export default defineGkdApp({
{ {
fastQuery: true, fastQuery: true,
action: 'clickCenter', // clickNode无效 action: 'clickCenter', // clickNode无效
matches: '[text*="跳过"][text.length<10][visibleToUser=true]', matches:
'[name!$="ViewGroup"] > [text*="跳过"][text.length<10][visibleToUser=true]',
exampleUrls: 'https://e.gkd.li/84df4bd7-bdf9-4b34-bb3c-57dfe9c09454', exampleUrls: 'https://e.gkd.li/84df4bd7-bdf9-4b34-bb3c-57dfe9c09454',
snapshotUrls: 'https://i.gkd.li/i/23046697', snapshotUrls: [
'https://i.gkd.li/i/23046697',
'https://i.gkd.li/i/23186001',
],
}, },
], ],
}, },