-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathJDCN.json
568 lines (568 loc) · 18.9 KB
/
JDCN.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
{
"name":"JDCN",
"author":"Leon",
"desc":"适用于国内的任务订阅。该订阅适用于 elecV2P,与其他软件并不兼容。相关说明参考:https://github.com/elecV2/elecV2P-dei/tree/master/docs/06-task.md",
"date":"2021-06-03 17:15:00",
"list":[
{
"name":"interCenter渠道店铺签到",
"type":"cron",
"time":"23 0 * * *",
"job":{
"type":"runjs",
"target":"https://share.r2ray.com/dust/normal/monk_inter_shop_sign.js"
},
"running":true
},
{
"name":"超级直播间红包雨(每日更新)",
"type":"cron",
"time":"0,1,30,31 * * * *",
"job":{
"type":"runjs",
"target":"https://ghproxy.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_live_redrain.js"
},
"running":true
},
{
"name":"东东超市",
"type":"cron",
"time":"18 0,7-23/1 * * *",
"job":{
"type":"runjs",
"target":"https://ghproxy.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_superMarket.js"
},
"running":true
},
{
"name":"东东超市兑换奖品",
"type":"cron",
"time":"0-1 0 * * *",
"job":{
"type":"runjs",
"target":"https://ghproxy.com/https://raw.githubusercontent.com/GoodStudying/local_file/main/task/v2p_task/jd_blueCoin.js"
},
"running":true
},
{
"name":"东东小窝",
"type":"cron",
"time":"18 22 * * *",
"job":{
"type":"runjs",
"target":"https://ghproxy.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_small_home.js"
},
"running":true
},
{
"name":"获取互助码",
"type":"schedule",
"time":"0",
"job":{
"type":"runjs",
"target":"https://ghproxy.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_get_share_code.js"
},
"running":false
},
{
"name":"监控crazyJoy分红",
"type":"cron",
"time":"10 12 * * *",
"job":{
"type":"runjs",
"target":"https://ghproxy.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_crazy_joy_bonus.js"
},
"running":true
},
{
"name":"进店领豆",
"type":"cron",
"time":"28 1 0 * * *",
"job":{
"type":"runjs",
"target":"https://ghproxy.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_shop.js"
},
"running":true
},
{
"name":"京东",
"type":"cron",
"time":"1 0,12 * * *",
"job":{
"type":"runjs",
"target":"https://ghproxy.com/https://raw.githubusercontent.com/NobyDa/Script/master/JD-DailyBonus/JD_DailyBonus.js"
},
"running":true
},
{
"name":"京东crazyJoy挂机",
"type":"cron",
"time":"10 1 * * *",
"job":{
"type":"runjs",
"target":"https://ghproxy.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_crazy_joy_coin.js"
},
"running":true
},
{
"name":"京东半点京豆红包雨",
"type":"cron",
"time":"20 30 * * * *",
"job":{
"type":"runjs",
"target":"https://ghproxy.com/https://raw.githubusercontent.com/Oreomeow/longzhuzhu/main/qx/jd_half_redrain.js"
},
"running":true
},
{
"name":"京东半自动领京豆",
"type":"cron",
"time":"30 18 * * *",
"job":{
"type":"runjs",
"target":"https://ghproxy.com/https://raw.githubusercontent.com/whyour/hundun/master/quanx/jd_zjd.js"
},
"running":true
},
{
"name":"京东宠汪汪",
"type":"cron",
"time":"15 0-23/2 * * *",
"job":{
"type":"runjs",
"target":"https://ghproxy.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_joy.js"
},
"running":true
},
{
"name":"京东宠汪汪积分兑换奖品",
"type":"cron",
"time":"0-2 0 0-16/8 * * *",
"job":{
"type":"runjs",
"target":"https://ghproxy.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_joy_reward.js"
},
"running":true
},
{
"name":"京东宠汪汪喂食",
"type":"cron",
"time":"15 0-23/1 * * *",
"job":{
"type":"runjs",
"target":"https://ghproxy.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_joy_feedPets.js"
},
"running":true
},
{
"name":"京东到家果园任务",
"type":"cron",
"time":"10 0,8,11,17 * * *",
"job":{
"type":"runjs",
"target":"https://ghproxy.com/https://raw.githubusercontent.com/passerby-b/JDDJ/main/jddj_fruit.js"
},
"running":true
},
{
"name":"京东到家果园收水滴",
"type":"cron",
"time":"5 */2 * * *",
"job":{
"type":"runjs",
"target":"https://ghproxy.com/https://raw.githubusercontent.com/passerby-b/JDDJ/main/jddj_fruit_collectWater.js"
},
"running":true
},
{
"name":"京东到家鲜豆任务",
"type":"cron",
"time":"0 8 * * *",
"job":{
"type":"runjs",
"target":"https://ghproxy.com/https://raw.githubusercontent.com/passerby-b/JDDJ/main/jddj_bean.js"
},
"running":true
},
{
"name":"京东到家鲜豆庄园",
"type":"cron",
"time":"0 9 * * *",
"job":{
"type":"runjs",
"target":"https://ghproxy.com/https://raw.githubusercontent.com/passerby-b/JDDJ/main/jddj_plantBeans.js"
},
"running":true
},
{
"name":"京东到家鲜豆庄园领水滴",
"type":"cron",
"time":"0-25/5 0 * * *",
"job":{
"type":"runjs",
"target":"https://ghproxy.com/https://raw.githubusercontent.com/passerby-b/JDDJ/main/jddj_getPoints.js"
},
"running":true
},
{
"name":"京东点点券",
"type":"cron",
"time":"9 0,20 * * *",
"job":{
"type":"runjs",
"target":"https://ghproxy.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_necklace.js"
},
"running":true
},
{
"name":"京东店铺大转盘",
"type":"cron",
"time":"1 8,20 * * *",
"job":{
"type":"runjs",
"target":"https://share.r2ray.com/dust/normal/monk_shop_lottery.js"
},
"running":true
},
{
"name":"京东东东超市",
"type":"cron",
"time":"11 * * * *",
"job":{
"type":"runjs",
"target":"https://ghproxy.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_superMarket.js"
},
"running":true
},
{
"name":"京东粉丝互动",
"type":"cron",
"time":"3 10 * * *",
"job":{
"type":"runjs",
"target":"https://share.r2ray.com/dust/i-chenzhe/z_fanslove.js"
},
"running":true
},
{
"name":"京东关注有礼",
"type":"cron",
"time":"10 0 * * *",
"job":{
"type":"runjs",
"target":"https://share.r2ray.com/dust/normal/monk_shop_follow_sku.js"
},
"running":true
},
{
"name":"京东极速版",
"type":"cron",
"time":"0 7 * * *",
"job":{
"type":"runjs",
"target":"https://ghproxy.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_speed_sign.js"
},
"running":true
},
{
"name":"京东极速版红包",
"type":"cron",
"time":"0 0 * * *",
"job":{
"type":"runjs",
"target":"https://ghproxy.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_speed_redpocke.js"
},
"running":true
},
{
"name":"京东加购有礼",
"type":"cron",
"time":"15 12 * * *",
"job":{
"type":"runjs",
"target":"https://share.r2ray.com/dust/car/monk_shop_add_to_car.js"
},
"running":true
},
{
"name":"京东健康社区收能量0301版",
"type":"cron",
"time":"5-45/20 * * * *",
"job":{
"type":"runjs",
"target":"https://ghproxy.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_health_collect.js"
},
"running":true
},
{
"name":"京东进店领豆",
"type":"cron",
"time":"15 0 0,12 * * *",
"job":{
"type":"runjs",
"target":"https://ghproxy.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_shop.js"
},
"running":true
},
{
"name":"京东京东超市-大转盘",
"type":"cron",
"time":"3 10 * * *",
"job":{
"type":"runjs",
"target":"https://ghproxy.com/https://raw.githubusercontent.com/monk-coder/dust/dust/i-chenzhe/z_marketLottery.js"
},
"running":true
},
{
"name":"京东京喜工厂收电力(需单抓ck)",
"type":"cron",
"time":"6 * * * *",
"job":{
"type":"runjs",
"target":"https://ghproxy.com/https://raw.githubusercontent.com/ZhiYi-N/Private-Script/master/Scripts/jxcollect.js"
},
"running":true
},
{
"name":"京东快递签到",
"type":"cron",
"time":"25 0 * * *",
"job":{
"type":"runjs",
"target":"https://ghproxy.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_kd.js"
},
"running":true
},
{
"name":"京东秒秒币",
"type":"cron",
"time":"10 7 * * *",
"job":{
"type":"runjs",
"target":"https://ghproxy.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_ms.js"
},
"running":true
},
{
"name":"京东汽车",
"type":"cron",
"time":"10 7 * * *",
"job":{
"type":"runjs",
"target":"https://ghproxy.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_car.js"
},
"running":true
},
{
"name":"京东汽车兑换",
"type":"cron",
"time":"0 0 0 * * *",
"job":{
"type":"runjs",
"target":"https://ghproxy.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_car_exchange.js"
},
"running":true
},
{
"name":"京东全民开红包",
"type":"cron",
"time":"1 1 * * *",
"job":{
"type":"runjs",
"target":"https://ghproxy.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_redPacket.js"
},
"running":true
},
{
"name":"京东特权值",
"type":"cron",
"time":"5 8 * * *",
"job":{
"type":"runjs",
"target":"https://ghproxy.com/https://raw.githubusercontent.com/iisams/Scripts/master/liwo/jdtqz.js"
},
"running":true
},
{
"name":"京东小魔方",
"type":"cron",
"time":"10 10 * * *",
"job":{
"type":"runjs",
"target":"https://share.r2ray.com/dust/i-chenzhe/z_xmf.js"
},
"running":true
},
{
"name":"京东摇一摇",
"type":"cron",
"time":"3 20 * * *",
"job":{
"type":"runjs",
"target":"https://ghproxy.com/https://raw.githubusercontent.com/Oreomeow/dust/dust/i-chenzhe/z_shake.js"
},
"running":true
},
{
"name":"京东整点京豆红包雨",
"type":"cron",
"time":"20 0 * * * *",
"job":{
"type":"runjs",
"target":"https://ghproxy.com/https://raw.githubusercontent.com/Oreomeow/longzhuzhu/main/qx/jd_super_redrain.js"
},
"running":true
},
{
"name":"京东直播",
"type":"cron",
"time":"0-20/5 12,20 * * *",
"job":{
"type":"runjs",
"target":"https://ghproxy.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_live.js"
},
"running":true
},
{
"name":"京东赚京豆",
"type":"cron",
"time":"10 7 * * *",
"job":{
"type":"runjs",
"target":"https://ghproxy.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_syj.js"
},
"running":true
},
{
"name":"京东赚赚",
"type":"cron",
"time":"10 0 * * *",
"job":{
"type":"runjs",
"target":"https://ghproxy.com/https://raw.githubusercontent.com/whyour/hundun/master/quanx/jdzz.js"
},
"running":true
},
{
"name":"京豆变动通知",
"type":"cron",
"time":"0 20 * * *",
"job":{
"type":"runjs",
"target":"https://ghproxy.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_bean_change.js"
},
"running":true
},
{
"name":"京喜财富岛单独提现(提前)",
"type":"cron",
"time":"59 59 23 * * *",
"job":{
"type":"runjs",
"target":"https://ghproxy.com/https://raw.githubusercontent.com/GoodStudying/local_file/main/task/JX_CFD_TX.js"
},
"running":false
},
{
"name":"京喜财富岛单独提现(延迟)",
"type":"cron",
"time":"0-3 0 0 * * *",
"job":{
"type":"runjs",
"target":"https://ghproxy.com/https://raw.githubusercontent.com/GoodStudying/local_file/main/task/JX_CFD_TX.js"
},
"running":true
},
{
"name":"京喜签到",
"type":"cron",
"time":"5 0 * * *",
"job":{
"type":"runjs",
"target":"https://ghproxy.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jx_sign.js"
},
"running":true
},
{
"name":"京小兑",
"type":"cron",
"time":"35 8 * * *",
"job":{
"type":"runjs",
"target":"https://ghproxy.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_jxd.js"
},
"running":true
},
{
"name":"领金贴",
"type":"cron",
"time":"10,15 0 * * *",
"job":{
"type":"runjs",
"target":"https://ghproxy.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_jin_tie.js"
},
"running":true
},
{
"name":"领京豆额外奖励",
"type":"cron",
"time":"10 7 * * *",
"job":{
"type":"runjs",
"target":"https://ghproxy.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_bean_home.js"
},
"running":true
},
{
"name":"蒙牛有机牧场(改js兑换)",
"type":"cron",
"time":"1 7-23/2 * * *",
"job":{
"type":"runjs",
"target":"https://share.r2ray.com/dust/member/monk_pasture.js"
},
"running":true
},
{
"name":"取关京东店铺商品",
"type":"cron",
"time":"55 18,21 * * *",
"job":{
"type":"runjs",
"target":"https://ghproxy.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_unsubscribe.js"
},
"running":true
},
{
"name":"天天加速",
"type":"cron",
"time":"6 0-23/3 * * *",
"job":{
"type":"runjs",
"target":"https://ghproxy.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_speed.js"
},
"running":true
},
{
"name":"幸运大转盘",
"type":"cron",
"time":"4 10 * * *",
"job":{
"type":"runjs",
"target":"https://ghproxy.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_market_lottery.js"
},
"running":true
},
{
"name":"摇京豆",
"type":"cron",
"time":"5 0 * * *",
"job":{
"type":"runjs",
"target":"https://ghproxy.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_club_lottery.js"
},
"running":true
}
]
}