Skip to content

Commit 43563cd

Browse files
committed
feat(雷神加速器): 开屏广告 (补充规则 #762)
1 parent 33022c7 commit 43563cd

File tree

1 file changed

+21
-3
lines changed

1 file changed

+21
-3
lines changed

src/apps/com.nn.accelerator.box.ts

+21-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ export default defineGkdApp({
77
{
88
key: 0, // 全局规则概率误触 https://github.com/AIsouler/GKD_subscription/issues/285
99
name: '开屏广告',
10-
fastQuery: true,
1110
matchTime: 10000,
1211
actionMaximum: 1,
1312
resetMatch: 'app',
@@ -16,17 +15,36 @@ export default defineGkdApp({
1615
rules: [
1716
{
1817
key: 0,
19-
matches: '[vid="tobid_splash_skip_ll"]',
18+
fastQuery: true,
19+
matches: '[vid="tobid_splash_skip_ll" || vid="ms_skipView"]',
2020
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+
],
2225
},
2326
{
2427
key: 1,
28+
fastQuery: true,
2529
matches:
2630
'ImageView[desc="skip_button"] + ViewGroup > TextView[text="跳过"]',
2731
exampleUrls: 'https://e.gkd.li/625debfb-faa5-438a-a5ba-5175233ea1d2',
2832
snapshotUrls: 'https://i.gkd.li/i/16828285',
2933
},
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+
},
3048
],
3149
},
3250
{

0 commit comments

Comments
 (0)