display: self preference
All checks were successful
Build and Release / Release (push) Has been skipped

This commit is contained in:
laoXong 2024-11-10 17:28:00 +08:00
parent c89669b313
commit 0b1d25a11b
2 changed files with 8 additions and 8 deletions

View File

@ -23,7 +23,7 @@ schema_list:
# 菜单
menu:
page_size: 5 # 候选词个数
page_size: 6 # 候选词个数
# alternative_select_labels: [ ①, ②, ③, ④, ⑤, ⑥, ⑦, ⑧, ⑨, ⑩ ] # 修改候选项标签
# alternative_select_keys: ASDFGHJKL # 如编码字符占用数字键,则需另设选字键

View File

@ -57,9 +57,9 @@ style:
font_face: "Segoe UI Emoji, Microsoft YaHei, SF Pro, Noto Color Emoji"
label_font_face: "Microsoft YaHei" # 标签字体
comment_font_face: "Microsoft YaHei" # 注释字体
font_point: 14 # 全局字体字号
label_font_point: 14 # 标签字体字号,不设定 fallback 到 font_point
comment_font_point: 13 # 注释字体字号,不设定 fallback 到 font_point
font_point: 11 # 全局字体字号
label_font_point: 12 # 标签字体字号,不设定 fallback 到 font_point
comment_font_point: 12 # 注释字体字号,不设定 fallback 到 font_point
inline_preedit: true # 行内显示预编辑区truefalse
preedit_type: composition # 预编辑区内容composition编码 preview选中的候选preview_all全部候选
@ -89,7 +89,7 @@ style:
baseline: 0 # 字号百分比,与 linespacing 一同设置可解决字体跳动问题,设置为 0 为禁用
linespacing: 0 # 字号百分比,参考 <https://github.com/rime/weasel/pull/1177>
align_type: center # 标签、候选文字、注解文字之间的相对对齐方式top ; center ; bottom
max_height: 600 # 候选框最大高度,文本竖排模式下如高度超此尺寸则换列显示候选,设置为 0 不启用此功能
max_height: 500 # 候选框最大高度,文本竖排模式下如高度超此尺寸则换列显示候选,设置为 0 不启用此功能
max_width: 0 # 候选框最大宽度horizontal 布局如宽超此尺寸则换行显示候选,设置为 0 不启用此功能
min_height: 0 # 候选框最小高度
min_width: 10 # 候选框最小宽度
@ -105,9 +105,9 @@ style:
shadow_radius: 0 # 阴影区域半径,为 0 不显示阴影;需要同时在配色方案中指定非透明的阴影颜色
shadow_offset_x: 4 # 阴影左右偏移距离
shadow_offset_y: 4 # 阴影上下偏移距离
corner_radius: 8 # 候选窗口圆角半径
round_corner: 8 # 候选背景色块圆角半径,又名 hilited_corner_radius
# type: vertical # 布局设置,效果和 style 下的设置相同:
corner_radius: 0 # 候选窗口圆角半径
round_corner: 0 # 候选背景色块圆角半径,又名 hilited_corner_radius
type: horizontal # 布局设置,效果和 style 下的设置相同:
# horizontal横向vertical竖向 ; vertical_text竖排文本 ; vertical+fullscreen全屏 ; horizontal+fullscreen横向全屏
# [End of <style>]