config: 默认关掉英文的补全提示; resolve #86
This commit is contained in:
parent
d6fd46cea9
commit
2028954879
@ -172,11 +172,12 @@ translator:
|
|||||||
|
|
||||||
# 英文
|
# 英文
|
||||||
melt_eng:
|
melt_eng:
|
||||||
dictionary: melt_eng
|
dictionary: melt_eng # 挂载词库 melt_eng.dict.yaml
|
||||||
enable_completion: true # 补全提示
|
enable_sentence: false # 禁止造句
|
||||||
enable_sentence: false # 禁止造句
|
enable_user_dict: false # 禁用用户词典
|
||||||
enable_user_dict: false # 禁用用户词典
|
initial_quality: 1.1 # 初始权重
|
||||||
initial_quality: 1.1 # 初始权重
|
comment_format: # 是否显示补全提示?
|
||||||
|
- xform/.*// # 注释掉这两行则显示。
|
||||||
|
|
||||||
|
|
||||||
# 标点符号
|
# 标点符号
|
||||||
|
@ -172,11 +172,12 @@ translator:
|
|||||||
|
|
||||||
# 英文
|
# 英文
|
||||||
melt_eng:
|
melt_eng:
|
||||||
dictionary: melt_eng
|
dictionary: melt_eng # 挂载词库 melt_eng.dict.yaml
|
||||||
enable_completion: true # 补全提示
|
enable_sentence: false # 禁止造句
|
||||||
enable_sentence: false # 禁止造句
|
enable_user_dict: false # 禁用用户词典
|
||||||
enable_user_dict: false # 禁用用户词典
|
initial_quality: 1.1 # 初始权重
|
||||||
initial_quality: 1.1
|
comment_format: # 是否显示补全提示?
|
||||||
|
- xform/.*// # 注释掉这两行则显示。
|
||||||
|
|
||||||
|
|
||||||
# 标点符号
|
# 标点符号
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
schema:
|
schema:
|
||||||
schema_id: rime_ice
|
schema_id: rime_ice
|
||||||
name: 雾凇拼音
|
name: 雾凇拼音
|
||||||
version: "1.4.1"
|
version: "1.4.2"
|
||||||
author:
|
author:
|
||||||
- Dvel
|
- Dvel
|
||||||
description: |
|
description: |
|
||||||
@ -159,10 +159,11 @@ translator:
|
|||||||
# 次翻译器,英文
|
# 次翻译器,英文
|
||||||
melt_eng:
|
melt_eng:
|
||||||
dictionary: melt_eng # 挂载词库 melt_eng.dict.yaml
|
dictionary: melt_eng # 挂载词库 melt_eng.dict.yaml
|
||||||
enable_completion: true # 补全提示
|
|
||||||
enable_sentence: false # 禁止造句
|
enable_sentence: false # 禁止造句
|
||||||
enable_user_dict: false # 禁用用户词典
|
enable_user_dict: false # 禁用用户词典
|
||||||
initial_quality: 1.1 # 初始权重
|
initial_quality: 1.1 # 初始权重
|
||||||
|
comment_format: # 是否显示补全提示?
|
||||||
|
- xform/.*// # 注释掉这两行则显示。
|
||||||
|
|
||||||
|
|
||||||
# 标点符号
|
# 标点符号
|
||||||
|
Loading…
Reference in New Issue
Block a user