Skip to content

Commit 413829d

Browse files
MintimateKyleBing
andcommitted
feat: 适配 五笔86
适配五笔86 Co-Authored-By: KyleBing <kylebing@163.com>
1 parent 4f10fbb commit 413829d

8 files changed

+89516
-4
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ Rime 配置教程:
2727
- 小鹤双拼-薄荷定制: 基于小鹤双拼,添加定制内容。支持输入音形(形码);
2828
- 薄荷拼音-小鹤混输: 全拼输入的同时,支持小鹤双拼;
2929
- 地球拼音-薄荷定制: 基于地球拼音,添加定制内容,扩展海量词库;
30-
- 五笔九八-薄荷简版: 基于五笔98的精简版本,期待大家的PR;
30+
- 五笔98-五笔小筑: 基于[98wubi](https://github.com/yanhuacuo/98wubi)的精简版本,期待大家的PR。如果想要更好的体验(五笔、拼音溷输入等),欢迎使用五笔98团队做的[五笔98](https://github.com/yanhuacuo/98wubi)
31+
- 五笔86-极点五笔: 基于[wubi86-jidian](https://github.com/KyleBing/rime-wubi86-jidian)的精简版本,期待大家的PR。如果想要更好的体验(五笔、拼音溷输入等),欢迎使用[rime-wubi86-jidian](https://github.com/KyleBing/rime-wubi86-jidian)
3132
- 仓九宫格-全拼输入: 基于「薄荷拼音-全拼输入」,适用于在iOS仓输入法内使用九宫格。
3233

3334
你可以在安装后,使用『Ctrl』+『~』进行切换。(默认激活的是『薄荷拼音-全拼输入』)。

README_en.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ The input method scheme included:
2828
- Double Pinyin Fly( 小鹤双拼) - Mint Customized: Based on Double Pinyin Fly, with added customizations. Supports input of phonetic and shape (shape code) components.
2929
- Mint Pinyin (薄荷拼音) - Xiaohe Mixed Input: Supports Double Pinyin Fly input while in full spelling input mode.
3030
- Terra Pinyin - Mint Customized: Based on Terra Pinyin, with added customizations and extended massive word library.
31-
- Wubi 98 - Mint Simplified: A simplified version based on Wubi 98, looking forward to your contributions.
31+
- Wubi 98 (五笔98) - XiaoZhu: A simplified version based on Wubi 98, looking forward to your contributions.
32+
- Wubi 86 (五笔86) - JiDian: A simplified version based on Wubi 86, looking forward to your contributions.
3233

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

3536
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)).
3637

README_zh-CHT.md

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

3334
妳可以在安裝後,使用『Ctrl』+『~』進行切換。(預設激活的是『薄荷拼音-全拼輸入』)。

default.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ schema_list:
1212
- schema: rime_mint_flypy # 薄荷拼音-小鹤混输方案
1313
- schema: terra_pinyin # 地球拼音-薄荷定制
1414
- schema: wubi98_mint # 五笔98-五笔小筑
15+
- schema: wubi86_jidian # 五笔86-极点86
1516
- schema: t9 # 仓九宫格-全拼输入
1617

1718
switcher:

demo.webp

19.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)