Sub: Update candidate words number

Body:
Fix: No
==== End ====
This commit is contained in:
Soundwave 2022-01-13 09:21:37 +08:00
parent d11486e883
commit b6993cb17a
2 changed files with 4 additions and 4 deletions

View File

@ -24,7 +24,7 @@ patch:
inline_preedit: true # 单行显示false双行显示
label_color: 0x999999 # 预选栏编号颜色
candidate_format: "%c\u2005%@" # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间
font_face: "PingFangSC,HanaMinB" # 候选词编号字体
font_face: "HanaMinB" # 候选词编号字体
font_point: 16 # 候选文字大小
label_font_point: 13 # 候选编号大小
corner_radius: 5 # 候选条圆角
@ -49,7 +49,7 @@ patch:
inline_preedit: true # 单行显示false双行显示
label_color: 0x999999 # 预选栏编号颜色
candidate_format: "%c\u2005%@" # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间
font_face: "PingFangSC" # 候选词编号字体
font_face: "HanaMinB" # 候选词编号字体
font_point: 16 # 候选文字大小
label_font_point: 13 # 候选编号大小
corner_radius: 5 # 候选条圆角
@ -163,7 +163,7 @@ patch:
font_face: "PingFangSC"# 候选词编号字体
font_point: 16 # 候选文字大小
label_font_point: 14 # 候选编号大小
label_font_face: "SFCompactText-Regular" # 候选词编号字体
font_face: "HanaMinB" # 候选词编号字体
corner_radius: 6 # 候选条圆角
hilited_corner_radius: 4 # 高亮圆角
border_height: 4 # 窗口边界高度,大于圆角半径才生效

View File

@ -719,7 +719,7 @@ preset_keys:
Deploy: {label: 部署, command: broadcast, option: "com.osfans.trime.deploy"}
Sync: {label: 同步, command: broadcast, option: "com.osfans.trime.sync"}
# trime命令
Date: {label: 日期, send: function, command: date, option: "yyyy年MM月dd日"}
Date: {label: 日期, send: function, command: date, option: " yyyy-MM-dd "}
ChineseDate: {label: 农历, send: function, command: date, option: "zh_CN@calendar=chinese"} # 農曆等日期(>=Android 7.0)date 語言@calendar=曆法 格式。具體參見https://developer.android.com/reference/android/icu/util/Calendar.html
Time: {label: 时间, send: function, command: date, option: "HH:mm:ss"} # 時間: date 格式
TrimeApp: {label: 同文, command: run, option: "com.osfans.trime"} # 運行程序: run 包名