-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathsettings.yaml
120 lines (120 loc) · 2.46 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
site:
label: 标题设置
items:
link_disp:
name: link_disp
label: 显示的友链分组
type: text
default: 'Home'
sub_title:
name: 副标题
label: 副标题
type: text
archives_title:
name: archives_title
label: 归档页标题
type: text
default: '博客'
description: '/archives 页面显示的标题名字'
photos_title:
name: photos_title
label: 图库页标题
type: text
default: '图库'
description: '/photos 页面显示的标题名字'
journals_title:
name: journals_title
label: 日志页标题
type: text
default: '日志'
description: '/journals 页面显示的标题名字'
api_authorization:
name: api_authorization
label: Access key
type: text
default: ''
description: 接口认证
sns:
label: 社交资料
items:
github:
name: github
label: github
type: text
weibo:
name: weibo
label: 微博
type: text
wechat:
name: wechat
label: 微信
type: text
qq:
name: qq
label: QQ
type: text
bilibili:
name: bilibili
label: bilibili
type: text
email:
name: email
label: 邮箱
type: text
rss:
name: rss
label: rss
type: text
theme:
label: 外观设置
items:
init_click:
name: init_click
label: 局部刷新
type: radio
default: open
options:
- value: open
label: 开
- value: close
label: 关
font:
name: font
label: 字体
type: select
data-type: 'string'
default: 'oppo-sans'
options:
- value: 'oppo-sans'
label: 'OPPO Sans'
- value: 'Mi-Sans'
label: 'Mi Sans'
- value: 'HarmonyOS-Sans'
label: 'HarmonyOS Sans'
- value: 'system'
label: '系统字体'
cursor_bg:
name: cursor_bg
label: 光标背景
type: radio
default: open
options:
- value: open
label: 开
- value: close
label: 关
beian:
label: 备案设置
items:
icp_beian:
name: icp_beian
label: ICP 备案号
type: text
ga_beian_content:
name: ga_beian_content
label: 公安备案内容
type: text
ga_beian_code:
name: ga_beian_code
label: 公安备案编号
type: text