Skip to content

Commit

Permalink
[add] 文档和菜单更新
Browse files Browse the repository at this point in the history
  • Loading branch information
vitvm committed Nov 4, 2023
1 parent c030abf commit 1eaab46
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ v1.13版本开始,默认隐藏App在桌面的图标。隐藏以后,打开模
8.0.37 (2380) 2023-05-25
8.0.38 (2400) 2023-06-21
8.0.40 (2420) 2023-07-20
8.0.40 (2420) 2023-07-20
8.0.41 (2441) 2023-09-06

**PS.**
- 仅支持上述版本,所有其他版本号以及32位版本未经测试,预计百分之九十九不可用
Expand Down Expand Up @@ -116,9 +118,10 @@ SHA1: 410E675B0014F6DF768825F647F69D98A110D50D
SHA1: F62FAD64F70F1181EC62DD3BD796A047028078FA

8.0.40(2420):[https://dldir1.qq.com/weixin/android/weixin8040android2420_arm64.apk](https://dldir1.qq.com/weixin/android/weixin8040android2420_arm64.apk)
SHA1: BCCA3CCACE5F40184A42FEFB06190C7279024985

SHA1: BCCA3CCACE5F40184A42FEFB06190C7279024985

8.0.41(2441):[https://dldir1.qq.com/weixin/android/weixin8041android2441_arm64_1.apk](https://dldir1.qq.com/weixin/android/weixin8041android2441_arm64_1.apk)
SHA1: 51D3E1C9594723FE8A69B68780C4B561964C7718

推荐适配的最后两个版本,因为其他版本,作者自己不再使用

Expand Down
2 changes: 2 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,15 @@ android {
}
buildTypes {
debug {
debuggable true
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
signingConfig signingConfigs.alpha

buildConfigField "String", "buildInfoJson64", "\"${buildInfoJson.bytes.encodeBase64()}\""
}
release {
debuggable false
minifyEnabled true
shrinkResources true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
Expand Down
2 changes: 1 addition & 1 deletion res/raw/menu_ui.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
}
},
{
"title": "QQ群二",
"title": "QQ群二(已满)",
"link": "https://qm.qq.com/cgi-bin/qm/qr?k=LLG2sLpBUb-xcSekQUAKa6_2EW0S8PQs&authKey=VbVwb48LFwekGyr9GWEsggodHVe2fCiWcMs1vBx0gK3wc0hl5Q9pAwTnsTYyH2wf&noverify=0",
"appLink": {
"priority": 0,
Expand Down

0 comments on commit 1eaab46

Please sign in to comment.