@@ -7,7 +7,6 @@ export default defineGkdApp({
7
7
{
8
8
key : 0 , // 全局规则概率误触 https://github.com/AIsouler/GKD_subscription/issues/285
9
9
name : '开屏广告' ,
10
- fastQuery : true ,
11
10
matchTime : 10000 ,
12
11
actionMaximum : 1 ,
13
12
resetMatch : 'app' ,
@@ -16,17 +15,36 @@ export default defineGkdApp({
16
15
rules : [
17
16
{
18
17
key : 0 ,
19
- matches : '[vid="tobid_splash_skip_ll"]' ,
18
+ fastQuery : true ,
19
+ matches : '[vid="tobid_splash_skip_ll" || vid="ms_skipView"]' ,
20
20
exampleUrls : 'https://e.gkd.li/03b70de9-9e1d-4362-83df-08a95c2c224f' ,
21
- snapshotUrls : 'https://i.gkd.li/i/16451775' ,
21
+ snapshotUrls : [
22
+ 'https://i.gkd.li/i/16451775' ,
23
+ 'https://i.gkd.li/i/18668837' ,
24
+ ] ,
22
25
} ,
23
26
{
24
27
key : 1 ,
28
+ fastQuery : true ,
25
29
matches :
26
30
'ImageView[desc="skip_button"] + ViewGroup > TextView[text="跳过"]' ,
27
31
exampleUrls : 'https://e.gkd.li/625debfb-faa5-438a-a5ba-5175233ea1d2' ,
28
32
snapshotUrls : 'https://i.gkd.li/i/16828285' ,
29
33
} ,
34
+ {
35
+ key : 2 ,
36
+ matches :
37
+ 'FrameLayout > FrameLayout[childCount>2] > @View[clickable=true][text=null][visibleToUser=true] + TextView[visibleToUser=true][text=null][index=parent.childCount.minus(1)]' ,
38
+ exampleUrls : 'https://e.gkd.li/d5777afa-927b-4d6d-be67-e92fd2f206cd' ,
39
+ snapshotUrls : 'https://i.gkd.li/i/18668718' ,
40
+ } ,
41
+ {
42
+ key : 3 ,
43
+ fastQuery : true ,
44
+ matches : '@View[clickable=true] - [text="互动广告"]' ,
45
+ exampleUrls : 'https://e.gkd.li/d32ca677-f0c4-49e4-8dfe-f105a9ab1cb9' ,
46
+ snapshotUrls : 'https://i.gkd.li/i/18668852' ,
47
+ } ,
30
48
] ,
31
49
} ,
32
50
{
0 commit comments