-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathboxjs.json
More file actions
81 lines (81 loc) · 2.82 KB
/
boxjs.json
File metadata and controls
81 lines (81 loc) · 2.82 KB
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"id": "devil.app.sub",
"name": "devil 签到应用订阅",
"author": "@devil-ttt",
"icon": "https://raw.githubusercontent.com/saintartoria/Demo/master/Image/0110.png",
"repo": "https://github.com/devil-ttt/won",
"apps": [
{
"id": "txnews",
"name": "腾讯新闻",
"keys": ["sy_signurl_txnews", "sy_cookie_txnews","video_txnews"],
"author": "@sunert",
"settings": [
{
"id": "notifynum",
"name": "通知频率",
"val": 4,
"type": "number",
"desc": "视频红包间隔通知开为1,常关为0(默认4次)"
},
{
"id": "logsturn",
"name": "调试日志",
"val": false,
"type": "boolean"
}
],
"repo": "https://raw.githubusercontent.com/saintartoria/Surge/master/Scripts/txnews.js",
"icons": ["https://raw.githubusercontent.com/Orz-3/mini/master/txnews.png", "https://raw.githubusercontent.com/Orz-3/task/master/txnews.png"],
"script": "https://raw.githubusercontent.com/saintartoria/Surge/master/Scripts/txnews.js"
},
{
"id": "txnews2",
"name": "腾讯新闻2",
"keys": ["sy_signurl_txnews2", "sy_cookie_txnews2","video_txnews2"],
"author": "@sunert",
"settings": [
{
"id": "notifynum",
"name": "通知频率",
"val": 4,
"type": "number",
"desc": "视频红包间隔通知开为1,常关为0(默认4次)"
},
{
"id": "logsturn",
"name": "调试日志",
"val": false,
"type": "boolean"
}
],
"repo": "https://raw.githubusercontent.com/saintartoria/Surge/master/Scripts/txnews2.js",
"icons": ["https://raw.githubusercontent.com/Orz-3/mini/master/txnews.png", "https://raw.githubusercontent.com/Orz-3/task/master/txnews.png"],
"script": "https://raw.githubusercontent.com/saintartoria/Surge/master/Scripts/txnews2.js"
},
{
"id": "txnews3",
"name": "腾讯新闻3",
"keys": ["sy_signurl_txnews3", "sy_cookie_txnews3","video_txnews3"],
"author": "@sunert",
"settings": [
{
"id": "notifynum",
"name": "通知频率",
"val": 4,
"type": "number",
"desc": "视频红包间隔通知开为1,常关为0(默认4次)"
},
{
"id": "logsturn",
"name": "调试日志",
"val": false,
"type": "boolean"
}
],
"repo": "https://raw.githubusercontent.com/saintartoria/Surge/master/Scripts/txnews3.js",
"icons": ["https://raw.githubusercontent.com/Orz-3/mini/master/txnews.png", "https://raw.githubusercontent.com/Orz-3/task/master/txnews.png"],
"script": "https://raw.githubusercontent.com/saintartoria/Surge/master/Scripts/txnews3.js"
}
]
}