-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.json
249 lines (248 loc) · 7.19 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
{
"name": "Natural",
"version": "1.0.0",
"author": "萌新",
"repository": "https://github.com/1035311527/gridea-natural",
"customConfig": [
{
"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": "facebook",
"label": "Facebook",
"group": "社交",
"value": "",
"type": "input",
"note": "链接地址"
},
{
"name": "wechat",
"label": "微信",
"group": "社交",
"value": "",
"type": "input",
"note": "链接地址"
},
{
"name": "wechatImg",
"label": "微信二维码",
"group": "社交",
"value": "",
"type": "input",
"note": "输入微信二维码地址"
},
{
"name": "qq",
"label": "QQ",
"group": "社交",
"value": "",
"type": "input",
"note": "链接地址"
},
{
"name": "ga",
"label": "跟踪 ID",
"group": "谷歌统计",
"value": "",
"type": "input",
"note": "UA-xxxxxxxxx-x"
},
{
"name": "valineID",
"label": "appId",
"group": "Valine 评论配置",
"value": "",
"type": "input",
"note": "请输入appId,如果想启用Valine必须关闭其他两个自带评论系统"
},
{
"name": "valineKey",
"label": "appKey",
"group": "Valine 评论配置",
"value": "",
"type": "input",
"note": "请输入appKey"
},
{
"name": "description",
"label": "网站描述",
"group": "基本设置",
"value": "",
"type": "input",
"note": "网站的描述信息"
},
{
"name": "keywords",
"label": "关键词",
"group": "基本设置",
"value": "",
"type": "input",
"note": "网站的关键词,多个使用','隔开"
},
{
"name": "notice",
"label": "站点公告",
"group": "基本设置",
"value": "",
"type": "input",
"note": "输入站点公告,将展示在列表页"
},
{
"name": "noticeImg",
"label": "站点公告图片",
"group": "基本设置",
"value": "",
"type": "input",
"note": "站点公告图片"
},
{
"name": "tips",
"label": "文章提示",
"group": "基本设置",
"value": "",
"type": "input",
"note": "文章内底部提示,可以用来输入一些版权信息"
},
{
"name": "backToTop",
"label": "返回顶部图片链接",
"group": "基本设置",
"value": "/media/images/lolisister.gif",
"type": "input",
"note": "返回顶部图片链接,如果不设置则不开启该功能,默认所有页面都开启"
},
{
"name": "copyNotice",
"label": "复制版权保护",
"group": "基本设置",
"value": "",
"type": "input",
"note": "留空为不开启,否则复制的时候会加上这段内容,不建议开启。"
},
{
"name": "background",
"label": "网站背景图片",
"group": "基本设置",
"value": "",
"type": "input",
"note": "请输入网站背景图片"
},
{
"name": "style",
"label": "列表样式",
"group": "基本设置",
"value": "default",
"type": "select",
"note": "选择需要列表的样式",
"options": [
{
"label": "默认样式",
"value": "default"
},
{
"label": "普通样式",
"value": "normal"
},
{
"label": "混合样式",
"value": "mix"
}
]
},
{
"name": "feature",
"label": "默认封面图片",
"group": "封面图片",
"type": "array",
"value": [],
"arrayItems": [
{
"label": "链接",
"name": "autoimg",
"type": "input",
"value": ""
}
],
"note": "请输入默认封面图片的链接"
},
{
"name": "featurelength",
"label": "用于随机的默认图片的数量",
"group": "封面图片",
"type": "input",
"value": "",
"note": "必须与默认封面图片同时指定,否则无效,注意,是数字"
},
{
"name": "randomImg",
"label": "是否随机图片",
"group": "封面图片",
"value": "",
"type": "input",
"note": "请输入随机图片API,优先级高于默认封面图片"
},
{
"name": "friends",
"label": "友链",
"group": "友链",
"type": "array",
"value": [],
"arrayItems": [
{
"label": "名称",
"name": "siteName",
"type": "input",
"value": ""
},
{
"label": "链接",
"name": "siteLink",
"type": "input",
"value": ""
},
{
"label": "Logo",
"name": "siteLogo",
"type": "input",
"value": ""
},
{
"label": "描述",
"name": "description",
"type": "textarea",
"value": ""
}
],
"note": "添加友链页面为当前域名+/friends"
},
{
"name": "friendsnotice",
"label": "提示信息",
"group": "友链",
"value": "",
"type": "textarea",
"note": "友链页面的提示信息,不填写将不会显示。"
}
]
}