Files
rime_wanxiang/wanxiang_mixedcode.dict.yaml
amzxyz aec548ed8a refactor(english): 全新的英文方案与配套整句体验
- 智能上屏加空格,支持空格、回车打断信号,换行不会输出一个前面有空格的单词

- 首字母大写格式化,双大写则全大写格式化,支持句中对应位置操作

- 之前万象为了整洁与混合方案放在一起,很多以为万象没有英文,那个时候是词语级的,现在升级为更加智能的整句输入体验,再次独立出来未来将更深入维护,同时也是为了配合.netx切换方案
2026-01-21 17:44:35 +08:00

15 lines
309 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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
import_tables:
- dicts/cn&en #混合编码词库
...