-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.json
209 lines (203 loc) · 3.65 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
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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
{
"name": "multiverse&lens",
"version": "1.0.0",
"author": "LifeAlsoIsGG",
"customConfig": [{
"name": "scheme",
"label": "主题",
"group": "外观",
"value": "multiverse",
"type": "radio",
"options": [{
"label": "multiverse 多次元",
"value": "multiverse"
},
{
"label": "lens 棱镜",
"value": "lens"
}
]
},
{
"name": "if3Dtitle",
"label": "字体是否3D",
"group": "外观",
"value": true,
"type": "radio",
"note": "仅multiverse主题有效",
"options": [{
"label": "是",
"value": true
},
{
"label": "否",
"value": false
}
]
},
{
"name": "ifDate",
"label": "是否显示时间",
"group": "外观",
"value": true,
"type": "radio",
"note": "仅multiverse主题有效,时间格式在基本设置调",
"options": [{
"label": "是",
"value": true
},
{
"label": "否",
"value": false
}
]
},
{
"name": "tagscloud",
"label": "标签云样式",
"group": "外观",
"value": false,
"type": "radio",
"note": "仅multiverse主题有效",
"options": [{
"label": "不显示",
"value": false
},
{
"label": "多彩",
"value": "various"
},
{
"label": "霓虹灯",
"value": "highlight"
}
]
},
{
"name": "jsdelivr",
"label": "jsDelivr 加速",
"group": "jsDelivr 加速配置",
"value": "false",
"type": "select",
"options": [{
"label": "true",
"value": true
},
{
"label": "false",
"value": false
}
]
},
{
"name": "website",
"label": "网站链接",
"group": "jsDelivr 加速配置",
"value": "",
"type": "input",
"note": "请输入网站链接"
},
{
"name": "username",
"label": "Github 用户名",
"group": "jsDelivr 加速配置",
"value": "",
"type": "input",
"note": "请输入 Github 用户名"
},
{
"name": "repository",
"label": "Github 仓库名",
"group": "jsDelivr 加速配置",
"value": "",
"type": "input",
"note": "请输入 Github 仓库名"
},
{
"name": "blogger",
"label": "Blog",
"group": "社交",
"value": "",
"type": "input",
"note": "链接地址"
},
{
"name": "wikipedia-w",
"label": "Wiki",
"group": "社交",
"value": "",
"type": "input",
"note": "链接地址"
},
{
"name": "instagram",
"label": "Instagram",
"group": "社交",
"value": "",
"type": "input",
"note": "链接地址"
},
{
"name": "github",
"label": "Github",
"group": "社交",
"value": "",
"type": "input",
"note": "链接地址"
},
{
"name": "twitter",
"label": "Twitter",
"group": "社交",
"value": "",
"type": "input",
"note": "链接地址"
},
{
"name": "weibo",
"label": "微博",
"group": "社交",
"value": "",
"type": "input",
"note": "链接地址"
},
{
"name": "zhihu",
"label": "知乎",
"group": "社交",
"value": "",
"type": "input",
"note": "链接地址"
},
{
"name": "facebook",
"label": "Facebook",
"group": "社交",
"value": "",
"type": "input",
"note": "链接地址"
},
{
"name": "ga",
"label": "跟踪 ID",
"group": "谷歌统计",
"value": "",
"type": "input",
"note": "UA-xxxxxxxxx-x"
},
{
"name": "metaKeywords",
"label": "Meta Keywords",
"group": "SEO",
"value": "相册, Gallery",
"type": "input"
},
{
"name": "metaDescription",
"label": "Meta Description",
"group": "SEO",
"value": "一款基于 HTML5 UP 的 Multiverse 模板开发的, Gridea 主题的预览页面。",
"type": "input"
}
]
}