From 20289548799027852a843626f01a1406d0f8f6d8 Mon Sep 17 00:00:00 2001 From: Dvel Date: Sun, 26 Feb 2023 10:11:17 +0800 Subject: [PATCH] =?UTF-8?q?config:=20=E9=BB=98=E8=AE=A4=E5=85=B3=E6=8E=89?= =?UTF-8?q?=E8=8B=B1=E6=96=87=E7=9A=84=E8=A1=A5=E5=85=A8=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=EF=BC=9B=20resolve=20#86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- double_pinyin.schema.yaml | 11 ++++++----- double_pinyin_flypy.schema.yaml | 11 ++++++----- rime_ice.schema.yaml | 5 +++-- 3 files changed, 15 insertions(+), 12 deletions(-) diff --git a/double_pinyin.schema.yaml b/double_pinyin.schema.yaml index 69a5d74..13b4f7f 100755 --- a/double_pinyin.schema.yaml +++ b/double_pinyin.schema.yaml @@ -172,11 +172,12 @@ translator: # 英文 melt_eng: - dictionary: melt_eng - enable_completion: true # 补全提示 - enable_sentence: false # 禁止造句 - enable_user_dict: false # 禁用用户词典 - initial_quality: 1.1 # 初始权重 + dictionary: melt_eng # 挂载词库 melt_eng.dict.yaml + enable_sentence: false # 禁止造句 + enable_user_dict: false # 禁用用户词典 + initial_quality: 1.1 # 初始权重 + comment_format: # 是否显示补全提示? + - xform/.*// # 注释掉这两行则显示。 # 标点符号 diff --git a/double_pinyin_flypy.schema.yaml b/double_pinyin_flypy.schema.yaml index 59aa1d1..7d54ed8 100755 --- a/double_pinyin_flypy.schema.yaml +++ b/double_pinyin_flypy.schema.yaml @@ -172,11 +172,12 @@ translator: # 英文 melt_eng: - dictionary: melt_eng - enable_completion: true # 补全提示 - enable_sentence: false # 禁止造句 - enable_user_dict: false # 禁用用户词典 - initial_quality: 1.1 + dictionary: melt_eng # 挂载词库 melt_eng.dict.yaml + enable_sentence: false # 禁止造句 + enable_user_dict: false # 禁用用户词典 + initial_quality: 1.1 # 初始权重 + comment_format: # 是否显示补全提示? + - xform/.*// # 注释掉这两行则显示。 # 标点符号 diff --git a/rime_ice.schema.yaml b/rime_ice.schema.yaml index a392164..07b1c74 100755 --- a/rime_ice.schema.yaml +++ b/rime_ice.schema.yaml @@ -6,7 +6,7 @@ schema: schema_id: rime_ice name: 雾凇拼音 - version: "1.4.1" + version: "1.4.2" author: - Dvel description: | @@ -159,10 +159,11 @@ translator: # 次翻译器,英文 melt_eng: dictionary: melt_eng # 挂载词库 melt_eng.dict.yaml - enable_completion: true # 补全提示 enable_sentence: false # 禁止造句 enable_user_dict: false # 禁用用户词典 initial_quality: 1.1 # 初始权重 + comment_format: # 是否显示补全提示? + - xform/.*// # 注释掉这两行则显示。 # 标点符号