mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
fix: 掌阅-开屏广告 #1331
This commit is contained in:
@@ -15,9 +15,13 @@ export default defineGkdApp({
|
||||
{
|
||||
fastQuery: true,
|
||||
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',
|
||||
snapshotUrls: 'https://i.gkd.li/i/23046697',
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/i/23046697',
|
||||
'https://i.gkd.li/i/23186001',
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user