-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_conf_schema.json
More file actions
26 lines (26 loc) · 913 Bytes
/
Copy path_conf_schema.json
File metadata and controls
26 lines (26 loc) · 913 Bytes
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
{
"corner_radius": {
"description": "气泡圆角大小",
"type": "int",
"default": 27,
"hint": "例如:27"
},
"bubble_font_path": {
"description": "气泡字体路径",
"type": "string",
"default": "./data/plugins/astrbot_plugin_QQbox/resources/fonts/Microsoft-YaHei-Semilight.ttc",
"hint": "例如:/home/root/fonts/Microsoft-YaHei-Semilight.ttc"
},
"nickname_font_path": {
"description": "名称字体路径",
"type": "string",
"default": "./data/plugins/astrbot_plugin_QQbox/resources/fonts/SourceHanSansSC-ExtraLight.otf",
"hint": "例如:/home/root/fonts/SourceHanSansSC-ExtraLight.otf"
},
"title_font_path": {
"description": "头衔字体路径",
"type": "string",
"default": "./data/plugins/astrbot_plugin_QQbox/resources/fonts/Microsoft-YaHei-Bold.ttc",
"hint": "例如:/home/root/fonts/Microsoft-YaHei-Bold.ttc"
}
}