-
Notifications
You must be signed in to change notification settings - Fork 284
Expand file tree
/
Copy pathsub.json
More file actions
46 lines (46 loc) · 733 Bytes
/
sub.json
File metadata and controls
46 lines (46 loc) · 733 Bytes
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
[
{
"name": "全部",
"code": "all",
"reg": ".*",
"mode": 0,
"sort": "",
"status": 1
},
{
"name": "29",
"code": "yellow",
"reg": "密",
"mode": 0,
"sort": "order_yellow",
"status": 1
},
{
"name": "不含29",
"code": "green",
"reg": "密",
"mode": 1,
"status": 1
},
{
"name": "电视用",
"code": "tv",
"reg": "\\[[画书密慢搜]\\]|jsapi|原始|直播转点播v2|密+",
"mode": 1,
"status": 1
},
{
"name": "仅网盘",
"code": "pan",
"reg": "\\[[盘]\\]|push_agent|推送",
"mode": 0,
"status": 1
},
{
"name": "仅HIPY",
"code": "hipy",
"reg": "hipy",
"mode": 0,
"status": 1
}
]