From b6993cb17a2f85798ea265961ccb73167eb5e347 Mon Sep 17 00:00:00 2001 From: Soundwave Date: Thu, 13 Jan 2022 09:21:37 +0800 Subject: [PATCH] Sub: Update candidate words number Body: Fix: No ==== End ==== --- squirrel/squirrel.custom.yaml | 6 +++--- trime/codingV2.trime.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/squirrel/squirrel.custom.yaml b/squirrel/squirrel.custom.yaml index 042a031..667f9be 100644 --- a/squirrel/squirrel.custom.yaml +++ b/squirrel/squirrel.custom.yaml @@ -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 # 窗口边界高度,大于圆角半径才生效 diff --git a/trime/codingV2.trime.yaml b/trime/codingV2.trime.yaml index 98cbfe8..c6f8291 100644 --- a/trime/codingV2.trime.yaml +++ b/trime/codingV2.trime.yaml @@ -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 包名