Skip to content

Commit 5664cae

Browse files
authored
Merge pull request #3 from WhiredPlanck/some-improvement
Some improvement
2 parents d881bef + 0268a88 commit 5664cae

File tree

3 files changed

+25
-6
lines changed

3 files changed

+25
-6
lines changed

docs/faq.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,25 @@
1313

1414
!!! warning
1515

16-
若您配置了[工作资料](https://developer.android.com/work/versions/android-11#work),则上述路径可能不适用。您总是可以通过系统内置文件管理器来轻松管理 Fcitx5 for Android 的数据文件。
16+
若您配置了[工作资料](https://developer.android.com/work/versions/android-11#work),则上述路径可能不适用。您可以通过系统内置文件管理器来管理 Fcitx5 for Android 的数据文件。
1717

1818
!!! note
1919

2020
若 `table` 或 `data` 目录不存在,请创建。
2121

2222
## 如何移除输入法
2323

24-
向左滑动条目。同样的操作适用于其他类似的界面设计(具有列表结构的配置):例如拼音词典、标点映射等等。
24+
向左滑动条目,直至其背景变为带有垃圾桶图标的红色。
25+
26+
同样的操作适用于其他类似的、具有列表结构界面设计,例如拼音词典、标点映射等等。
2527

2628
## 如何修改已经输入但未提交的文本
2729

28-
当预编辑 (preedit) 在键盘中展示时,您可以通过滑动空格键来移动光标;当它在应用内展示时,您可以直接通过点击使光标移动到需要的位置。
30+
当预编辑文本 (preedit) 在键盘中显示时,您可以通过滑动空格键来移动光标;当它在应用的文本框内显示时,您可以直接通过点击使光标移动到需要的位置。
2931

3032
!!! hint
3133

32-
这在编写长句需要修改已经输入的内容时十分有用
34+
这在编写长句子、需要修改已经输入的内容时十分有用
3335

3436
!!! note
3537

docs/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
## 更新器
66

7-
更新器是一个独立的应用,它可以获取并安装位于 Jenkins 上最近几次构建的 apk 安装包。目前,更新器仍是进展中的项目,它不在 Jenkins 上构建并分发二进制。您可以在 <https://github.com/fcitx5-android/fcitx5-android-updater> 获取它的源码自行构建安装。
7+
更新器是一个独立的应用,它可以从 Jenkins 上下载和安装最近几次构建的 apk 安装包。目前,更新器仍是开发中的项目,它不在 Jenkins 上构建并分发二进制。您可以在 <https://github.com/fcitx5-android/fcitx5-android-updater> 获取它的源码自行构建安装。
88

99
!!! info
1010

11-
您也可以在 [Telegram 群](index.md) 中获取开发者临时构建签名的版本
11+
您也可以在 [Telegram 群](index.md) 中获取开发者临时构建并签名的版本

mkdocs.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,23 @@ repo_url: https://github.com/fcitx5-android/fcitx5-android
2222

2323
edit_uri: https://github.com/fcitx5-android/fcitx5-android.github.io/edit/master/docs/
2424

25+
copyright: Copyright &copy; 2022 Fcitx5 for Android Team
26+
27+
extra:
28+
social:
29+
- icon: simple/github
30+
link: https://github.com/fcitx5-android
31+
name: fcitx5-android on GitHub
32+
- icon: simple/matrix
33+
link: https://matrix.to/#/#fcitx5-android:mozilla.org
34+
name: fcitx5-android on Matrix
35+
- icon: simple/telegram
36+
link: https://t.me/+hci-DrFVWUM3NTUx
37+
name: fcitx5-android on Telegram
38+
- icon: simple/trello
39+
link: https://trello.com/w/fcitx5android
40+
name: fcitx5-android on Trello
41+
2542
nav:
2643
- 主页: index.md
2744
- 安装: installation.md

0 commit comments

Comments
 (0)