-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathJDCNoth.json
108 lines (108 loc) · 3.76 KB
/
JDCNoth.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
{
"name":"JDCNother",
"author":"Leon",
"desc":"适用于国内的任务订阅。该订阅适用于 elecV2P,与其他软件并不兼容。相关说明参考:https://github.com/elecV2/elecV2P-dei/tree/master/docs/06-task.md",
"date":"2021-06-04 19:55:00",
"list":[
{
"name":"(白条)京东金融养猪猪",
"type":"cron",
"time":"12 * * * *",
"job":{
"type":"runjs",
"target":"https://ghproxy.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_pigPet.js"
},
"running":true
},
{
"name":"(白条)京东摇钱树",
"type":"cron",
"time":"35 0-23/2 * * *",
"job":{
"type":"runjs",
"target":"https://ghproxy.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_moneyTree.js"
},
"running":true
},
{
"name":"(白条)天天提鹅",
"type":"cron",
"time":"15 0,7-23 * * *",
"job":{
"type":"runjs",
"target":"https://ghproxy.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_daily_egg.js"
},
"running":true
},
{
"name":"(黑号)京东家庭号",
"type":"cron",
"time":"1 12,23 * * *",
"job":{
"type":"runjs",
"target":"https://ghproxy.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_family.js"
},
"running":false
},
{
"name":"(建议手动)领现金兑换红包",
"type":"cron",
"time":"0,1,2 0 * * *",
"job":{
"type":"runjs",
"target":"https://ghproxy.com/https://raw.githubusercontent.com/ddgksf2013/Cuttlefish/master/Jd/jd_cash_exchange.js"
},
"running":true
},
{
"name":"(异常)京东排行榜",
"type":"cron",
"time":"6 0 * * *",
"job":{
"type":"runjs",
"target":"https://ghproxy.com/https://raw.githubusercontent.com/yangtingxiao/QuantumultX/master/scripts/jd/jd_rankingList.js"
},
"running":true
},
{
"name":"京喜财富岛提现并发修改版zxtop",
"type":"cron",
"time":"0 0 * * *",
"job":{
"type":"runjs",
"target":"https://ghproxy.com/https://raw.githubusercontent.com/ztxtop/x/main/jx_cfdtx.js"
},
"running":false
},
{
"name":"注销会员卡链接",
"type":"schedule",
"time":"0",
"job":{
"type":"runjs",
"target":"https://ghproxy.com/https://raw.githubusercontent.com/GoodStudying/local_file/main/task/v2p_task/jd_unbind.js"
},
"running":false
},
{
"name":"一次性入会",
"type":"schedule",
"time":"0",
"job":{
"type":"runjs",
"target":"https://ghproxy.com/https://raw.githubusercontent.com/sngxpro/QuanX/master/scripts/member_0X.js"
},
"running":false
},
{
"name":"(金融)京东金融领豆(抓包)",
"type":"cron",
"time":"5 7 * * *",
"job":{
"type":"runjs",
"target":"https://ghproxy.com/https://raw.githubusercontent.com/dompling/Script/master/jd/jd_jr_sign.js"
},
"running":false
}
]
}