-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.05 KB
/
package.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
{
"name": "mytheme",
"version": "1.0.0",
"configElements": [
{
"type": "text",
"name": "sidebarBackground",
"label": "主题左侧背景图片",
"help": "主题左侧背景图片"
},
{
"type": "text",
"name": "pageBackground",
"label": "主题页面主体背景图片",
"help": "主题页面主体背景图片"
},
{
"type": "color",
"name": "sidebarBackgroundColor",
"label": "主题左侧背景颜色",
"help": "选择左侧菜单背景颜色"
},
{
"type": "color",
"name": "sidebarColor",
"label": "主题左侧文字颜色"
},
{
"type": "css",
"name": "customCSS",
"label": "自定义 CSS",
"help": "设置网站自定义 CSS"
},
{
"type": "javascript",
"name": "customJS",
"label": "自定义 JS",
"help": "设置网站自定义 JS"
},
{
"type": "html",
"name": "cc",
"label": "版权信息",
"help": "在每篇文章之后添加版权信息"
}
]
}