forked from heiwoya/JavaScript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjctq_rewrite_subscribe.json.bak
More file actions
102 lines (102 loc) · 3.26 KB
/
jctq_rewrite_subscribe.json.bak
File metadata and controls
102 lines (102 loc) · 3.26 KB
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
{
"name": "晶彩天气重写订阅",
"type": "rewrite",
"note": "仅供参考",
"author": "leaf",
"resource": "jctq_rewrite_subscribe.json",
"mitmhost": [
"tq.xunsl.com"
],
"rewrite": [
{
"match": "https://tq.xunsl.com/v17/NewTask/getTaskListByWeather.json",
"target": "https://raw.githubusercontent.com/leafxcy/JavaScript/main/jctq/jctq_rewrite.js",
"enable": true
},
{
"match": "https://tq.xunsl.com/v5/CommonReward/toGetReward.json",
"target": "https://raw.githubusercontent.com/leafxcy/JavaScript/main/jctq/jctq_rewrite.js",
"enable": true
},
{
"match": "https://tq.xunsl.com/v5/article/info.json",
"target": "https://raw.githubusercontent.com/leafxcy/JavaScript/main/jctq/jctq_rewrite.js",
"enable": true
},
{
"match": "https://tq.xunsl.com/v5/article/detail.json",
"target": "https://raw.githubusercontent.com/leafxcy/JavaScript/main/jctq/jctq_rewrite.js",
"enable": true
},
{
"match": "https://tq.xunsl.com/v5/user/stay.json",
"target": "https://raw.githubusercontent.com/leafxcy/JavaScript/main/jctq/jctq_rewrite.js",
"enable": true
},
{
"match": "https://tq.xunsl.com/v5/nameless/adlickstart.json",
"target": "https://raw.githubusercontent.com/leafxcy/JavaScript/main/jctq/jctq_rewrite.js",
"enable": true
},
{
"match": "https://tq.xunsl.com/v5/wechat/withdraw2.json",
"target": "https://raw.githubusercontent.com/leafxcy/JavaScript/main/jctq/jctq_rewrite.js",
"enable": true
},
{
"match": "https://tq.xunsl.com/v5/Weather/giveBoxOnWeather.json",
"target": "https://raw.githubusercontent.com/leafxcy/JavaScript/main/jctq/jctq_rewrite.js",
"enable": true
},
{
"match": "https://tq.xunsl.com/v5/weather/giveTimeInterval.json",
"target": "https://raw.githubusercontent.com/leafxcy/JavaScript/main/jctq/jctq_rewrite.js",
"enable": true
}
],
"task": {
"type": "skip",
"list": [
{
"name": "晶彩天气看看赚",
"type": "cron",
"time": "30 9,20 * * *",
"job": {
"type": "runjs",
"target": "https://raw.githubusercontent.com/leafxcy/JavaScript/main/jctq/jctq_kkz.js"
},
"running": true
},
{
"name": "晶彩天气文章视频",
"type": "cron",
"time": "20 7,18 * * *",
"job": {
"type": "runjs",
"target": "https://raw.githubusercontent.com/leafxcy/JavaScript/main/jctq/jctq_read.js"
},
"running": true
},
{
"name": "晶彩天气日常任务",
"type": "cron",
"time": "15,45 * * * *",
"job": {
"type": "runjs",
"target": "https://raw.githubusercontent.com/leafxcy/JavaScript/main/jctq/jctq_daily.js"
},
"running": true
},
{
"name": "晶彩天气任务签到",
"type": "cron",
"time": "30 22 * * *",
"job": {
"type": "runjs",
"target": "https://raw.githubusercontent.com/leafxcy/JavaScript/main/jctq/jctq_reward.js"
},
"running": true
}
]
}
}