mirror of
https://github.com/iDvel/rime-ice.git
synced 2026-05-14 00:30:37 +08:00
chore: fix weasel.yaml link error (#750)
This commit is contained in:
@@ -3,11 +3,11 @@
|
||||
|
||||
# 感谢 @[Mirtle](https://github.com/mirtlecn) 整理
|
||||
# Rime 定制指南 <https://github.com/rime/home/wiki/CustomizationGuide#定製指南>
|
||||
# Weasel 定制文档 <https://github.com/rime/weasel/wiki/Weasel-定製化>
|
||||
# Weasel 定制文档 <https://github.com/rime/weasel/wiki/Weasel-定制化>
|
||||
# Weasel 字体设定 <https://github.com/rime/weasel/wiki/字體設定>
|
||||
|
||||
# 部分选项需要将 Weasel 更新至最新开发版才能生效
|
||||
config_version: "2024-02-10"
|
||||
config_version: "2024.03.20"
|
||||
|
||||
# [app_options]
|
||||
# 针对特定应用的设置
|
||||
@@ -79,8 +79,8 @@ style:
|
||||
|
||||
layout:
|
||||
align_type: center # 标签、候选文字、注解文字之间的相对对齐方式:top ; center ; bottom
|
||||
max_height: 600 # 候选框最大高度,horizontal 布局如宽超此尺寸则换行显示候选,设置为 0 不启用此功能
|
||||
max_width: 0 # 候选框最大宽度,文本竖排模式下如高度超此尺寸则换列显示候选,设置为 0 不启用此功能
|
||||
max_height: 600 # 候选框最大高度,文本竖排模式下如高度超此尺寸则换列显示候选,设置为 0 不启用此功能
|
||||
max_width: 0 # 候选框最大宽度,horizontal 布局如宽超此尺寸则换行显示候选,设置为 0 不启用此功能
|
||||
min_height: 0 # 候选框最小高度
|
||||
min_width: 10 # 候选框最小宽度
|
||||
border_width: 2 # 边框宽度;又名 border
|
||||
|
||||
Reference in New Issue
Block a user