-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy path_config.json
84 lines (84 loc) · 2.02 KB
/
_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
{
"title": "小鱼档案",
"description": "有关小鱼的《蔚蓝档案》风格的个人主页",
"favicon": "/favicon144.png",
"author": "小鱼yuzifu",
"keywords": "蔚蓝档案,小鱼yuzifu,个人主页",
"ICP": "",
"manifest": {
"name": "小鱼档案",
"short_name": "小鱼档案",
"description": "有关小鱼的《蔚蓝档案》风格的个人主页",
"theme_color": "#128AFA",
"start_url": "/",
"id": "Homepage",
"icons": [
{
"src": "/favicon512.png",
"sizes": "512x512",
"purpose": "any maskable"
},
{
"src": "/favicon144.png",
"sizes": "144x144"
}
]
},
"level": 83,
"exp": 8382,
"nextExp": 8381,
"iconfont": "https://at.alicdn.com/t/c/font_4336463_0i6ly0yvyzb.js",
"dock": [
{
"name": "一起吃小鱼",
"href": "https://gitee.com/sf-yuzifu/eat-fish-together",
"imgSrc": "/img/fish.png"
},
{
"name": "编程猫格式工厂",
"href": "https://gitee.com/sf-yuzifu/bcm_convertor",
"imgSrc": "/img/convertor.png"
},
{
"name": "Waddle编辑器",
"href": "https://waddle.cocotais.cn/",
"imgSrc": "/img/waddle2.png"
},
{
"name": "PICKDUCK",
"href": "https://shequ.pgaot.com/",
"imgSrc": "/img/pickduck.png"
},
{
"name": "Boxy编辑器",
"href": "https://boxy.cocotais.cn/",
"imgSrc": "/img/boxy.png"
}
],
"contact": [
{
"name": "QQ",
"href": "https://wpa.qq.com/msgrd?v=3&uin=1906929246&site=qq&menu=yes&jumpflag=1",
"iconfont": "icon-qq"
},
{
"name": "Gitee",
"href": "https://gitee.com/sf-yuzifu",
"iconfont": "icon-gitee"
},
{
"name": "Github",
"href": "https://github.com/sf-yuzifu",
"iconfont": "icon-github"
},
{
"name": "BiliBili",
"href": "https://space.bilibili.com/447666445",
"iconfont": "icon-bilibili"
}
],
"task": {
"name": "个人博客",
"href": "https://blog.yzf.moe/"
}
}