Skip to content

Commit

Permalink
feat: 适配 五笔86
Browse files Browse the repository at this point in the history
适配五笔86

Co-Authored-By: KyleBing <[email protected]>
  • Loading branch information
Mintimate and KyleBing committed May 1, 2024
1 parent 4f10fbb commit 413829d
Show file tree
Hide file tree
Showing 8 changed files with 89,516 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ Rime 配置教程:
- 小鹤双拼-薄荷定制: 基于小鹤双拼,添加定制内容。支持输入音形(形码);
- 薄荷拼音-小鹤混输: 全拼输入的同时,支持小鹤双拼;
- 地球拼音-薄荷定制: 基于地球拼音,添加定制内容,扩展海量词库;
- 五笔九八-薄荷简版: 基于五笔98的精简版本,期待大家的PR;
- 五笔98-五笔小筑: 基于[98wubi](https://github.com/yanhuacuo/98wubi)的精简版本,期待大家的PR。如果想要更好的体验(五笔、拼音溷输入等),欢迎使用五笔98团队做的[五笔98](https://github.com/yanhuacuo/98wubi)
- 五笔86-极点五笔: 基于[wubi86-jidian](https://github.com/KyleBing/rime-wubi86-jidian)的精简版本,期待大家的PR。如果想要更好的体验(五笔、拼音溷输入等),欢迎使用[rime-wubi86-jidian](https://github.com/KyleBing/rime-wubi86-jidian)
- 仓九宫格-全拼输入: 基于「薄荷拼音-全拼输入」,适用于在iOS仓输入法内使用九宫格。

你可以在安装后,使用『Ctrl』+『~』进行切换。(默认激活的是『薄荷拼音-全拼输入』)。
Expand Down
5 changes: 3 additions & 2 deletions README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@ The input method scheme included:
- Double Pinyin Fly( 小鹤双拼) - Mint Customized: Based on Double Pinyin Fly, with added customizations. Supports input of phonetic and shape (shape code) components.
- Mint Pinyin (薄荷拼音) - Xiaohe Mixed Input: Supports Double Pinyin Fly input while in full spelling input mode.
- Terra Pinyin - Mint Customized: Based on Terra Pinyin, with added customizations and extended massive word library.
- Wubi 98 - Mint Simplified: A simplified version based on Wubi 98, looking forward to your contributions.
- Wubi 98 (五笔98) - XiaoZhu: A simplified version based on Wubi 98, looking forward to your contributions.
- Wubi 86 (五笔86) - JiDian: A simplified version based on Wubi 86, looking forward to your contributions.

You can switch between input methods by pressing "Ctrl" + "~" after installation. (Mint Pinyin is activated by default).
You can switch between input methods by pressing `"Ctrl" + "~"` after installation. (Mint Pinyin is activated by default).

Currently, Mint comes with two sets of skins: blue series and green series. You can freely choose to activate within the personalized configuration of Squirrel and Weasel , or you can use your own color matching (it is recommended to use custom to overwrite the mint configuration) (https://www.minitimate.cc/zh/guide /configurationOverride.html#%E4%BF%AE%E6%94%B9%E8%96%84%E8%8D%B7%E8%BE%93%E5%85%A5%E6%B3%95%E7% 9A%84%E9%85%8D%E7%BD%AE)).

Expand Down
3 changes: 2 additions & 1 deletion README_zh-CHT.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ Rime 配置教程:
- 小鶴雙拼-薄荷定制: 基於小鶴雙拼,添加定制內容。支援輸入音形(形碼);
- 薄荷拼音-小鶴混輸: 全拼輸入的同時,支援小鶴雙拼;
- 地球拼音-薄荷定制: 基於地球拼音,添加定制內容,擴展海量詞庫;
- 五筆九八-薄荷簡版: 基於五筆98的精簡版本,期待大家的PR
- 五筆98-五筆小築: 基於[98wubi](https://github.com/yanhuacuo/98wubi)的精簡版本,期待大家的PR。如果想要更好的體驗(五筆、拼音混輸入等),歡迎使用五筆98團隊做的[五筆98](https://github.com/yanhuacuo/98wubi)
- 五筆86-極點五筆: 基於[wubi86-jidian](https://github.com/KyleBing/rime-wubi86-jidian)的精簡版本,期待大家的PR。如果想要更好的體驗(五筆、拼音混輸入等),歡迎使用[rime-wubi86-jidian](https://github.com/KyleBing/rime-wubi86-jidian)
- 倉九宮格-全拼輸入: 基於「薄荷拼音-全拼輸入」,適用於在iOS倉輸入法內使用九宮格。

妳可以在安裝後,使用『Ctrl』+『~』進行切換。(預設激活的是『薄荷拼音-全拼輸入』)。
Expand Down
1 change: 1 addition & 0 deletions default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ schema_list:
- schema: rime_mint_flypy # 薄荷拼音-小鹤混输方案
- schema: terra_pinyin # 地球拼音-薄荷定制
- schema: wubi98_mint # 五笔98-五笔小筑
- schema: wubi86_jidian # 五笔86-极点86
- schema: t9 # 仓九宫格-全拼输入

switcher:
Expand Down
Binary file modified demo.webp
Binary file not shown.
Loading

0 comments on commit 413829d

Please sign in to comment.