Skip to content

Commit 890995d

Browse files
committed
doc: 禁止在搜索框内推荐搜索词
1 parent 95350ac commit 890995d

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
* 干掉热搜
2525
* 干掉搜索历史
2626
* 干掉搜索发现
27+
* 禁止在搜索框内推荐搜索词
28+
![search_no_default_words](./app/src/main/res/drawable/search_no_default_words.png)
2729

2830
### 视频播放器
2931

@@ -69,5 +71,5 @@
6971

7072
下面仅列出测试过的版本,相近版本大概率能兼容
7173

72-
* MBGA v1.0.0 ~ v1.0.5
74+
* MBGA v1.0.0 ~ v1.0.6
7375
* 兼容国际版 未知 ~ 3.18.2 ~ 未知
70.3 KB
Loading

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ project.android.compileSdk=34
1010
project.android.minSdk=27
1111
project.android.targetSdk=34
1212
project.app.packageName=top.trangle.mbga
13-
project.app.versionName="1.0.5"
14-
project.app.versionCode=7
13+
project.app.versionName="1.0.6"
14+
project.app.versionCode=8

0 commit comments

Comments
 (0)