We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 154b337 commit 7eb202cCopy full SHA for 7eb202c
README.md
@@ -27,6 +27,9 @@
27
* 目前TXHook没有什么好解决方法,无法查看加密数据.
28
* 不过好在目前可以通过清除QQ的全部数据还原到之前的cmd(这可能不是唯一的方法,但是是最快的方法).
29
30
+2025-08-07:
31
+
32
+* 在3.2.3版本,模块添加了一个Hook,使其将NT登录流程强制降级到WT登录流程,这个方法或许会在QQ之后的某次更新失效.
33
---
34
35
## ⚠️ 警告
app/build.gradle.kts
@@ -16,7 +16,7 @@ plugins {
16
val appVerCode: Int by lazy {
17
getGitCommitCount()
18
}
19
-val appVerName: String = "3.2.2" + ".r${getGitCommitCount()}." + getVersionName()
+val appVerName: String = "3.2.3" + ".r${getGitCommitCount()}." + getVersionName()
20
21
android {
22
namespace = "moe.ore.txhook"
0 commit comments