From 701f846fe015304f14e4cd3661231cbcc2a0adb0 Mon Sep 17 00:00:00 2001 From: Dvel Date: Thu, 2 Feb 2023 19:30:46 +0800 Subject: [PATCH] docs --- double_pinyin.schema.yaml | 5 +++-- double_pinyin_flypy.schema.yaml | 11 +++++++---- rime_ice.schema.yaml | 10 +++++----- 3 files changed, 15 insertions(+), 11 deletions(-) diff --git a/double_pinyin.schema.yaml b/double_pinyin.schema.yaml index 465f1d8..0ffacae 100755 --- a/double_pinyin.schema.yaml +++ b/double_pinyin.schema.yaml @@ -29,9 +29,10 @@ schema: # 开关 # reset 会导致切换方案、输入法、程序后,回到设定的选项。 # 可以注释掉 reset,和 default 中的 switcher/save_options 选项配合以记忆开关状态。 +# 鼠须管 0.16 后,切换提示通过 states 自定义,不需要提示的可留空,如 states: [ , ] switches: - name: ascii_mode - states: [ 中文, 英文 ] + states: [ 中, A ] reset: 0 - name: full_shape states: [ 半角, 全角 ] @@ -40,7 +41,7 @@ switches: states: [ 中文标点, 英文标点 ] reset: 0 - name: traditionalization - states: [ 简体, 繁體 ] + states: [ 简, 繁 ] reset: 0 - name: emoji states: [ 💀, 😄 ] diff --git a/double_pinyin_flypy.schema.yaml b/double_pinyin_flypy.schema.yaml index 2b0777c..8db0e0a 100755 --- a/double_pinyin_flypy.schema.yaml +++ b/double_pinyin_flypy.schema.yaml @@ -26,10 +26,13 @@ schema: - liangfen # 两分拼字,作为反查挂载到拼音方案 -# 功能开关 +# 开关 +# reset 会导致切换方案、输入法、程序后,回到设定的选项。 +# 可以注释掉 reset,和 default 中的 switcher/save_options 选项配合以记忆开关状态。 +# 鼠须管 0.16 后,切换提示通过 states 自定义,不需要提示的可留空,如 states: [ , ] switches: - name: ascii_mode - states: [ 中文, 英文 ] + states: [ 中, A ] reset: 0 - name: full_shape states: [ 半角, 全角 ] @@ -38,14 +41,14 @@ switches: states: [ 中文标点, 英文标点 ] reset: 0 - name: traditionalization - states: [ 简体, 繁體 ] + states: [ 简, 繁 ] reset: 0 - name: emoji states: [ 💀, 😄 ] reset: 1 -# 输入引擎 +# 输入引擎,没注释的是自带的必要的组件 engine: processors: - lua_processor@select_character # 以词定字 diff --git a/rime_ice.schema.yaml b/rime_ice.schema.yaml index 5b07659..618ce86 100755 --- a/rime_ice.schema.yaml +++ b/rime_ice.schema.yaml @@ -61,11 +61,11 @@ engine: translators: - punct_translator - script_translator - - lua_translator@date_translator # 时间、日期、星期 - - table_translator@custom_phrase # 自定义短语 custom_phrase.txt - - table_translator@melt_eng # 英文输入 - - reverse_lookup_translator@liangfen # 反查,两分拼字 - - lua_translator@unicode # Unicode + - lua_translator@date_translator # 时间、日期、星期 + - table_translator@custom_phrase # 自定义短语 custom_phrase.txt + - table_translator@melt_eng # 英文输入 + - reverse_lookup_translator@liangfen # 反查,两分拼字 + - lua_translator@unicode # Unicode filters: - lua_filter@long_word_filter # 长词优先 - simplifier@emoji # Emoji