From c4e1c60a75f17799a75445f5752a79c6c1bac734 Mon Sep 17 00:00:00 2001 From: YummyCocoa Date: Thu, 25 Apr 2024 08:49:29 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E4=BF=AE=E6=94=B9=E6=96=B9=E6=A1=88?= =?UTF-8?q?=E5=BC=95=E5=85=A5=E5=86=99=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修改引入写法,与原本并无使用效果上的区别 --- default.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/default.yaml b/default.yaml index 4a3e6ca..e963cff 100755 --- a/default.yaml +++ b/default.yaml @@ -7,11 +7,11 @@ config_version: "24.03.24" # 以下内容,实际会由default.custom.yaml和方案配置所覆写 schema_list: - - {schema: rime_mint} # 薄荷拼音 - - {schema: double_pinyin_flypy} # 小鹤双拼 - - {schema: rime_mint_flypy} # 薄荷拼音-小鹤混输方案 - - {schema: terra_pinyin} # 地球拼音-薄荷定制 - - {schema: wubi98_mint} # 五笔98-薄荷简版 + - schema: rime_mint # 薄荷拼音 + - schema: double_pinyin_flypy # 小鹤双拼 + - schema: rime_mint_flypy # 薄荷拼音-小鹤混输方案 + - schema: terra_pinyin # 地球拼音-薄荷定制 + - schema: wubi98_mint # 五笔98-薄荷简版 switcher: # 切换方案时显示的标题 @@ -28,7 +28,7 @@ switcher: - ascii_punct # 保留西文模式 - transcription # 保留汉字简繁体选项 - emoji_suggestion # Emoji - # 折叠选项以节省空间 + # 折叠选项以节省空间,多方案时建议折叠 true ,一个方案建议展开 false fold_options: true # 对选项进行缩写 abbreviate_options: true