-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplate.json
More file actions
38 lines (38 loc) · 1.18 KB
/
Copy pathtemplate.json
File metadata and controls
38 lines (38 loc) · 1.18 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
{
"version": 2,
"debug": false,
"host": "0.0.0.0",
"port": 9010,
"secret": "MySecret",
"device1_name": "电脑",
"device1_wait_time": 900,
"device2_wait_time": 900,
"device2_name": "红米K50 Ultra",
"device3_wait_time": 900,
"device3_name": "魅族20 Inf.sat",
"user": "efojug",
"desktopbgday": "./static/desktopbgday.jpg",
"desktopbgdaysleep": "./static/desktopbgdaysleep.jpg",
"desktopbgnight": "./static/desktopbgnight.jpg",
"desktopbgnightsleep": "./static/desktopbgnightsleep.jpg",
"mobilebgday": "./static/mobilebgday.png",
"mobilebgdaysleep": "./static/mobilebgdaysleep.png",
"mobilebgnight": "./static/mobilebgnight.jpg",
"mobilebgnightsleep": "./static/mobilebgnightsleep.png",
"alpha": 0.7,
"auto_refresh_time": 45,
"status_list": [
{
"id": 0,
"name": "好像似了",
"desc": "睡似了或其他原因不在线",
"color": "102, 102, 102"
},
{
"id": 1,
"name": "看起来应该还活着",
"desc": "你可以尝试用任何方式联系她",
"color": "43, 164, 113"
}
]
}