config: 默认关掉英文的补全提示; resolve #86

This commit is contained in:
Dvel 2023-02-26 10:11:17 +08:00
parent d6fd46cea9
commit 2028954879
3 changed files with 15 additions and 12 deletions

View File

@ -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/.*// # 注释掉这两行则显示。
# 标点符号

View File

@ -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/.*// # 注释掉这两行则显示。
# 标点符号

View File

@ -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/.*// # 注释掉这两行则显示。
# 标点符号