-
Notifications
You must be signed in to change notification settings - Fork 31
/
config.json
42 lines (42 loc) · 1.37 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
{
"name": "Dream",
"description": "version <= [1.7.3]",
"version": "1.1.3",
"images": "https://assets.imgix.net/unsplash/hotairballoon.jpg?w=1280&h=853&fit=crop&crop=right",
"configs": [
{
"label": "IOS下载地址",
"placeholder": "请输入下载地址",
"field_name": "theme_ios",
"field_type": "input",
"default_value": "http://baidu.com"
},
{
"label": "Android下载地址",
"placeholder": "请输入下载地址",
"field_name": "theme_android",
"field_type": "input",
"default_value": "http://baidu.com"
},
{
"label": "Mac下载地址",
"placeholder": "请输入下载地址",
"field_name": "theme_mac",
"field_type": "input",
"default_value": "http://baidu.com"
},
{
"label": "Windows下载地址",
"placeholder": "请输入下载地址",
"field_name": "theme_windows",
"field_type": "input",
"default_value": "http://baidu.com"
},
{
"label": "自定义页脚(实现客服JS代码插入等)",
"placeholder": "自定义js代码",
"field_name": "custom_html",
"field_type": "textarea"
}
]
}