-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlscon.txt
More file actions
60 lines (60 loc) · 1.13 KB
/
lscon.txt
File metadata and controls
60 lines (60 loc) · 1.13 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
{
"announcements": [
{
"title": "value1",
"url": "http://www.example.com"
},
{
"title": "2value",
"url": "http://www.example.com"
}
],
"carousel": [
{
"num": "1",
"image": "https://i.loli.net/2021/02/09/Hc9dIkKtifCYPN4.png",
"url": "http://www.example.com",
"describe": "描述一",
"title": "这是第一张轮播图"
},
{
"num": "2",
"image": "https://i.loli.net/2021/02/09/Hc9dIkKtifCYPN4.png",
"url": "http://www.example.com",
"describe": "描述二",
"title": "value2"
},
{
"num": "3",
"image": "https://i.loli.net/2021/02/09/Hc9dIkKtifCYPN4.png",
"url": "http://www.example.com",
"describe": "描述三",
"title": "value3"
},
{
"num": "4",
"image": "https://i.loli.net/2021/02/09/Hc9dIkKtifCYPN4.png",
"url": "http://www.example.com",
"describe": "描述四",
"title": "value4"
}
],
"search_hotwords": [
"Martin Garrix",
"HARDWELL",
"TIËSTO",
"MARSHMELLO",
"Avicii"
],
"can_register": false,
"opening_image": [
{
"image": "http://via.placeholder.com/150",
"url": "http://via.placeholder.com/150"
},
{
"image": "http://via.placeholder.com/150",
"url": "http://via.placeholder.com/150"
}
]
}