-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
285 lines (285 loc) · 7.68 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
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
{
"name": "Dark",
"version": "0.1.0",
"author": "Jalen",
"customConfig": [
{
"name": "author",
"label": "博主名字",
"group": "信息",
"type": "input",
"note": ""
},
{
"name": "renderKaTeX",
"label": "数学公式渲染",
"group": "文章配置",
"type": "switch",
"value": false
},
{
"name": "codeHighlight",
"label": "代码高亮",
"group": "文章配置",
"type": "switch",
"value": false
},
{
"name": "oldTip",
"label": "过期提示",
"group": "文章配置",
"type": "switch",
"note": "文章超过 180 天未更新,在文章开题进行提示",
"value": false
},
{
"name": "busuanzi",
"label": "不蒜子统计",
"group": "网站统计",
"type": "switch",
"value": false
},
{
"name": "baidu",
"label": "百度统计 Key",
"group": "网站统计",
"value": "",
"type": "input",
"note": "代码中 hm.js? 后边的字符串"
},
{
"name": "ga",
"label": "Google Analyse 跟踪 ID",
"group": "网站统计",
"value": "",
"type": "input",
"note": "UA-xxxxxxxxx-x"
},
{
"name": "gtag",
"label": "Google gtag.js 的媒体资源 ID",
"group": "网站统计",
"value": "",
"type": "input",
"note": "https://analytics.google.com/analytics/web/ 中的 管理 -> 媒体资源设置 -> 跟踪 ID"
},
{
"name": "woyaola",
"label": "51.la 站点统计 ID",
"group": "网站统计",
"value": "",
"type": "input",
"note": "https://www.51.la/user/site/index"
},
{
"name": "cnzz",
"label": "友盟/cnzz 站点统计 web_id",
"group": "网站统计",
"value": "",
"type": "input",
"note": "https://web.umeng.com/main.php?c=site&a=show"
},
{
"name": "tencent_sid",
"label": "腾讯统计 sid",
"group": "网站统计",
"value": "",
"type": "input",
"note": "https://mta.qq.com/h5/manage/ctr_app_manage"
},
{
"name": "tencent_cid",
"label": "腾讯统计 cid",
"group": "网站统计",
"value": "",
"type": "input",
"note": "开启高级功能才有 cid https://mta.qq.com/h5/manage/ctr_app_manage"
},
{
"name": "comment",
"label": "评论",
"group": "评论",
"value": "false",
"type": "select",
"options": [
{
"value": "false",
"label": "关闭评论"
},
{
"value": "valine",
"label": "Valine"
},
{
"value": "utterances",
"label": "Utterances"
},
{
"value": "artalk",
"label": "Artalk"
},
{
"value": "twikoo",
"label": "Twikoo"
},
{
"value": "livere",
"label": "来必力"
}
]
},
{
"name": "valine",
"label": "Valine",
"group": "评论",
"type": "array",
"value": [],
"arrayItems": [
{ "label": "appid", "name": "appid", "type": "input", "value": "", "note": "从 LeanCloud 的应用中得到的 appId" },
{ "label": "appkey", "name": "appkey", "type": "input", "value": "", "note": "从 LeanCloud 的应用中得到的 appKey" },
{ "label": "avatar", "name": "avatar", "type": "input", "value": "retro", "note": "Gravatar 头像展示方式 https://valine.js.org/avatar.html" },
{ "label": "每页条数", "name": "pageSize", "type": "input", "value": "", "note": "评论列表分页,每页条数" },
{ "label": "语言", "name": "lang", "type": "input", "value": "", "note": "zh-CN | zh-TW | en | ja" },
{ "label": "REST API 服务器地址", "name": "serverURLs", "type": "input", "value": "", "note": "国际版不填" }
],
"note": "https://valine.js.org/"
},
{
"name": "utterances",
"label": "Utterances",
"group": "评论",
"type": "array",
"value": [],
"arrayItems": [
{ "label": "repo", "name": "repo", "type": "input", "value": "your repo" },
{ "label": "issue_term", "name": "issue_term", "type": "input", "value": "og:title" },
{ "label": "theme", "name": "theme", "type": "input", "value": "", "note": "github-light | github-dark | preferred-color-scheme | github-dark-orange | icy-dark | dark-blue | photon-dark" },
{ "label": "crossorigin", "name": "crossorigin", "type": "input", "value": "anonymous" }
],
"note": "https://utteranc.es/"
},
{
"name": "artalk",
"label": "Artalk 后端程序 URL",
"group": "评论",
"type": "input",
"note": "https://github.com/qwqcode/Artalk"
},
{
"name": "twikoo",
"label": "Twikoo 环境 ID",
"group": "评论",
"type": "input",
"note": "https://twikoo.js.org"
},
{
"name": "livere",
"label": "来必力 uid",
"group": "评论",
"type": "input",
"note": "https://www.livere.com/my_Livere"
},
{
"name": "artitalk",
"label": "Artitalk 说说",
"group": "Artitalk",
"type": "switch",
"value": false,
"note": "基于 LeanCloud 的说说页面 https://artitalk.js.org/"
},
{
"name": "artitalk_appId",
"label": "appId",
"group": "Artitalk",
"type": "input"
},
{
"name": "artitalk_appKey",
"label": "appKey",
"group": "Artitalk",
"type": "input"
},
{
"name": "artitalk_pageSize",
"label": "每页说说数量",
"group": "Artitalk",
"type": "input"
},
{
"name": "artitalk_serverURL",
"label": "serverURL",
"group": "Artitalk",
"type": "input",
"note": "国际版可不填"
},
{
"name": "artitalk_motion",
"label": "加载动画",
"group": "Artitalk",
"type": "switch",
"value": false
},
{
"name": "artitalk_atComment",
"label": "评论功能",
"group": "Artitalk",
"type": "switch",
"value": false
},
{
"name": "about",
"label": "关于页开关",
"group": "关于页",
"type": "switch",
"value": false
},
{
"name": "about_content",
"label": "关于页内容(支持 Markdown 格式)",
"group": "关于页",
"type": "markdown",
"value": ""
},
{
"name": "preload",
"label": "预加载",
"group": "博客加速",
"value": "false",
"type": "select",
"note": "参考 https://blog.jalenchuh.cn/posts/how-i-make-blog-faster/#预加载",
"options": [
{
"value": "false",
"label": "关闭预加载"
},
{
"value": "FlyingPages",
"label": "Flying Pages"
},
{
"value": "quicklink",
"label": "quicklink"
},
{
"value": "instant.page",
"label": "instant.page"
}
]
},
{
"name": "friends",
"label": "友链",
"group": "友链",
"type": "array",
"value": [],
"arrayItems": [
{ "label": "名称", "name": "siteName", "type": "input", "value": "" },
{ "label": "链接", "name": "siteLink", "type": "input", "value": "" },
{ "label": "描述", "name": "description", "type": "textarea", "value": "" },
{ "label": "Logo 链接", "name": "logoUrl", "type": "input", "value": "" },
{ "label": "Logo", "name": "siteLogo", "type": "picture-upload", "value": "", "note": "Logo 链接和图片二选一,链接优先" }
],
"note": ""
}
]
}