forked from gkd-kit/subscription
-
Notifications
You must be signed in to change notification settings - Fork 0
/
com.diershoubing.erbing.ts
57 lines (56 loc) · 1.46 KB
/
com.diershoubing.erbing.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.diershoubing.erbing',
name: '二柄',
groups: [
{
key: 0,
name: '开屏广告',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
quickFind: true,
rules: [
{
key: 0,
matches: '@[id$="tt_splash_skip_btn"] <<n [vid="containerV"]',
snapshotUrls: [
'https://i.gkd.li/import/13378853',
'https://i.gkd.li/import/13546165',
],
},
{
key: 1,
matches: '[text="跳过"]',
snapshotUrls: 'https://i.gkd.li/import/13538207',
},
{
key: 2,
matches:
'@View <2 FrameLayout[childCount=3] <2 FrameLayout[childCount=2] < [vid="containerV"]',
snapshotUrls: 'https://i.gkd.li/import/13857307',
},
],
},
{
key: 6,
name: '分段广告',
quickFind: true,
rules: [
{
key: 1,
matches: '[id="com.diershoubing.erbing:id/mainV"] >n [text="广告"]',
exampleUrls:
'https://m.gkd.li/47232102/5498dc61-9f29-42c6-a75b-ac8471e48328',
snapshotUrls: 'https://i.gkd.li/import/13868396',
},
{
key: 2,
preKeys: 1,
matches: '@LinearLayout > [text="不感兴趣"]',
snapshotUrls: 'https://i.gkd.li/import/13868401',
},
],
},
],
});