Skip to content

Commit 7eb202c

Browse files
committed
bump version 3.2.3
1 parent 154b337 commit 7eb202c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727
* 目前TXHook没有什么好解决方法,无法查看加密数据.
2828
* 不过好在目前可以通过清除QQ的全部数据还原到之前的cmd(这可能不是唯一的方法,但是是最快的方法).
2929

30+
2025-08-07:
31+
32+
* 在3.2.3版本,模块添加了一个Hook,使其将NT登录流程强制降级到WT登录流程,这个方法或许会在QQ之后的某次更新失效.
3033
---
3134

3235
## ⚠️ 警告

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ plugins {
1616
val appVerCode: Int by lazy {
1717
getGitCommitCount()
1818
}
19-
val appVerName: String = "3.2.2" + ".r${getGitCommitCount()}." + getVersionName()
19+
val appVerName: String = "3.2.3" + ".r${getGitCommitCount()}." + getVersionName()
2020

2121
android {
2222
namespace = "moe.ore.txhook"

0 commit comments

Comments
 (0)