Skip to content

Commit f6713c0

Browse files
authored
Merge pull request #14 from YummyCocoa/main
doc(更新README): 更新说明文档
2 parents cd73be6 + bd11afd commit f6713c0

File tree

4 files changed

+31
-22
lines changed

4 files changed

+31
-22
lines changed

.github/workflows/mirrorToGitLab.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ env:
1212
jobs:
1313
git-mirror:
1414
runs-on: ubuntu-latest
15+
if: github.repository_owner == 'Mintimate'
1516
steps:
1617
- uses: actions/checkout@v3
1718
with:

README.md

+14-11
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
1-
21
![样式](demo.webp)
32

4-
- [中文 - 简体文档](README.md)
5-
- [中文 - 繁體文檔](README_zh-CHT.md)
6-
- [English - Documentation](README_en.md)
3+
- [中文 - 简体简介](README.md)
4+
- [中文 - 繁體簡介](README_zh-CHT.md)
5+
- [English - Brief](README_en.md)
6+
7+
一套快速初始化rime的模板,因为平时我使用`oh-my-zsh`,希望大家在用这个模板的时候,有种用`omz`的感觉;所以我给它取名叫`oh-my-rime`,你也可以叫它`薄荷输入法`,亦或者`Mint`
78

8-
一套快速初始化rime的模板,因为平时我使用`oh-my-zsh`,在使用rime时候,有种用`omz`的感觉;所以我给它取名叫`oh-my-rime`,你也可以叫它`薄荷拼音`,亦或者`Mint`
9+
如果你下载遇到困难,使用GitHub Action推送的镜像仓库:
10+
- [oh-my-rime: https://gitlab.mintimate.cn/Mintimate/oh-my-rime](https://gitlab.mintimate.cn/Mintimate/oh-my-rime)
911

1012
## Oh-my-rime指南
1113

1214
rime配置教程:
15+
1316
- [跨平台的开源输入法Rime定制指南,打造强大的个性化输入法](https://www.mintimate.cn/2023/03/18/rimeQuickInit)
1417
- [Bilibili視頻: https://www.bilibili.com/video/BV12M411T7gf](https://www.bilibili.com/video/BV12M411T7gf)
1518
- [Youtube視頻: https://www.youtube.com/watch?v=yc4AivDDpMM](https://www.youtube.com/watch?v=yc4AivDDpMM)
@@ -18,6 +21,8 @@ rime配置教程:
1821

1922
**强烈建议[配合文档](https://www.mintimate.cc)进行操作!!!**
2023

24+
本输入方案内包含: 『薄荷拼音』、『地球拼音-薄荷定制』和『98五笔-薄荷简版』,你可以在安装后,使用『Ctrl』+『~』进行切换。(默认激活的是『薄荷拼音』)。
25+
2126
### 安装
2227

2328
以下教程,适用于Linux、macOS和Windows(Xp~
@@ -28,6 +33,7 @@ rime配置教程:
2833
3. 开始使用
2934

3035
## Tips
36+
3137
本地rime配置文件默认地址,如下
3238

3339
- Windows
@@ -36,24 +42,21 @@ rime配置教程:
3642
- Squirrel: `~/Library/Rime`
3743
- Linux
3844
- iBus:` ~/.config/ibus/rime`
39-
45+
4046
本地rime日志文件默认地址如下:
47+
4148
- Windows
4249
- Weasel: `%TEMP%`
4350
- Mac OS X
4451
- Squirrel: `$TMPDIR`
4552
- Linux
4653
- iBus:` /tmp`
4754

48-
49-
5055
## 配置文件说明
5156

5257
- `default.custom.yaml` 设置输入法、如何切换输入法、翻页等
53-
- `double_pinyin_flypy.custom.yaml` 双拼方案,
5458
- `squirrel.custom.yaml` 鼠须管( Mac 版本 )设置哪些软件默认英文输入,输入法皮肤等
5559
- `weasel.custom.yaml` 小狼毫( Win 版本 )设置哪些软件默认英文输入,输入法皮肤等
56-
- `custom_phrase.txt` 设置快捷输入,修改完成后要重新部署才能生效
5760

5861
配置文件中大部分都有注释。
5962

@@ -74,10 +77,10 @@ rime配置教程:
7477
4. [雾凇拼音 | 长期维护的简体词库](https://github.com/iDvel/rime-ice)
7578

7679
## 推荐项目
80+
7781
- [98五笔,十分好用的五笔输入方案](http://www.98wubi.com/)
7882
- [雾凇拼音,很优秀的中文词库](https://github.com/iDvel/rime-ice)
7983

80-
8184
## ⭐⭐⭐
8285

8386
## Star History

README_en.md

+10-7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11

22
![style](demo.webp)
33

4-
- [中文 - 简体文档](README.md)
5-
- [中文 - 繁體文檔](README_zh-CHT.md)
6-
- [English - Documentation](README_en.md)
4+
- [中文 - 简体简介](README.md)
5+
- [中文 - 繁體簡介](README_zh-CHT.md)
6+
- [English - Brief](README_en.md)
77

8-
A template for quickly initializing Rime. Since I use `oh-my-zsh` normally and get a similar feeling when using Rime, I named it `oh-my-rime`. You can also call it `BoHe PinYin` or `Mint`.
8+
A template for quickly initializing Rime. Since I use `oh-my-zsh` normally and get a similar feeling when using Rime, I named it `oh-my-rime`. You can also call it `Mint IME` or `Mint`.
9+
10+
If you encounter difficulties with downloading, use the mirrored repository pushed by GitHub Action:
11+
- [oh-my-rime: https://gitlab.mintimate.cn/Mintimate/oh-my-rime](https://gitlab.mintimate.cn/Mintimate/oh-my-rime)
912

1013
## Oh-my-rime guide
1114

@@ -18,6 +21,8 @@ You have a QQ account, you can join the group chat(No Ads!): 703260572
1821

1922
**It is strongly recommended to refer to the [documentation ↗](https://www.mintimate.cc) for operation!!!**
2023

24+
This input method package includes: "Mint Pinyin," "Earth Pinyin - Mint Custom," and "98 Wubi - Mint Lite." After installation, you can switch between them using "Ctrl" + "~" (The default active input method is "Mint Pinyin").
25+
2126
### Install
2227

2328
The following tutorials are available for Linux, macOS and Windows (Xp~)
@@ -36,7 +41,7 @@ The default address of the local rime configuration file is as follows
3641
- Squirrel: `~/Library/Rime`
3742
- Linux
3843
- iBus: `~/.config/ibus/rime`
39-
44+
4045
The default address of the local rime log file is as follows:
4146
-Windows
4247
- Weasel: `%TEMP%`
@@ -50,10 +55,8 @@ The default address of the local rime log file is as follows:
5055
## Configuration file description
5156

5257
- `default.custom.yaml` set the input method, how to switch the input method, turn the page, etc.
53-
- `double_pinyin_flypy.custom.yaml` double pinyin scheme,
5458
- `squirrel.custom.yaml` mouse whisker tube (Mac version) to set which software defaults to English input, input method skin, etc.
5559
- `weasel.custom.yaml` Xiaolanghao (Win version) sets which software defaults to English input, input method skin, etc.
56-
- `custom_phrase.txt` set shortcut input, after the modification is completed, it needs to be re-deployed to take effect
5760

5861
Most of the configuration files are commented.
5962

README_zh-CHT.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
- [中文 - 繁體文檔](README_zh-CHT.md)
66
- [English - Documentation](README_en.md)
77

8-
一套快速初始化rime的模闆,因為平時我使用`oh-my-zsh`,在使用rime時候,有種用`omz`的感覺;所以我給它取名叫`oh-my-rime`,妳也可以叫它`薄荷拼音`,亦或者`Mint`
8+
一套快速初始化rime的模闆,因為平時我使用`oh-my-zsh`,在使用rime時候,有種用`omz`的感覺;所以我給它取名叫`oh-my-rime`,妳也可以叫它`薄荷輸入法`,亦或者`Mint`
9+
10+
如果妳下載遇到睏難,使用GitHub Action推送的鏡像倉庫:
11+
- [oh-my-rime: https://gitlab.mintimate.cn/Mintimate/oh-my-rime](https://gitlab.mintimate.cn/Mintimate/oh-my-rime)
912

1013
## Oh-my-rime指南
1114

@@ -18,6 +21,7 @@ rime配置教程:
1821

1922
**強烈建議[配合文檔](https://www.mintimate.cc)進行操作!!!**
2023

24+
本輸入方案內包含: 『薄荷拼音』、『地球拼音-薄荷定制』和『98五筆-薄荷簡版』,妳可以在安裝後,使用『Ctrl』+『~』進行切換。(預設激活的是『薄荷拼音』)。
2125

2226
### 安裝
2327

@@ -37,7 +41,7 @@ rime配置教程:
3741
- Squirrel: `~/Library/Rime`
3842
- Linux
3943
- iBus:` ~/.config/ibus/rime`
40-
44+
4145
本地rime日誌文件默認地址如下:
4246
- Windows
4347
- Weasel: `%TEMP%`
@@ -51,10 +55,8 @@ rime配置教程:
5155
## 配置文件說明
5256

5357
- `default.custom.yaml` 設置輸入法、如何切換輸入法、翻頁等
54-
- `double_pinyin_flypy.custom.yaml` 雙拼方案,
5558
- `squirrel.custom.yaml` 鼠須管( Mac 版本 )設置哪些軟件默認英文輸入,輸入法皮膚等
5659
- `weasel.custom.yaml` 小狼毫( Win 版本 )設置哪些軟件默認英文輸入,輸入法皮膚等
57-
- `custom_phrase.txt` 設置快捷輸入,修改完成後要重新部署才能生效
5860

5961
配置文件中大部分都有註釋。
6062

0 commit comments

Comments
 (0)