forked from OreosLab/VIP
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Daily.json
88 lines (88 loc) · 2.88 KB
/
Daily.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
{
"name":"羊毛",
"author":"Leon",
"desc":"该订阅适用于 elecV2P,与其他软件并不兼容。相关说明参考:https://github.com/elecV2/elecV2P-dei/tree/master/docs/06-task.md",
"date":"2021-08-14 21:45:00",
"list":[
{
"name":"安装依赖",
"type":"schedule",
"time":"0",
"job":{
"type":"exec",
"target":"wget -q https://raw.githubusercontent.com/Oreomeow/VIP/main/Scripts/py/requirements.txt -O requirements.txt && pip3 install -r requirements.txt"
},
"running":false
},
{
"name":"中青看点看看赚&浏览赚(需配合专用重写获取cookie)",
"type":"cron",
"time":"30 6 * * *",
"job":{
"type":"runjs",
"target":"https://raw.githubusercontent.com/ztxtop/x/main/youth_banner.js"
},
"running":true
},
{
"name":"中青看点签到&开转盘宝箱&阅读时长",
"type":"cron",
"time":"10 */1 * * *",
"job":{
"type":"runjs",
"target":"https://raw.githubusercontent.com/GoodHolidays/Scripts/master/Task/youth.js"
},
"running":true
},
{
"name":"中青自动阅读V2P",
"type":"cron",
"time":"10 */2 * * *",
"job":{
"type":"runjs",
"target":"https://raw.githubusercontent.com/KodoShinichi/elecV2P/main/Taks-elecV2P/youthread_elecV2.js"
},
"running":true
},
{
"name":"EUserv 续期",
"type":"cron",
"time":"0 10 */7 * *",
"job":{
"type":"runjs",
"target":"https://raw.githubusercontent.com/Oreomeow/VIP/main/Scripts/js/EUserv_extend.js"
},
"running":true
},
{
"name":"小米运动改步",
"type":"cron",
"time":"25 20 * * *",
"job":{
"type":"runjs",
"target":"https://raw.githubusercontent.com/Oreomeow/VIP/main/Scripts/js/mimotion.js"
},
"running":true
},
{
"name":"Freenom 续期",
"type":"cron",
"time":"25 7 */10 * *",
"job":{
"type":"runjs",
"target":"https://raw.githubusercontent.com/Oreomeow/VIP/main/Scripts/js/FNplus.js"
},
"running":true
},
{
"name":"机场签到",
"type":"cron",
"time":"20 10 * * *",
"job":{
"type":"runjs",
"target":"https://raw.githubusercontent.com/Oreomeow/VIP/main/Scripts/js/airport.js"
},
"running":true
}
]
}