This repository has been archived by the owner on Oct 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
165 lines (165 loc) · 4.14 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
{
"name": "Aileron",
"version": "2.0.0",
"author": "Acfboy",
"repository": "https://github.com/Acfboy/Gridea-theme-Aileron",
"customConfig": [
{
"name": "background",
"label": "背景图片",
"group": "自定义",
"value": "",
"type": "input",
"note": "链接地址"
},
{
"name": "idopacity",
"label": "个人信息标签透明度",
"group": "自定义",
"value": "",
"type": "input",
"note": "0-1之间数值"
},
{
"name": "headopacity",
"label": "导航栏标签透明度",
"group": "自定义",
"value": "",
"type": "input",
"note": "0-1之间数值"
},
{
"name": "messopacity",
"label": "文章标签透明度",
"group": "自定义",
"value": "",
"type": "input",
"note": "0-1之间数值"
},
{
"name": "youliana",
"label": "友链地址",
"group": "友情链接",
"value": "",
"type": "input",
"note": "链接地址"
},
{
"name": "youliann",
"label": "友链名称",
"group": "友情链接",
"value": "",
"type": "input",
"note": "链接名称"
},
{
"name": "youliana2",
"label": "友链地址2",
"group": "友情链接",
"value": "",
"type": "input",
"note": "链接地址"
},
{
"name": "youliann2",
"label": "友链名称2",
"group": "友情链接",
"value": "",
"type": "input",
"note": "链接名称"
},
{
"name": "youliana3",
"label": "友链地址3",
"group": "友情链接",
"value": "",
"type": "input",
"note": "链接地址"
},
{
"name": "youliann3",
"label": "友链名称3",
"group": "友情链接",
"value": "",
"type": "input",
"note": "链接名称"
},
{
"name": "notice",
"label": "公告栏",
"group": "侧边栏",
"value": "",
"type": "textarea",
"note": "不填写则不显示"
},
{
"name": "xuke",
"label": "许可证",
"group": "许可证",
"value": "",
"type": "textarea",
"note": "放入许可证html"
},
{
"name": "headcolor",
"label": "顶栏颜色",
"group": "颜色",
"value": "#fff",
"type": "input",
"card": "color",
"note": "设置顶栏颜色"
},
{
"name": "idcolor",
"label": "个人信息颜色",
"group": "颜色",
"value": "#fff",
"type": "input",
"card": "color",
"note": "设置个人信息颜色"
},
{
"name": "postback",
"label": "文章背景颜色",
"group": "颜色",
"value": "#fff",
"type": "input",
"card": "color",
"note": "设置个人信息颜色"
},
{
"name": "noticecolor",
"label": "公告栏&友链颜色",
"group": "颜色",
"value": "#fff",
"type": "input",
"card": "color",
"note": "设置公告栏&友链颜色"
},
{
"name": "toccolor",
"label": "文章目录颜色",
"group": "颜色",
"value": "#fff",
"type": "input",
"card": "color",
"note": "设置文章目录颜色"
},
{
"name": "lizi",
"label": "背景粒子",
"group": "自定义",
"value": false,
"type": "switch",
"note": "背景粒子"
},
{
"name": "caidai",
"label": "背景随机彩带",
"group": "自定义",
"value": false,
"type": "switch",
"note": "背景彩带"
}
]
}