mirror of
https://github.com/d0zingcat/rime_wanxiang.git
synced 2026-05-13 15:10:03 +00:00
17 lines
433 B
YAML
17 lines
433 B
YAML
# Rime dictionary
|
||
# encoding: utf-8
|
||
#
|
||
# rime配置的部署位置:
|
||
# ~/.local/share/fcitx5/rime 或者 ~/.config/ibus/rime (Linux)
|
||
# ~/Library/Rime (Mac OS)
|
||
# %APPDATA%\Rime (Windows)
|
||
---
|
||
name: wanxiang_mixedcode
|
||
version: "LTS"
|
||
sort: by_weight #字典初始排序,可選original或by_weight
|
||
use_preset_vocabulary: false
|
||
import_tables:
|
||
- dicts/en #英文词库
|
||
- dicts/cn&en #中英文混合词库
|
||
...
|