mirror of
https://github.com/iDvel/rime-ice.git
synced 2026-05-14 00:30:37 +08:00
config!: use recipe to config double_pinyin (#662)
BREAKING CHANGE: 中英混输词库由英文方案附属切换到单独的 table_translator - 词库文件由 `cn_en*.dict.yaml` 变为 `cn_en*.txt` - 双拼不再需要去 `melt_eng.dict.yaml` 更改引用词库
This commit is contained in:
24
others/recipes/config.recipe.yaml
Normal file
24
others/recipes/config.recipe.yaml
Normal file
@@ -0,0 +1,24 @@
|
||||
# encoding: utf-8
|
||||
---
|
||||
recipe:
|
||||
Rx: others/recipes/config
|
||||
args:
|
||||
- schema=flypy
|
||||
description: >-
|
||||
Customize input schema to enable double_pinyin.
|
||||
- flypy(小鹤双拼)
|
||||
- double_pinyin(自然码双拼)
|
||||
- mspy(微软双拼)
|
||||
- sogou(搜狗双拼)
|
||||
- abc(智能 ABC 双拼)
|
||||
- ziguang(紫光双拼)
|
||||
|
||||
patch_files:
|
||||
radical_pinyin.custom.yaml:
|
||||
- patch/+:
|
||||
speller/algebra:
|
||||
__include: radical_pinyin.schema.yaml:/algebra_${schema:-flypy}
|
||||
melt_eng.custom.yaml:
|
||||
- patch/+:
|
||||
speller/algebra:
|
||||
__include: melt_eng.schema.yaml:/algebra_${schema:-flypy}
|
||||
Reference in New Issue
Block a user