mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 02:05:06 +08:00
fix(汽水音乐): 开屏广告误触
This commit is contained in:
@@ -21,8 +21,11 @@ export default defineGkdApp({
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
matches: '[text*="跳过"][text.length<10][visibleToUser=true]',
|
||||
snapshotUrls: 'https://i.gkd.li/i/15087528',
|
||||
matches: '[text^="跳过"][text.length<10][visibleToUser=true]',
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/i/15087528',
|
||||
'https://i.gkd.li/i/15148298', // 避免误触
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user