-
Notifications
You must be signed in to change notification settings - Fork 23
/
setting.yaml
84 lines (84 loc) · 2.08 KB
/
setting.yaml
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
apiVersion: v1alpha1
kind: Setting
metadata:
name: theme-pinghsu-setting
spec:
forms:
- group: general
label: 基本设置
formSchema:
- $formkit: text
name: footer_logo
label: 页尾 logo
- $formkit: radio
name: dns
label: DNS 预解析加速
value: true
options:
- value: true
label: 开启
- value: false
label: 关闭
- $formkit: radio
name: fast_click
label: 移动端点击延迟消除插件
value: true
options:
- value: true
label: 开启
- value: false
label: 关闭
- group: style
label: 样式设置
formSchema:
- $formkit: radio
name: post_list
label: 首页文章列表
value: three
options:
- value: three
label: 三栏
- value: one
label: 单栏
- $formkit: radio
name: post_color
label: 文章色块设置
value: false
options:
- value: true
label: 开启
- value: false
label: 关闭
- $formkit: radio
name: post_picture
label: 文章题图设置
value: false
options:
- value: true
label: 开启
- value: false
label: 关闭
- $formkit: radio
name: post_toc
label: 文章目录设置
value: true
options:
- value: true
label: 开启
- value: false
label: 关闭
- group: sns
label: 社交资料设置
formSchema:
- $formkit: repeater
name: social
label: 社交媒体
children:
- $formkit: text
name: url
label: 链接地址
value: ""
- $formkit: text
name: name
label: 名称
value: ""