-
Notifications
You must be signed in to change notification settings - Fork 117
Expand file tree
/
Copy pathconfig.json
More file actions
79 lines (79 loc) · 2.48 KB
/
Copy pathconfig.json
File metadata and controls
79 lines (79 loc) · 2.48 KB
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
{
"name": "Bob-Theme-Argon",
"description": "Bob`s Theme Argon",
"version": "1.7.4",
"images": "https://images.unsplash.com/photo-1515405295579-ba7b45403062?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2160&q=80",
"configs": [
{
"label": "SSR",
"placeholder": "SSR订阅开启/关闭",
"field_name": "client_ssr",
"field_type": "select",
"select_options": {
"true": "开启",
"false": "关闭"
},
"default_value": "true"
},
{
"label": "Clash",
"placeholder": "Clash订阅开启/关闭",
"field_name": "client_clash",
"field_type": "select",
"select_options": {
"true": "开启",
"false": "关闭"
},
"default_value": "true"
},
{
"label": "Shadowrocket",
"placeholder": "Shadowrocket订阅开启/关闭",
"field_name": "client_shadowrocket",
"field_type": "select",
"select_options": {
"true": "开启",
"false": "关闭"
},
"default_value": "true"
},
{
"label": "Surge",
"placeholder": "Surge订阅开启/关闭",
"field_name": "client_surge",
"field_type": "select",
"select_options": {
"true": "开启",
"false": "关闭"
},
"default_value": "true"
},
{
"label": "V2Ray",
"placeholder": "V2Ray订阅开启/关闭",
"field_name": "client_v2ray",
"field_type": "select",
"select_options": {
"true": "开启",
"false": "关闭"
},
"default_value": "true"
},
{
"label": "Surfboard",
"placeholder": "Surfboard订阅开启/关闭",
"field_name": "client_surfboard",
"field_type": "select",
"select_options": {
"true": "开启",
"false": "关闭"
},
"default_value": "true"
}, {
"label": "自定义页脚HTML",
"placeholder": "可以实现客服JS代码的加入等",
"field_name": "custom_html",
"field_type": "textarea"
}
]
}