-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathzq_cron.json
118 lines (118 loc) · 3.01 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
{
"name": "中青看点定时任务订阅",
"desc": "无",
"date": "2022-08-02 20:32:08",
"author": "https://t.me/ShaolinTemple1",
"resource": "https://raw.githubusercontent.com/wangbo667/wangbo667/main/zq_cron.json.json",
"list": [
{
"name": "中青签到",
"type": "cron",
"time": "45 2 * * *",
"job": {
"type": "runjs",
"target": "https://raw.githubusercontent.com/wangbo667/wangbo667/main/zqqd.js"
}
},
{
"name": "中青文章",
"type": "cron",
"time": "35 7,12,18 * * *",
"running": true,
"job": {
"type": "runjs",
"target": "https://raw.githubusercontent.com/wangbo667/wangbo667/main/zqwz.js"
}
},
{
"name": "中青看看赚",
"type": "cron",
"time": "05 9 * * *",
"running": true,
"job": {
"type": "runjs",
"target": "https://raw.githubusercontent.com/wangbo667/wangbo667/main/zqkkz1.js"
}
},
{
"name": "中青火爆转发",
"type": "cron",
"time": "10 6,12,18 * * *",
"running": true,
"job": {
"type": "runjs",
"target": "https://raw.githubusercontent.com/wangbo667/wangbo667/main/zq_share.js"
}
},
{
"name": "中青每日任务宝箱领取",
"type": "cron",
"time": "25 22 * * *",
"running": true,
"job": {
"type": "runjs",
"target": "https://raw.githubusercontent.com/wangbo667/wangbo667/main/zqbox.js"
}
},
{
"name": "中青每日收益统计",
"type": "cron",
"time": "5 23 * * *",
"running": true,
"job": {
"type": "runjs",
"target": "https://raw.githubusercontent.com/wangbo667/wangbo667/main/zq_today_score.js"
}
},
{
"name": "中青抽奖",
"type": "cron",
"time": "23 22 * * *",
"running": true,
"job": {
"type": "runjs",
"target": "https://raw.githubusercontent.com/wangbo667/wangbo667/main/zq_Rotary.js"
}
},
{
"name": "中青打卡赚",
"type": "cron",
"time": "27 5,9 * * *",
"running": true,
"job": {
"type": "runjs",
"target": "https://raw.githubusercontent.com/wangbo667/wangbo667/main/zq_wakeup.js"
}
},
{
"name": "中青搜索赚",
"type": "cron",
"time": "48 5 * * *",
"running": true,
"job": {
"type": "runjs",
"target": "https://raw.githubusercontent.com/wangbo667/wangbo667/main/zqssz.js"
}
},
{
"name": "中青浏览赚",
"type": "cron",
"time": "34 0 * * *",
"running": true,
"job": {
"type": "runjs",
"target": "https://raw.githubusercontent.com/wangbo667/wangbo667/main/zqllz.js"
}
},
{
"name": "中青浏览赚",
"type": "cron",
"time": "34 0 * * *",
"running": true,
"job": {
"type": "runjs",
"target": "https://raw.githubusercontent.com/wangbo667/wangbo667/main/zqllz.js"
}
}
]
}