-
Notifications
You must be signed in to change notification settings - Fork 1
/
zqkdFast_rewrite_subscribe.json
78 lines (78 loc) · 2.09 KB
/
zqkdFast_rewrite_subscribe.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
{
"name": "中青极速版重写订阅",
"type": "rewrite",
"note": "仅供参考",
"author": "nomoneynolife",
"mitmhost": [
"user.youth.cn"
],
"rewrite": [
{
"match": "https://user.youth.cn/FastApi/NewTaskSimple/getTaskList",
"target": "https://ghproxy.com/https://raw.githubusercontent.com/nomoneynolife/zq/master/zqkdFast_read.js",
"enable": true,
"stage": "req"
},
{
"match": "https://user.youth.cn/v1/Nameless/adlickstart",
"target": "https://ghproxy.com/https://raw.githubusercontent.com/nomoneynolife/zq/master/zqkdFast_kkz.js",
"enable": true,
"stage": "req"
}
],
"task": {
"type": "skip",
"list": [
{
"name": "文章视频",
"type": "cron",
"time": "28 8-22 * * *",
"running": true,
"job": {
"type": "runjs",
"target": "https://ghproxy.com/https://raw.githubusercontent.com/nomoneynolife/zq/master/zqkdFast_read.js"
}
},
{
"name": "看看赚",
"type": "cron",
"time": "18 13 * * *",
"running": true,
"job": {
"type": "runjs",
"target": "https://ghproxy.com/https://raw.githubusercontent.com/nomoneynolife/zq/master/zqkdFast_kkz.js"
}
},
{
"name": "分享阅读",
"type": "cron",
"time": "18 18 * * *",
"running": true,
"job": {
"type": "runjs",
"target": "https://ghproxy.com/https://raw.githubusercontent.com/nomoneynolife/zq/master/zqkdFast_shareRead.js"
}
},
{
"name": "日常任务(PK,抽奖)",
"type": "cron",
"time": "8 8-22/2 * * *",
"running": true,
"job": {
"type": "runjs",
"target": "https://ghproxy.com/https://raw.githubusercontent.com/nomoneynolife/zq/master/zqkdFast_daily.js"
}
},
{
"name": "每日任务奖励",
"type": "cron",
"time": "18 22 * * *",
"running": true,
"job": {
"type": "runjs",
"target": "https://ghproxy.com/https://raw.githubusercontent.com/nomoneynolife/zq/master/zqkdFast_reward_pro.js"
}
}
]
}
}