forked from songyangzz/QuantumultX
-
Notifications
You must be signed in to change notification settings - Fork 0
/
syzzzf.box.json
114 lines (114 loc) · 3 KB
/
syzzzf.box.json
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"id": "syzzzf.app.sub",
"name": "syzzzf应用订阅",
"author": "@syzzzf",
"icon": "",
"repo": "https://github.com/songyangzz/QuantumultX",
"apps": [
{
"id": "elemSign",
"name": "饿了么签到",
"keys": [
"cookie_elem"
],
"author": "@syzzzf",
"repo": "https://raw.githubusercontent.com/songyangzz/QuantumultX/master/elem/elemSign.js",
"icons": [
"https://raw.githubusercontent.com/Orz-3/mini/master/elem.png",
"https://raw.githubusercontent.com/Orz-3/task/master/elem.png"
]
},
{
"id": "testflight",
"name": "tf监控",
"keys": [],
"settings": [
{
"id": "appkey",
"name": "监控appkey",
"val": "",
"type": "textarea",
"placeholder": "VCIvwk2g,1SyedSId",
"autoGrow": true,
"rows": 1,
"desc": "以英文逗号分隔多个key"
},
{
"id": "testflight_isnotify",
"name": "是否静默通知",
"val": "",
"type": "boolean",
"placeholder": "true or false",
"autoGrow": true,
"rows": 1,
"desc": "没有tf位置将不会通知"
}
],
"author": "@syzzzf",
"repo": "https://github.com/songyangzz/QuantumultX/blob/master/testflight.js",
"icons": [
"https://raw.githubusercontent.com/Orz-3/mini/master/testflight.png",
"https://raw.githubusercontent.com/Orz-3/task/master/testflight.png"
]
},
{
"id": "sy_youth_read",
"name": "中青自动阅读",
"keys": ["zqgetbody_body","zqgetbody_body1"],
"settings": [
{
"id": "YOUNTH_READ_Notify",
"name": "静默运行",
"val": true,
"type": "boolean",
"desc": "运行脚本时不发出系统弹窗通知"
},
{
"id": "zqgetbody_body",
"name": "请求body",
"val": "",
"type": "textarea",
"autoGrow": false,
"rows": 1,
"desc": "阅读文章和看视频,倒计时转一圈显示青豆到账即可,多看几篇文章和视频,获得更多包数据"
}
,
{
"id": "zqgetbody_body1",
"name": "请求body",
"val": "",
"type": "textarea",
"autoGrow": false,
"rows": 1,
"desc": "阅读文章和看视频,倒计时转一圈显示青豆到账即可,多看几篇文章和视频,获得更多包数据"
}
,
{
"id": "zqgetbody_body_index",
"name": "上次执行位置",
"val": "",
"type": "textarea",
"autoGrow": false,
"rows": 1,
"desc": "记录上次执行的位置,可以控制从第几个body开始执行"
}
,
{
"id": "zqgetbody_body_index1",
"name": "上次执行位置",
"val": "",
"type": "textarea",
"autoGrow": false,
"rows": 1,
"desc": "记录上次执行的位置,可以控制从第几个body开始执行"
}
],
"author": "@syzzzf",
"repo": "https://github.com/songyangzz/QuantumultX/blob/master/YOUTH_READ.js",
"icons": [
"https://raw.githubusercontent.com/Orz-3/mini/master/youth.png",
"https://raw.githubusercontent.com/Orz-3/task/master/youth.png"
]
}
]
}