-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsettings.yaml
More file actions
41 lines (41 loc) · 1.3 KB
/
Copy pathsettings.yaml
File metadata and controls
41 lines (41 loc) · 1.3 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
apiVersion: v1alpha1
kind: Setting
metadata:
name: theme-halo-gui-setting
spec:
forms:
- group: home
label: 首页
formSchema:
- $formkit: text
name: hero_title
label: 首页题字
help: 显示在首页诗词上方。留空时显示“归”。
value: "归"
- $formkit: textarea
name: hero_poem
label: 首页诗词
help: 显示在首页题字下方,支持换行。留空时显示主题默认诗词。
value: "醉里青山日月亏\n浮云老\n照影共执杯"
- $formkit: textarea
name: hero_summary
label: 首页导语
help: 显示在首页大标题下方。留空则不显示。
value: ""
- $formkit: attachment
name: background_image
label: 首页背景图
help: 仅在首页显示。留空时使用主题内置背景图。
value: ""
- group: styles
label: 样式
formSchema:
- $formkit: color
name: primary_color
label: 主配色
help: 作为朱砂点睛色,用于题字、印章、标签、链接与悬停状态。
value: "#d33f4f"
- $formkit: color
name: background_color
label: 背景颜色
value: "#f2f2f2"