-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathlinks.json
More file actions
39 lines (39 loc) · 1.05 KB
/
links.json
File metadata and controls
39 lines (39 loc) · 1.05 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
{
"friends": [
{
"id_name": "cf-links",
"desc": "Common links included in circle friends",
"link_list": [
{
"name": "CWorld Site",
"intro": "求知若愚,虚怀若谷",
"link": "https://cworld0.com/",
"avatar": "https://cravatar.cn/avatar/1ffe42aa45a6b1444a786b1f32dfa8aa?s=200"
},
{
"name": "Gogei 的静默日志",
"intro": "字如萤逝,码若流光",
"link": "https://blog.gogei.top",
"avatar": "https://blog.gogei.top/images/avatar.png"
}
]
},
{
"id_name": "inactive-links",
"desc": "Inactive or rule-breaking friends",
"link_list": []
},
{
"id_name": "special-links",
"desc": "Other special links",
"link_list": [
{
"name": "开往",
"intro": "随机前往开往的成员博客",
"link": "https://www.travellings.cn/train.html",
"avatar": "https://www.travellings.cn/assets/travelling-dark.png"
}
]
}
]
}