-
Notifications
You must be signed in to change notification settings - Fork 1
/
zq_cron.json
159 lines (158 loc) · 4.52 KB
/
zq_cron.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
{
"name": "中青看点定时任务订阅",
"desc": "无",
"date": "2021-08-05 20:32:08",
"author": "https://t.me/ShaolinTemple1",
"resource": "https://raw.githubusercontent.com/shaolin-kongfu/js_scripts/main/zq/zq_cron.json",
"list": [
{
"name": "中青签到",
"type": "cron",
"time": "15 2 * * *",
"job": {
"type": "runjs",
"target": "https://raw.githubusercontent.com/shaolin-kongfu/js_scripts/main/zq/zqqd.js"
}
},
{
"name": "中青文章",
"type": "cron",
"time": "30 5,12,18 * * *",
"running": true,
"job": {
"type": "runjs",
"target": "https://raw.githubusercontent.com/shaolin-kongfu/js_scripts/main/zq/zqwz.js"
}
},
{
"name": "中青看看赚",
"type": "cron",
"time": "45 12 * * *",
"running": true,
"job": {
"type": "runjs",
"target": "https://raw.githubusercontent.com/shaolin-kongfu/js_scripts/main/zq/zqkkz.js"
}
},
{
"name": "中青火爆转发",
"type": "cron",
"time": "15 6,12,18 * * *",
"running": true,
"job": {
"type": "runjs",
"target": "https://raw.githubusercontent.com/shaolin-kongfu/js_scripts/main/zq/zq_share.js"
}
},
{
"name": "中青福利视频",
"type": "cron",
"time": "20 12 * * *",
"running": true,
"job": {
"type": "runjs",
"target": "https://raw.githubusercontent.com/shaolin-kongfu/js_scripts/main/zq/zq_Adv_video.js"
}
},
{
"name": "中青每日任务宝箱领取",
"type": "cron",
"time": "15 17,22 * * *",
"running": true,
"job": {
"type": "runjs",
"target": "https://raw.githubusercontent.com/shaolin-kongfu/js_scripts/main/zq/zqbox.js"
}
},
{
"name": "中青每日收益统计",
"type": "cron",
"time": "15 23 * * *",
"running": true,
"job": {
"type": "runjs",
"target": "https://raw.githubusercontent.com/shaolin-kongfu/js_scripts/main/zq/zq_today_score.js"
}
},
{
"name": "中青好友签到红包",
"type": "cron",
"time": "15 7 * * *",
"running": true,
"job": {
"type": "runjs",
"target": "https://raw.githubusercontent.com/shaolin-kongfu/js_scripts/main/zq/zq_friendSign.js"
}
},
{
"name": "中青抽奖",
"type": "cron",
"time": "34 18 * * *",
"running": true,
"job": {
"type": "runjs",
"target": "https://raw.githubusercontent.com/shaolin-kongfu/js_scripts/main/zq/zq_Rotary.js"
}
},
{
"name": "中青打卡赚",
"type": "cron",
"time": "34 5,9 * * *",
"running": true,
"job": {
"type": "runjs",
"target": "https://raw.githubusercontent.com/shaolin-kongfu/js_scripts/main/zq/zq_wakeup.js"
}
},
{
"name": "中青搜索赚",
"type": "cron",
"time": "35 5 * * *",
"running": true,
"job": {
"type": "runjs",
"target": "https://raw.githubusercontent.com/shaolin-kongfu/js_scripts/main/zq/zqssz.js"
}
},
{
"name": "中青浏览赚",
"type": "cron",
"time": "34 6 * * *",
"running": true,
"job": {
"type": "runjs",
"target": "https://raw.githubusercontent.com/shaolin-kongfu/js_scripts/main/zq/zqllz.js"
}
},
{
"name": "中青阅读翻倍",
"type": "cron",
"time": "34 5 * * 1",
"running": true,
"job": {
"type": "runjs",
"target": "https://raw.githubusercontent.com/shaolin-kongfu/js_scripts/main/zq/zq_double.js"
}
},
{
"name": "中青自动提现",
"type": "cron",
"time": "25 10 * * *",
"running": true,
"job": {
"type": "runjs",
"target": "https://raw.githubusercontent.com/shaolin-kongfu/js_scripts/main/zq/zq_withdraw.js"
}
},
{
"name": "中青看点5分钟60分钟任务领取",
"type": "cron",
"time": "25 17,22 * * *",
"running": true,
"job": {
"type": "runjs",
"target": "https://gitee.com/Jxell/js_scripts/raw/main/zq/zq_5_60.js"
}
}
]
}