fix(汽水音乐): 开屏广告误触

This commit is contained in:
AIsouler
2024-04-29 19:15:34 +08:00
parent f7d2000043
commit ef56773890

View File

@@ -21,8 +21,11 @@ export default defineGkdApp({
}, },
{ {
key: 1, key: 1,
matches: '[text*="跳过"][text.length<10][visibleToUser=true]', matches: '[text^="跳过"][text.length<10][visibleToUser=true]',
snapshotUrls: 'https://i.gkd.li/i/15087528', snapshotUrls: [
'https://i.gkd.li/i/15087528',
'https://i.gkd.li/i/15148298', // 避免误触
],
}, },
], ],
}, },