config: 默认关掉英文的补全提示; resolve #86
This commit is contained in:
parent
d6fd46cea9
commit
2028954879
@ -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/.*// # 注释掉这两行则显示。
|
||||
|
||||
|
||||
# 标点符号
|
||||
|
@ -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/.*// # 注释掉这两行则显示。
|
||||
|
||||
|
||||
# 标点符号
|
||||
|
@ -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/.*// # 注释掉这两行则显示。
|
||||
|
||||
|
||||
# 标点符号
|
||||
|
Loading…
Reference in New Issue
Block a user