feat(AppShare): 开屏广告(补充规则)

This commit is contained in:
AIsouler
2024-05-10 10:07:44 +08:00
parent a6222b4c19
commit 1b3ff7ce15

View File

@@ -28,9 +28,16 @@ export default defineGkdApp({
}, },
{ {
key: 1, key: 1,
matches: '[text*="跳过"][text.length<=10]', matches: '[text*="跳过"][visibleToUser=true][text.length<=10]',
snapshotUrls: 'https://i.gkd.li/i/14553551', snapshotUrls: 'https://i.gkd.li/i/14553551',
}, },
{
key: 2,
order: -1,
matches:
'@ImageView[clickable=true] < * >2 [text*="跳过"][visibleToUser=true][text.length<10]',
snapshotUrls: 'https://i.gkd.li/i/15269380',
},
], ],
}, },
{ {