feat(京东读书): 开屏广告(补充规则,GKD1.7有效)

This commit is contained in:
AIsouler
2024-02-28 23:14:13 +08:00
parent 8acc96190c
commit e7d78f9fa2

View File

@@ -10,6 +10,8 @@ export default defineAppConfig({
matchTime: 10000, matchTime: 10000,
actionMaximum: 1, actionMaximum: 1,
resetMatch: 'app', resetMatch: 'app',
actionCdKey: 0,
actionMaximumKey: 0,
rules: [ rules: [
{ {
key: 0, key: 0,
@@ -21,10 +23,22 @@ export default defineAppConfig({
}, },
{ {
key: 1, key: 1,
actionCdKey: 0,
matches: matches:
'[childCount=0][visibleToUser=true][(text.length<10&&(text*="跳过"||text*="跳过"||text*="skip"||text*="Skip")) || id$="tt_splash_skip_btn" || vid*="skip" || vid*="Skip" || (vid*="count" && vid*="down" && vid!*="download") || desc*="跳过" || desc*="skip"]', '[childCount=0][visibleToUser=true][(text.length<10&&(text*="跳过"||text*="跳过"||text*="skip"||text*="Skip")) || id$="tt_splash_skip_btn" || vid*="skip" || vid*="Skip" || (vid*="count" && vid*="down" && vid!*="download") || desc*="跳过" || desc*="skip"]',
}, },
{
key: 2,
quickFind: true,
action: 'clickCenter',
position: {
left: 'width * 0.9007',
top: 'width * 0.1603',
},
matches: '[id="com.jd.app.reader:id/animation_view"]',
exampleUrls:
'https://m.gkd.li/57941037/ab677b66-4681-4672-a1d6-3b5938e7f374',
snapshotUrls: 'https://i.gkd.li/i/13264389',
},
], ],
}, },
{ {