-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.yaml
106 lines (106 loc) · 3.22 KB
/
settings.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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
apiVersion: v1alpha1
kind: Setting
metadata:
name: theme-clear-setting
spec:
forms:
- group: home
label: 首页
formSchema:
- $formkit: attachment
name: top_logo
label: 顶部左侧 logo 图标
value: /themes/theme-clear/assets/img/avatar.png
- $formkit: text
name: top_logo_desc
label: 顶部左侧 logo 描述
value: Clear
- $formkit: attachment
name: avatar_img
label: 首页头像图片
value: /themes/theme-clear/assets/img/avatar.png
- $formkit: text
name: web_desc
label: 打字机动画文字描述
value: "一个简洁、优雅且高效的 Halo 主题"
- $formkit: repeater
name: social
label: 社交途径和联系方式
value:
- title: 微信号
desc: 微信号
url: 123456
icon: fab fa-weixin fa-fw
- title: 微博
desc: 微博
url: https://weibo.com/
icon: fab fa-weibo fa-fw
- title: Github
desc: Github
url: https://github.com/
icon: fab fa-github fa-fw
- title: 电话
desc: 电话
url: 13612345678
icon: fa fa-phone
- title: 邮箱
desc: 邮箱
url: https://[email protected]/
icon: fa fa-envelope-o
- title: BiliBili
desc: 哔哩哔哩
url: https://space.bilibili.com/
svg: /themes/theme-clear/assets/img/icon/bilibili.svg
- title: Zhihu
desc: 知乎
url: https://www.zhihu.com/
svg: /themes/theme-clear/assets/img/icon/zhihu.svg
children:
- $formkit: text
name: title
label: 社交媒体名称
value:
- $formkit: text
name: desc
label: 描述
value:
- $formkit: url
name: url
label: 跳转地址
value:
- $formkit: select
name: icon
label: 社交媒体 icon 选择
value:
options:
- label: 无
value: ""
- label: 微信
value: fab fa-weixin fa-fw
- label: 微博
value: fab fa-weibo fa-fw
- label: Github
value: fab fa-github fa-fw
- label: 电话
value: fa fa-phone
- label: 邮箱
value: fa fa-envelope-o
- $formkit: attachment
name: svg
label: 自定义 svg 图标(无对应 icon 时可选)
value:
- group: bottombar
label: 底部
formSchema:
- $formkit: text
name: copyright
label: copyright 年份区间
value: 2019 - 2024
- $formkit: text
name: authorName
label: 作者昵称
value: 骏弘兄
- $formkit: text
name: icp
label: icp 备案号
value: 123456