forked from NobyDa/Script
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNobyDa_BoxJs.json
More file actions
374 lines (374 loc) · 14.9 KB
/
NobyDa_BoxJs.json
File metadata and controls
374 lines (374 loc) · 14.9 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
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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
{
"id": "NobyDa.app.sub",
"name": "NobyDa 脚本订阅",
"description": "该订阅兼容BoxJs以及QX Gallery",
"author": "@NobyDa",
"icon": "https://avatars2.githubusercontent.com/u/53217160",
"repo": "https://github.com/NobyDa/Script/tree/master",
"apps": [{
"id": "多合一签到",
"name": "京东",
"keys": ["CookieJD", "CookieJD2", "CookiesJD"],
"descs_html": [
"<h4 align=\"center\">获取Cookie以及脚本配置请查看<a href=\"https://raw.githubusercontent.com/NobyDa/Script/master/JD-DailyBonus/JD_DailyBonus.js\">脚本注释</a></h4>",
"<br />",
"<h3 align=\"center\">签到相关教程</h3>",
"<p align=\"center\"><iframe src=\"https://www.youtube.com/embed/6vMz1LKF1-8\" width=\"100%\" height=\"100%\"></iframe></p>"
],
"settings": [{
"id": "JD_DailyBonusLog",
"name": "详细响应日志",
"val": false,
"type": "boolean",
"desc": "打印原始签到结果, 用于调试脚本, 一般用户建议关闭."
}, {
"id": "JD_Crash_disable",
"name": "崩溃自动禁用",
"val": true,
"type": "boolean",
"desc": "脚本运行崩溃时(如VPN断连), 下次运行时将自动禁用相关崩溃接口(仅部分接口启用), 注: 崩溃时可能会误禁用正常接口."
}, {
"id": "JD_Retry_disable",
"name": "签到接口增强",
"val": true,
"type": "boolean",
"desc": "用于部分接口提示\"不含活动数据\"问题, 开启后会进行二次查询, 注: 可能会导致崩溃(小概率)."
}, {
"id": "JD_Follow_disable",
"name": "自动关注店铺",
"val": true,
"type": "boolean",
"desc": "部分接口签到过程可能需要关注店铺, 如介意可选择关闭."
}, {
"id": "JD_DailyBonusDisables",
"name": "签到接口禁用",
"val": "",
"type": "checkboxes",
"desc": "",
"items": [{
"key": "SpeedUp",
"label": "天天加速"
}, {
"key": "JDBean",
"label": "京东京豆"
}, {
"key": "JDCustomized",
"label": "京东定制"
}, {
"key": "JRDoll",
"label": "金融签壹"
}, {
"key": "JRTwoDoll",
"label": "金融签贰"
}, {
"key": "JRThreeDoll",
"label": "金融签叁"
}, {
"key": "JRFourDoll",
"label": "金融签肆"
}, {
"key": "JRFiveDoll",
"label": "金融签伍"
}, {
"key": "XJDouble",
"label": "现金双签"
}, {
"key": "JRLottery",
"label": "金融抽奖"
}, {
"key": "JRSteel",
"label": "金融钢镚"
}, {
"key": "JDTurn",
"label": "京东转盘"
}, {
"key": "JDGStore",
"label": "京东超市"
}, {
"key": "JDComputer",
"label": "京东电脑"
}, {
"key": "JD3C",
"label": "京东数码"
}, {
"key": "JDClothing",
"label": "京东服饰"
}, {
"key": "JDSuitcase",
"label": "京东箱包"
}, {
"key": "JDChild",
"label": "京东童装"
}, {
"key": "JDBaby",
"label": "京东母婴"
}, {
"key": "JDCash",
"label": "京东红包"
}, {
"key": "JDFSale",
"label": "京东闪购"
}, {
"key": "JDBook",
"label": "京东图书"
}, {
"key": "JDSchool",
"label": "京东校园"
}, {
"key": "JDShoes",
"label": "京东鞋靴"
}, {
"key": "JDHealth",
"label": "京东健康"
}, {
"key": "JDCalendar",
"label": "京东日历"
}, {
"key": "JDWomen",
"label": "京东女装"
}, {
"key": "JDSecKill",
"label": "京东秒杀"
}, {
"key": "JTDouble",
"label": "金贴双签"
}, {
"key": "JDMakeup",
"label": "京东美妆"
}, {
"key": "JDVege",
"label": "京东菜场"
}, {
"key": "JDClean",
"label": "京东清洁"
}, {
"key": "JDCare",
"label": "京东个护"
}, {
"key": "JDJewels",
"label": "京东珠宝"
}, {
"key": "JDCube",
"label": "京东魔方"
}, {
"key": "JDBuyCar",
"label": "京东汽车"
}, {
"key": "JDDouble",
"label": "京豆双签"
}, {
"key": "subsidy",
"label": "京东金贴"
}, {
"key": "JDGetCash",
"label": "京东现金"
}, {
"key": "JDShake",
"label": "京东摇一摇"
}, {
"key": "Qbear",
"label": "总京豆查询"
}, {
"key": "TCash",
"label": "总红包查询"
}, {
"key": "TSteel",
"label": "总钢镚查询"
}, {
"key": "TotalSubsidy",
"label": "总金贴查询"
}, {
"key": "TotalMoney",
"label": "总现金查询"
}]
}, {
"id": "JD_DailyBonusTimeOut",
"name": "超时退出 (毫秒)",
"val": "",
"type": "number",
"placeholder": "默认无超时 (点击以展开说明)",
"desc": "按需填写, 用于由网络不稳定引起的脚本中断, 正常或越狱用户建议留空. 如QX日志出现大量\"JS Context timeout\"后脚本中断时, 建议填写6000"
}, {
"id": "JD_DailyBonusDelay",
"name": "接口延迟 (毫秒)",
"val": "",
"type": "number",
"placeholder": "默认并发无延迟 (点击以展开说明)",
"desc": "延迟作用于每个签到接口, 该参数接受随机或指定延迟(例: '2000'则表示延迟2秒; '2000-5000'则表示延迟最小2秒,最大5秒内的随机延迟), 如填入延迟则切换顺序签到(耗时较长); VPN重启或越狱用户建议填写1(顺序执行), Surge用户请注意在SurgeUI界面调整脚本超时."
}],
"scripts": [{
"name": "京东签到",
"script": "https://raw.githubusercontent.com/NobyDa/Script/master/JD-DailyBonus/JD_DailyBonus.js"
}, {
"name": "初始化设置",
"script": "https://gist.githubusercontent.com/NobyDa/91cbe57dd50b3588a975af8922507a72/raw/JD_initial.js"
}],
"author": "@NobyDa",
"repo": "https://github.com/NobyDa/Script/tree/master/JD-DailyBonus",
"icons": ["https://raw.githubusercontent.com/NobyDa/mini/master/Alpha/jd.png", "https://raw.githubusercontent.com/NobyDa/mini/master/Color/jd.png"]
}, {
"id": "iQIYI",
"name": "爱奇艺",
"keys": ["CookieQY"],
"descs_html": [
"<h4 align=\"center\">获取Cookie以及脚本配置请查看<a href=\"https://raw.githubusercontent.com/NobyDa/Script/master/iQIYI-DailyBonus/iQIYI.js\">脚本注释</a></h4>"
],
"settings": [{
"id": "iQIYI_LogDetails",
"name": "响应日志",
"val": false,
"type": "boolean",
"desc": ""
}, {
"id": "iQIYI_TimeOut",
"name": "超时退出 (毫秒)",
"val": "",
"type": "number",
"placeholder": "默认无超时 (点击以展开说明)",
"desc": "按需填写, 用于由网络不稳定引起的脚本中断, 正常用户建议留空. 如QX日志出现\"JS Context timeout\"后脚本中断时, 建议填写6000"
}],
"script": "https://raw.githubusercontent.com/NobyDa/Script/master/iQIYI-DailyBonus/iQIYI.js",
"author": "@NobyDa",
"repo": "https://github.com/NobyDa/Script/blob/master/iQIYI-DailyBonus/iQIYI.js",
"icons": ["https://raw.githubusercontent.com/NobyDa/mini/master/Alpha/iQIYI.png", "https://raw.githubusercontent.com/NobyDa/mini/master/Color/iQIYI.png"]
}, {
"id": "BiliManga",
"name": "哔哩漫画",
"keys": ["CookieBM"],
"descs_html": [
"<h4 align=\"center\">获取Cookie以及脚本配置请查看<a href=\"https://raw.githubusercontent.com/NobyDa/Script/master/Bilibili-DailyBonus/Manga.js\">脚本注释</a></h4>"
],
"script": "https://raw.githubusercontent.com/NobyDa/Script/master/Bilibili-DailyBonus/Manga.js",
"author": "@NobyDa",
"repo": "https://github.com/NobyDa/Script/blob/master/Bilibili-DailyBonus/Manga.js",
"icons": ["https://raw.githubusercontent.com/NobyDa/mini/master/Alpha/manga.png", "https://raw.githubusercontent.com/NobyDa/mini/master/Color/manga.png"]
}, {
"id": "BaiduTB",
"name": "百度贴吧",
"keys": ["CookieTB"],
"descs_html": [
"<h4 align=\"center\">获取Cookie以及脚本配置请查看<a href=\"https://raw.githubusercontent.com/NobyDa/Script/master/BDTieBa-DailyBonus/TieBa.js\">脚本注释</a></h4>"
],
"settings": [{
"id": "BDTB_DailyBonus_Mode",
"name": "签到模式",
"val": "0",
"type": "radios",
"desc": "",
"items": [{
"key": "0",
"label": "自动切换"
}, {
"key": "1",
"label": "顺序执行"
}, {
"key": "2",
"label": "并发执行"
}]
}, {
"id": "BDTB_DailyBonus_notify",
"name": "通知汇总",
"val": "",
"type": "number",
"placeholder": "默认20 (点击以展开说明)",
"desc": "想签到几个汇总到一个通知里, 这里就填几个(比如我有13个要签到的, 这里填了5, 就会分三次推送通知)"
}],
"script": "https://raw.githubusercontent.com/NobyDa/Script/master/BDTieBa-DailyBonus/TieBa.js",
"author": "@sazs34, @NobyDa",
"repo": "https://github.com/sazs34/TaskConfig/blob/master/task/sign_baidu_tieba_v2.js",
"icons": ["https://raw.githubusercontent.com/NobyDa/mini/master/Alpha/tieba.png", "https://raw.githubusercontent.com/NobyDa/mini/master/Color/tieba.png"]
}, {
"id": "52poje",
"name": "吾爱破解",
"keys": ["CookieWA"],
"descs_html": [
"<h4 align=\"center\">获取Cookie以及脚本配置请查看<a href=\"https://raw.githubusercontent.com/NobyDa/Script/master/52pojie-DailyBonus/52pojie.js\">脚本注释</a></h4>"
],
"script": "https://raw.githubusercontent.com/NobyDa/Script/master/52pojie-DailyBonus/52pojie.js",
"author": "@NobyDa",
"repo": "https://github.com/NobyDa/Script/blob/master/52pojie-DailyBonus/52pojie.js",
"icons": ["https://raw.githubusercontent.com/NobyDa/mini/master/Alpha/52pj.png", "https://raw.githubusercontent.com/NobyDa/mini/master/Color/52pj.png"]
}, {
"id": "KuaiKan",
"name": "快看漫画",
"keys": ["@KKMH.COOKIE", "@KKMH.TIME", "@KKMH.UID", "@KKMH.DATE"],
"descs_html": [
"<h4 align=\"center\">获取Cookie以及脚本配置请查看<a href=\"https://raw.githubusercontent.com/NobyDa/Script/master/KuaiKan-DailyBonus/KKMH.js\">脚本注释</a></h4>"
],
"settings": [{
"id": "@KKMH.LOG",
"name": "响应日志",
"val": false,
"type": "boolean",
"desc": "打印原始签到结果, 用于调试脚本, 一般用户建议关闭."
}],
"script": "https://raw.githubusercontent.com/NobyDa/Script/master/KuaiKan-DailyBonus/KKMH.js",
"author": "@NobyDa",
"repo": "https://github.com/NobyDa/Script/blob/master/KuaiKan-DailyBonus/KKMH.js",
"icons": ["https://raw.githubusercontent.com/NobyDa/mini/master/Alpha/KuaiKan.png", "https://raw.githubusercontent.com/NobyDa/mini/master/Color/KuaiKan.png"]
}, {
"id": "BiliRegion",
"name": "哔哩番剧自动地区",
"descs_html": [
"<h4 align=\"center\">脚本配置请查看<a href=\"https://raw.githubusercontent.com/NobyDa/Script/master/Surge/JS/Bili_Auto_Regions.js\">脚本注释</a></h4>"
],
"keys": ["BiliArea_Policy", "BiliArea_CN", "BiliArea_HK", "BiliArea_TW"],
"settings": [{
"id": "BiliAreaNotify",
"name": "静默运行",
"val": false,
"type": "boolean",
"desc": "不再发出切换策略通知"
}, {
"id": "BiliArea_Policy",
"name": "策略组名",
"val": "",
"type": "text",
"placeholder": "(点击以展开说明)",
"desc": "哔哩哔哩分流的策略组名"
}, {
"id": "BiliArea_CN",
"name": "中国大陆-子策略名",
"val": "DIRECT",
"type": "text",
"placeholder": "(点击以展开说明)",
"desc": "哔哩哔哩分流策略组里的中国大陆子策略名"
}, {
"id": "BiliArea_HK",
"name": "中国香港-子策略名",
"val": "",
"type": "text",
"placeholder": "(点击以展开说明)",
"desc": "哔哩哔哩分流策略组里的香港子策略名"
}, {
"id": "BiliArea_TW",
"name": "中国台湾-子策略名",
"val": "",
"type": "text",
"placeholder": "(点击以展开说明)",
"desc": "哔哩哔哩分流策略组里的台湾子策略名"
}],
"author": "@NobyDa",
"repo": "https://github.com/NobyDa/Script/blob/master/Surge/JS/Bili_Auto_Regions.js",
"icons": ["https://raw.githubusercontent.com/NobyDa/mini/master/Alpha/bilibili.png", "https://raw.githubusercontent.com/NobyDa/mini/master/Color/bilibili.png"]
}],
"task": [{
"config": "0 8 * * * https://raw.githubusercontent.com/NobyDa/Script/master/JD-DailyBonus/JD_DailyBonus.js, tag=京东签到, img-url=https://raw.githubusercontent.com/NobyDa/mini/master/Color/jd.png",
"addons": "https://raw.githubusercontent.com/NobyDa/Script/master/QuantumultX/Js_Remote_Cookie.conf, tag=NobyDa Cookie获取"
}, {
"config": "5 8 * * * https://raw.githubusercontent.com/NobyDa/Script/master/iQIYI-DailyBonus/iQIYI.js, tag=爱奇艺签到, img-url=https://raw.githubusercontent.com/NobyDa/mini/master/Color/iQIYI.png",
"addons": "https://raw.githubusercontent.com/NobyDa/Script/master/QuantumultX/Js_Remote_Cookie.conf, tag=NobyDa Cookie获取"
}, {
"config": "10 8 * * * https://raw.githubusercontent.com/NobyDa/Script/master/Bilibili-DailyBonus/Manga.js, tag=哔哩漫画签到, img-url=https://raw.githubusercontent.com/NobyDa/mini/master/Color/manga.png",
"addons": "https://raw.githubusercontent.com/NobyDa/Script/master/QuantumultX/Js_Remote_Cookie.conf, tag=NobyDa Cookie获取"
}, {
"config": "15 8 * * * https://raw.githubusercontent.com/NobyDa/Script/master/BDTieBa-DailyBonus/TieBa.js, tag=百度贴吧签到, img-url=https://raw.githubusercontent.com/NobyDa/mini/master/Color/tieba.png",
"addons": "https://raw.githubusercontent.com/NobyDa/Script/master/QuantumultX/Js_Remote_Cookie.conf, tag=NobyDa Cookie获取"
}, {
"config": "20 8 * * * https://raw.githubusercontent.com/NobyDa/Script/master/52pojie-DailyBonus/52pojie.js, tag=吾爱破解签到, img-url=https://raw.githubusercontent.com/NobyDa/mini/master/Color/52pj.png",
"addons": "https://raw.githubusercontent.com/NobyDa/Script/master/QuantumultX/Js_Remote_Cookie.conf, tag=NobyDa Cookie获取"
}, {
"config": "25 8 * * * https://raw.githubusercontent.com/NobyDa/Script/master/KuaiKan-DailyBonus/KKMH.js, tag=快看漫画签到, img-url=https://raw.githubusercontent.com/NobyDa/mini/master/Color/KuaiKan.png",
"addons": "https://raw.githubusercontent.com/NobyDa/Script/master/QuantumultX/Js_Remote_Cookie.conf, tag=NobyDa Cookie获取"
}]
}