feat(酷狗音乐): 开屏广告(补充规则)

This commit is contained in:
AIsouler
2024-03-15 10:31:50 +08:00
parent c9eec04b83
commit 22ad68ba81

View File

@@ -10,8 +10,10 @@ export default defineAppConfig({
matchTime: 10000, matchTime: 10000,
actionMaximum: 1, actionMaximum: 1,
resetMatch: 'app', resetMatch: 'app',
actionMaximumKey: 0,
rules: [ rules: [
{ {
key: 0,
matches: '[desc="跳过"||desc="GdtCountDownView"]', matches: '[desc="跳过"||desc="GdtCountDownView"]',
snapshotUrls: [ snapshotUrls: [
'https://i.gkd.li/i/12775410', 'https://i.gkd.li/i/12775410',
@@ -19,6 +21,17 @@ export default defineAppConfig({
'https://i.gkd.li/i/13468987', 'https://i.gkd.li/i/13468987',
], ],
}, },
{
key: 1,
position: {
left: 'width * 0.6858',
top: 'width * 0.3906',
},
matches: '[desc="createSkipView"]',
exampleUrls:
'https://m.gkd.li/57941037/fc4a38c9-20aa-4cfc-9a92-c20e9194418b',
snapshotUrls: 'https://i.gkd.li/i/14609953',
},
], ],
}, },
{ {