No description
Find a file
2025-11-26 11:04:12 +08:00
opencc init 2025-11-26 11:04:12 +08:00
.gitignore init 2025-11-26 11:04:12 +08:00
custom_phrase.txt init 2025-11-26 11:04:12 +08:00
default.custom.yaml init 2025-11-26 11:04:12 +08:00
double_pinyin.schema.yaml init 2025-11-26 11:04:12 +08:00
double_pinyin_plus.custom.yaml init 2025-11-26 11:04:12 +08:00
double_pinyin_plus.schema.yaml init 2025-11-26 11:04:12 +08:00
essay.txt init 2025-11-26 11:04:12 +08:00
LICENSE init 2025-11-26 11:04:12 +08:00
luna_pinyin.cn_en.dict.yaml init 2025-11-26 11:04:12 +08:00
luna_pinyin.computer.dict.yaml init 2025-11-26 11:04:12 +08:00
luna_pinyin.dict.yaml init 2025-11-26 11:04:12 +08:00
luna_pinyin.extended.dict.yaml init 2025-11-26 11:04:12 +08:00
luna_pinyin.hanyu.dict.yaml init 2025-11-26 11:04:12 +08:00
luna_pinyin.schema.yaml init 2025-11-26 11:04:12 +08:00
README.org init 2025-11-26 11:04:12 +08:00
squirrel.custom.yaml init 2025-11-26 11:04:12 +08:00
stroke.dict.yaml init 2025-11-26 11:04:12 +08:00
stroke.schema.yaml init 2025-11-26 11:04:12 +08:00
symbols.yaml init 2025-11-26 11:04:12 +08:00
zrm2000.dict.yaml init 2025-11-26 11:04:12 +08:00
zrm2000.schema.yaml init 2025-11-26 11:04:12 +08:00

原仓库:https://github.com/mutoe/rime

双拼输入法增强版

基于朙月拼音+自然码双拼方案。

  • 增加自定义短语(custom phrase)。
  • 增加自然码辅码支持(自然码 2000)
  • 增加 Emoji 支持
  • 方便、安全的配置方式 (json schema 校验)

鸣谢

  1. Rime 输入法开发者 @佛振 先生及所有贡献者;
  2. 自然码输入法开发者 @周志农 先生;
  3. Rime 版带辅码自然码方案「自然码 2000」的制作者 @henices
  4. 英文词库来自 GitHub 用户 @dwyl
  5. 混输方案来自 GitHub 用户 @lippmann
  6. 原仓库作者 GitHub 用户 @mutoe