-
Notifications
You must be signed in to change notification settings - Fork 52
/
box.json
656 lines (656 loc) · 19.6 KB
/
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
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
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
{
"id": "id77.app.sub",
"name": "id77 脚本订阅",
"author": "@id77",
"icon": "https://avatars0.githubusercontent.com/u/9592236",
"repo": "https://github.com/id77/QuantumultX/tree/master",
"apps": [
{
"id": "id77_ql",
"name": "青龙上传设置任务",
"keys": [
"id77_ql_flag",
"id77_ql_addrs",
"id77_ql_port",
"id77_ql_clientId",
"id77_ql_clientSecret",
"id77_ql_fileName",
"id77_ql_schedule",
"id77_ql_taskName",
"id77_deviceName"
],
"settings": [
{
"id": "id77_ql_flag",
"name": "启用",
"val": false,
"type": "boolean",
"desc": "使用BoxJS数据"
},
{
"id": "id77_ql_fileName",
"name": "本地文件名",
"val": "",
"type": "text",
"placeholder": "QX取iCloud的Scripts文件夹文件,NodeJS取运行同级路径下的文件"
},
{
"id": "id77_ql_schedule",
"name": "任务定时",
"val": "",
"type": "text",
"placeholder": "cron 格式"
},
{
"id": "id77_ql_taskName",
"name": "任务名",
"val": "",
"type": "text"
},
{
"id": "id77_ql_addrs",
"name": "青龙域名或IP(固定)",
"val": "",
"type": "textarea",
"autoGrow": true,
"rows": 2,
"placeholder": "192.168.2.1@192.168.2.2"
},
{
"id": "id77_ql_addrs_other",
"name": "青龙域名或IP(预留)",
"val": "",
"type": "textarea",
"autoGrow": true,
"rows": 2,
"placeholder": "192.168.2.1@192.168.2.2"
},
{
"id": "id77_ql_port",
"name": "青龙端口",
"val": "",
"type": "number"
},
{
"id": "id77_ql_clientId",
"name": "青龙 Client Id",
"val": "",
"type": "text"
},
{
"id": "id77_ql_clientSecret",
"name": "青龙 Client Secret",
"val": "",
"type": "text"
},
{
"id": "id77_deviceName",
"name": "设备名称",
"val": "",
"type": "text"
}
],
"author": "@id77",
"scripts": [
{
"name": "合并抓包数据至iCloud☁️",
"script": "https://raw.githubusercontent.com/id77/QuantumultX/master/task/integrateDataToICloudFile.js"
},
{
"name": "iCloud数据写入任务☁️📁",
"script": "https://raw.githubusercontent.com/id77/QuantumultX/master/task/iCloudDataToTaskFile.js"
},
{
"name": "本机数据写入任务📁",
"script": "https://raw.githubusercontent.com/id77/QuantumultX/master/task/dataToTaskFile.js"
},
{
"name": "上传文件设置任务🐉",
"script": "https://raw.githubusercontent.com/id77/QuantumultX/master/task/ql_task.js"
},
{
"name": "删除任务🐉",
"script": "https://raw.githubusercontent.com/id77/QuantumultX/master/task/ql_delTask.js"
},
{
"name": "清理任务文件的数据📁",
"script": "https://raw.githubusercontent.com/id77/QuantumultX/master/task/clearTaskFileData.js"
},
{
"name": "清除本机数据🔴",
"script": "https://raw.githubusercontent.com/id77/QuantumultX/master/task/delMitmData.js"
},
{
"name": "清除iCloud数据🔴☁️",
"script": "https://raw.githubusercontent.com/id77/QuantumultX/master/task/delICloudData.js"
}
],
"descs_html": [
"☁️<a target=\"_blank\" href=\"shareddocuments://\">前往iCloud</a>"
],
"icons": [
"https://raw.githubusercontent.com/id77/QuantumultX/master/icon/sim.png",
"https://raw.githubusercontent.com/id77/QuantumultX/master/icon/sim.png"
]
},
{
"id": "id77_clicker",
"name": "电击器",
"keys": ["id77_clicker_frequency", "id77_clicker_off_zIndex"],
"settings": [
{
"id": "id77_clicker_frequency",
"name": "点击频率",
"val": "",
"type": "number",
"desc": "数值,1-60"
},
{
"id": "id77_clicker_off_zIndex",
"name": "开关 z-index",
"val": "",
"type": "number",
"desc": "数值,建议10000以上"
}
],
"author": "@id77",
"icons": [
"https://raw.githubusercontent.com/id77/QuantumultX/master/icon/sim.png",
"https://raw.githubusercontent.com/id77/QuantumultX/master/icon/sim.png"
]
},
{
"id": "id77_HD",
"name": "HD",
"keys": [
"id77_needReloadStatusCode",
"id77_click_interval,id77_notCache"
],
"settings": [
{
"id": "id77_needReloadStatusCode",
"name": "需要自动刷新的响应码",
"val": "",
"type": "text",
"desc": " 比如502和404,填502@404,使用@间隔"
},
{
"id": "id77_click_interval",
"name": "点击间隔",
"val": "",
"type": "number",
"desc": "毫秒"
},
{
"id": "id77_notCache",
"name": "禁用缓存",
"val": "0",
"type": "number",
"desc": "1禁用,0不禁用"
}
],
"author": "@id77",
"icons": [
"https://raw.githubusercontent.com/id77/QuantumultX/master/icon/sim.png",
"https://raw.githubusercontent.com/id77/QuantumultX/master/icon/sim.png"
]
},
{
"id": "jdWulLiu",
"name": "京东物流",
"keys": [
"id77_jdWuLiu_userNum",
"id77_jdWuLiu_pageMax",
"id77_jdWuLiu_needPhone",
"id77_jdWuLiu_phoneList"
],
"descs_html": [
"<p>查询的账号数量,不要大于 cookie 数量;默认值是 cookie 数量。</p>",
"<p>查询条目只能设置「整十」的数字。</p>",
"<p>10条/页,要查多少页就填写相应条目。</p>"
],
"settings": [
{
"id": "id77_jdWuLiu_userNum",
"name": "需要查询的账号数量",
"val": "",
"type": "number",
"placeholder": "10",
"desc": "默认值是最大 cookie 数量,不要大于 cookie 数量"
},
{
"id": "id77_jdWuLiu_whiteList",
"name": "pin 白名单",
"val": "",
"type": "textarea",
"autoGrow": true,
"rows": 2,
"placeholder": "10",
"desc": "用&间隔,pin数量不能超过查询账号数量;用于多cookie,查询特定号。"
},
{
"id": "id77_jdWuLiu_pageMax",
"name": "查询条目",
"val": "",
"type": "number",
"placeholder": "10",
"desc": "整十数字。比如:10,20,30..."
},
{
"id": "id77_jdWuLiu_needPhone",
"name": "手机号码",
"val": "N",
"type": "radios",
"desc": "是否显示手机号",
"items": [
{ "key": "Y", "label": "是" },
{ "key": "N", "label": "否" }
]
},
{
"id": "id77_jdWuLiu_phoneList",
"name": "用户手机号",
"val": "{\"pin1\": 10086}",
"type": "textarea",
"autoGrow": true,
"rows": 2,
"desc": "不懂不建议修改, JSON格式,如:{\"pin\":\"手机号\"}"
}
],
"script": "https://raw.githubusercontent.com/id77/QuantumultX/master/task/jdWuLiu.js",
"author": "@id77",
"repo": "https://raw.githubusercontent.com/id77/QuantumultX/master/task/jdWuLiu.js",
"icons": [
"https://raw.githubusercontent.com/id77/QuantumultX/master/icon/jdWuLiu.png",
"https://raw.githubusercontent.com/id77/QuantumultX/master/icon/jdWuLiu.png"
]
},
{
"id": "JDLM",
"name": "京东联盟转链",
"settings": [
{
"id": "id77_JDLM_platform",
"name": "指定平台",
"val": "WeChat-MiniApp",
"type": "radios",
"desc": "选择使用哪个平台进行转链",
"items": [
{ "key": "WeChat-MiniApp", "label": "京粉小程序" },
{ "key": "DIY", "label": "自建" },
{ "key": "JDLM-WEB/APP", "label": "京东联盟-WEB/APP" }
]
},
{
"id": "id77_JDLM_siteId",
"name": "siteId",
"val": "",
"type": "number"
},
{
"id": "id77_JDLM_app_key",
"name": "app_key",
"val": "",
"type": "text"
},
{
"id": "id77_JDLM_appSecret",
"name": "appSecret",
"val": "",
"type": "text"
},
{
"id": "id77_JDLM_diy_api",
"name": "DIY Api",
"val": "",
"type": "text"
},
{
"id": "id77_JDLM_copy",
"name": "复制内容(需DIY Api)",
"val": "link",
"type": "radios",
"desc": "点击QX通知复制文案",
"items": [
{ "key": "link", "label": "转链链接" },
{ "key": "diy", "label": "DIY Api 文案" }
]
},
{
"id": "id77_JDLM_no_schema",
"name": "是否禁止点击通知跳转",
"val": "N",
"type": "text",
"placeholder": "Y/N",
"desc": "Y禁止,N不禁止"
},
{
"id": "id77_JDLM_NO_LOG",
"name": "是否禁止输出日志",
"val": "Y",
"type": "text",
"placeholder": "Y/N",
"desc": "Y禁止打印结果,N不禁止"
}
],
"author": "@id77",
"repo": "https://raw.githubusercontent.com/id77/QuantumultX/master/Script/jdapp_to_union.js",
"icons": [
"https://raw.githubusercontent.com/id77/QuantumultX/master/icon/JDLM.png",
"https://raw.githubusercontent.com/id77/QuantumultX/master/icon/JDLM.png"
]
},
{
"id": "yiLi",
"name": "伊利乳品",
"keys": ["id77_yiLi_cookies"],
"settings": [
{
"id": "id77_yiLi_cookies",
"name": "session",
"val": "",
"type": "textarea",
"autoGrow": true,
"rows": 2,
"desc": "多账号,不支持单独管理,可以手动更改,不懂不建议修改"
}
],
"script": "https://raw.githubusercontent.com/id77/QuantumultX/master/task/yiLi.js",
"author": "@id77",
"repo": "https://raw.githubusercontent.com/id77/QuantumultX/master/task/yiLi.js",
"icons": [
"https://raw.githubusercontent.com/id77/QuantumultX/master/icon/yiLi.png",
"https://raw.githubusercontent.com/id77/QuantumultX/master/icon/yiLi.png"
],
"descs_html": [
"1、支持多账号,添加好配置,注册小程序后点个人中心,<a target=\"_blank\" href=\"https://raw.githubusercontent.com/id77/QuantumultX/master/task/yiLi.cookie.js\">前往文件获取</a>",
"2、<img style=\"width: 120px\" src=\"https://raw.githubusercontent.com/id77/QuantumultX/master/img/yiLi_qr.png\" />",
"长按保存小程序码,用微信相机识别进入注册。",
"麻烦点一下助力,开发不易 ❤️",
"目前支持自动签到,每日阅读、分享任务",
"<br />",
"ps: 可以用几个微信弄多个账号,但需要手机号"
]
},
{
"id": "id77_TG",
"name": "wskey 提取器",
"keys": ["id77_TGUserID", "wskeyList"],
"author": "@id77",
"icons": [
"https://raw.githubusercontent.com/id77/QuantumultX/master/icon/jd_car.png",
"https://raw.githubusercontent.com/id77/QuantumultX/master/icon/jd_car.png"
],
"settings": [
{
"id": "id77_TGUserID",
"name": "Telegram User ID",
"val": "",
"type": "number"
},
{
"id": "wskeyList",
"name": "wskey List",
"val": "",
"type": "textarea",
"autoGrow": true,
"rows": 2
}
]
},
{
"id": "id77_movie",
"name": "影票",
"keys": ["id77_movie_maximumLoss"],
"settings": [
{
"id": "id77_movie_maximumLoss",
"name": "最大损失",
"val": "0",
"type": "number",
"desc": "最多保留两位小数;不用时,可以设置0"
}
],
"author": "@id77",
"icons": [
"https://raw.githubusercontent.com/id77/QuantumultX/master/icon/sim.png",
"https://raw.githubusercontent.com/id77/QuantumultX/master/icon/sim.png"
]
},
{
"id": "id77_qr",
"name": "QR助手",
"keys": ["id77_qr_data", "id77_qr_domClass"],
"settings": [
{
"id": "id77_qr_domClass",
"name": "QR元素Class",
"val": "#qrcode",
"type": "text",
"desc": "css选着器"
},
{
"id": "id77_qr_data",
"name": "QR数据",
"val": "",
"type": "textarea",
"desc": "数组,[{url:xxx,text:xxx}]",
"autoGrow": true,
"rows": 2
}
],
"author": "@id77",
"icons": [
"https://raw.githubusercontent.com/id77/QuantumultX/master/icon/sim.png",
"https://raw.githubusercontent.com/id77/QuantumultX/master/icon/sim.png"
]
},
{
"id": "id77_mitm",
"name": "抓包数据",
"keys": ["id77_mitmData"],
"settings": [
{
"id": "id77_mitmData",
"name": "抓包数据",
"val": "",
"type": "textarea",
"desc": "抓包数据,一次性抓包,复制使用。新抓包需手动清除。",
"autoGrow": true,
"rows": 2
}
],
"author": "@id77",
"icons": [
"https://raw.githubusercontent.com/id77/QuantumultX/master/icon/sim.png",
"https://raw.githubusercontent.com/id77/QuantumultX/master/icon/sim.png"
]
},
{
"id": "id77_resp",
"name": "数据体",
"keys": ["id77_resp"],
"settings": [
{
"id": "id77_resp",
"name": "数据体",
"val": "",
"type": "textarea",
"desc": "需要替换为什么内容就填什么",
"autoGrow": true,
"rows": 2
}
],
"author": "@id77",
"icons": [
"https://raw.githubusercontent.com/id77/QuantumultX/master/icon/sim.png",
"https://raw.githubusercontent.com/id77/QuantumultX/master/icon/sim.png"
]
},
{
"id": "id77_OAndI",
"name": "O&I",
"keys": ["oIArr"],
"settings": [
{
"id": "oIArr",
"name": "openId&iPhone",
"val": "",
"type": "textarea",
"desc": "示例:openId1@13800138000#openId2@13800138001",
"autoGrow": true,
"rows": 2
}
],
"author": "@id77",
"icons": [
"https://raw.githubusercontent.com/id77/QuantumultX/master/icon/sim.png",
"https://raw.githubusercontent.com/id77/QuantumultX/master/icon/sim.png"
]
},
{
"id": "id77_cookie",
"name": "自用Cookie管理",
"keys": ["Oclean_mini"],
"author": "@id77",
"icons": [
"https://raw.githubusercontent.com/id77/QuantumultX/master/icon/sim.png",
"https://raw.githubusercontent.com/id77/QuantumultX/master/icon/sim.png"
],
"settings": [
{
"id": "Oclean_mini",
"name": "Oclean mini",
"val": "",
"type": "textarea",
"autoGrow": true,
"rows": 2
}
]
},
{
"id": "id77_api",
"name": "自用JDCookie管理",
"keys": ["CookiesJD", "id77_api", "id77_api_sync_cookie"],
"author": "@id77",
"icons": [
"https://raw.githubusercontent.com/id77/QuantumultX/master/icon/link.png",
"https://raw.githubusercontent.com/id77/QuantumultX/master/icon/link.png"
],
"settings": [
{
"id": "CookiesJD",
"name": "cookie List",
"val": "",
"type": "textarea",
"autoGrow": true,
"rows": 2
},
{
"id": "id77_api",
"name": "api",
"val": "",
"type": "textarea",
"autoGrow": true,
"rows": 2
},
{
"id": "id77_api_sync_cookie",
"name": "api",
"val": "",
"type": "textarea",
"autoGrow": true,
"rows": 2
}
],
"script": "https://raw.githubusercontent.com/id77/QuantumultX/master/Script/syncJDCookie.js"
},
{
"id": "id77_jegotrip",
"name": "无忧行",
"descs_html": [
"支持开发者:<a href=\"http://www.jegotrip.com.cn/api/atv/callback/wechat?code=&state=eyJhIjo0NDgyLCJlIjoxMTAyLCJrIjoic2hhcmVJbnZpdGVCdG5fMzc5NjUxNyIsImwiOnRydWUsInVyaSI6IjExMDIiLCJvIjozNzk2NTE3fQ==\" target=\"_blank\">App邀请活动链接</a>"
],
"keys": ["id77_jegotrip_name", "id77_jegotrip_token"],
"settings": [
{
"id": "id77_jegotrip_name",
"name": "备注",
"val": "",
"type": "text"
},
{
"id": "id77_jegotrip_token",
"name": "Token",
"val": "",
"type": "textarea",
"autoGrow": true,
"rows": 2
}
],
"script": "https://raw.githubusercontent.com/id77/QuantumultX/master/task/jegotrip.js",
"author": "@id77",
"repo": "https://raw.githubusercontent.com/id77/QuantumultX/master/task/jegotrip.js",
"icons": [
"https://raw.githubusercontent.com/id77/QuantumultX/master/icon/wyx.png",
"https://raw.githubusercontent.com/id77/QuantumultX/master/icon/wyx.png"
]
},
{
"id": "id77_phone",
"name": "手机集",
"keys": ["id77_phone_arr"],
"settings": [
{
"id": "id77_phone_arr",
"name": "手机号码",
"val": "",
"type": "textarea",
"desc": "多个时,使用@间隔",
"autoGrow": true,
"rows": 2
}
],
"author": "@id77",
"icons": [
"https://raw.githubusercontent.com/id77/QuantumultX/master/icon/sim.png",
"https://raw.githubusercontent.com/id77/QuantumultX/master/icon/sim.png"
]
},
{
"id": "id77_ex",
"name": "通用重放脚本",
"keys": ["id77_ex_run_num", "id77_ex_request"],
"settings": [
{
"id": "id77_ex_run_num",
"name": "自动循环次数",
"val": "",
"type": "number"
},
{
"id": "id77_ex_interval",
"name": "间隔时间",
"val": "",
"type": "number",
"desc": "单位:毫秒"
},
{
"id": "id77_ex_request",
"name": "请求信息",
"val": "",
"type": "textarea",
"autoGrow": true,
"rows": 2
}
],
"script": "https://raw.githubusercontent.com/id77/QuantumultX/master/task/ex.task.js",
"author": "@id77",
"repo": "https://raw.githubusercontent.com/id77/QuantumultX/master/task/ex.task.js",
"icons": [
"https://raw.githubusercontent.com/id77/QuantumultX/master/icon/ex.png",
"https://raw.githubusercontent.com/id77/QuantumultX/master/icon/ex.png"
]
}
]
}