-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
10 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
## v2.1.1 | ||
1. 移除service.sh脚本 | ||
|
||
## v2.1 | ||
1. 支持本地自动备份 | ||
1. ~~支持本地自动备份~~ | ||
|
||
2. 增加安装时可选项 | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ fi | |
|
||
print() { | ||
ui_print "$@" | ||
sleep 0.3 | ||
sleep 0.1 | ||
} | ||
|
||
key_select() { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
id=gboard-dict-3 | ||
name=Gboard user_dict_3_3 词库 | ||
version=v2.1.0 | ||
versionCode=20220510 | ||
version=v2.1.1 | ||
versionCode=20220513 | ||
author=entr0pia@GitHub | ||
description=用户词典 (user_dict_3_3), 支持简拼和双拼. 共58053个词条. 根据手机性能不同, 新词库需要1分钟左右生效. 测试方法: “光·遇”. 若词库失效, 请重新刷入并选择恢复; 再不行选择全新安装 | ||
updateJson=https://raw.githubusercontent.com/entr0pia/gboard_dict_3/master/update.json |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"version": "v2.1.0", | ||
"versionCode": "20220510", | ||
"version": "v2.1.1", | ||
"versionCode": "20220513", | ||
"zipUrl": "https://github.com/entr0pia/gboard_dict_3/releases/latest/download/gboard_dict_3.zip", | ||
"changelog": "https://raw.githubusercontent.com/entr0pia/gboard_dict_3/master/change.log" | ||
} |