feat(呆萌价): 开屏广告(补充规则)

This commit is contained in:
AIsouler
2024-05-27 19:43:50 +08:00
parent 9b6c277604
commit 8d2fb08922

View File

@@ -7,22 +7,26 @@ export default defineGkdApp({
{ {
key: 0, key: 0,
name: '开屏广告', name: '开屏广告',
quickFind: true,
matchTime: 10000, matchTime: 10000,
actionMaximum: 1, actionMaximum: 1,
resetMatch: 'app', resetMatch: 'app',
actionMaximumKey: 0,
rules: [ rules: [
{ {
key: 0, key: 0,
quickFind: true,
position: { position: {
left: 'width * 0.8981', left: 'width * 0.8981',
top: 'width * 0.1629', top: 'width * 0.1629',
}, },
matches: '[id="com.lxkj.dmhw:id/animation_view"]', matches: '[id="com.lxkj.dmhw:id/animation_view"]',
exampleUrls:
'https://m.gkd.li/57941037/c523fe10-484f-4bdb-b331-51745e494af1',
snapshotUrls: 'https://i.gkd.li/i/13246178', snapshotUrls: 'https://i.gkd.li/i/13246178',
}, },
{
key: 1,
matches: '[text*="跳过"][text.length<10][visibleToUser=true]',
snapshotUrls: 'https://i.gkd.li/i/15454142',
},
], ],
}, },
], ],