-
Notifications
You must be signed in to change notification settings - Fork 24
/
yaoys_checkin_config.json
137 lines (137 loc) · 4.31 KB
/
yaoys_checkin_config.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
{
"common_config": {
"is_print": true,
"is_scheduler": true,
"use_type": 1
},
"scheduler": {
"timing_day_of_week": "0-6",
"timing_hour": "8",
"timing_minute": "0",
"random_scheduler_time": true,
"random_scheduler_time_hour": [
7,
8,
9,
10
]
},
"cookieOrUser": {
"able_sci": {
"is_checkin": true,
"push_message": true,
"more_time_sleep": 0,
"time_sleep": 0,
"checkin_verification": [
{
"cookie": "多账号配置,将多个账号的cookie放入json数组中"
},
{
"cookie": "多账号配置,将多个账号的cookie放入json数组中"
}
]
},
"bilibili_live": {
"is_checkin": true,
"push_message": true,
"more_time_sleep": 0,
"time_sleep": 0,
"checkin_verification": "单账号配置,直接填写cookie即可,不需要写在json数组中,多账号参考上面"
},
"bilibili_icon": {
"is_checkin": true,
"push_message": true,
"more_time_sleep": 0,
"time_sleep": 0,
"checkin_verification": "单账号配置,直接填写cookie即可,不需要写在json数组中,多账号参考上面"
},
"cloud189": {
"is_checkin": true,
"push_message": true,
"more_time_sleep": 0,
"time_sleep": 0,
"checkin_verification": {
"phone": "单账号配置,不需要写在json数组中,多账号参考上面",
"password": "单账号配置,不需要写在json数组中,多账号参考上面"
}
},
"glados": {
"is_checkin": true,
"push_message": true,
"more_time_sleep": 0,
"time_sleep": 0,
"checkin_verification": "单账号配置,直接填写cookie即可,不需要写在json数组中,多账号参考上面"
},
"gu_fen_xue_shu": {
"is_checkin": true,
"push_message": true,
"more_time_sleep": 0,
"time_sleep": 0,
"checkin_verification": "单账号配置,直接填写cookie即可,不需要写在json数组中,多账号参考上面"
},
"aliyunpan": {
"is_checkin": true,
"push_message": true,
"more_time_sleep": 0,
"time_sleep": 0,
"deviceRoom_task": false,
"auto_delete_device": false,
"checkin_verification": "单账号配置,直接填写cookie即可,不需要写在json数组中,多账号参考上面"
},
"wps_vip": {
"is_checkin": true,
"push_message": true,
"more_time_sleep": 0,
"time_sleep": 0,
"checkin_verification": "单账号配置,直接填写cookie即可,不需要写在json数组中,多账号参考上面"
},
"hifini": {
"is_checkin": true,
"push_message": true,
"more_time_sleep": 0,
"time_sleep": 0,
"checkin_verification": "单账号配置,直接填写cookie即可,不需要写在json数组中,多账号参考上面"
},
"wps_cloud": {
"is_checkin": true,
"push_message": true,
"more_time_sleep": 0,
"time_sleep": 0,
"checkin_verification": "单账号配置,直接填写cookie即可,不需要写在json数组中,多账号参考上面"
},
"tieba": {
"is_checkin": true,
"push_message": true,
"more_time_sleep": 0,
"time_sleep": 0,
"checkin_verification": "单账号配置,直接填写cookie即可,不需要写在json数组中,多账号参考上面"
},
"wuaipojie": {
"is_checkin": true,
"push_message": true,
"more_time_sleep": 0,
"time_sleep": 0,
"checkin_verification": "单账号配置,直接填写cookie即可,不需要写在json数组中,多账号参考上面"
},
"jiaoyimao": {
"is_checkin": true,
"push_message": true,
"more_time_sleep": 0,
"time_sleep": 0,
"checkin_verification": "单账号配置,直接填写cookie即可,不需要写在json数组中,多账号参考上面"
},
"piaoyunge": {
"is_checkin": true,
"push_message": true,
"more_time_sleep": 0,
"time_sleep": 0,
"checkin_verification": "单账号配置,直接填写cookie即可,不需要写在json数组中,多账号参考上面"
}
},
"push_message": {
"is_push_message": true,
"message_name": "checkin message",
"pushPlus": "token",
"server": "token"
}
}