Modify support QQ 8.9.25

This commit is contained in:
2022-12-16 02:21:14 +08:00
parent 67349c45fd
commit 7f0c8dd2b5
2 changed files with 2 additions and 2 deletions

View File

@@ -230,7 +230,7 @@ object QQTIMHooker : YukiBaseHooker() {
hookBaseChatPie(methodName = "w3") hookBaseChatPie(methodName = "w3")
hookBaseChatPie(methodName = "H") hookBaseChatPie(methodName = "H")
} }
"8.9.23" -> { "8.9.23", "8.9.25" -> {
hookBaseChatPie(methodName = "z3") hookBaseChatPie(methodName = "z3")
hookBaseChatPie(methodName = "H") hookBaseChatPie(methodName = "H")
} }

View File

@@ -54,7 +54,7 @@ class MainActivity : BaseActivity<ActivityMainBinding>() {
"8.8.55", "8.8.68", "8.8.80", "8.8.83", "8.8.85", "8.8.88", "8.8.90", "8.8.55", "8.8.68", "8.8.80", "8.8.83", "8.8.85", "8.8.88", "8.8.90",
"8.8.93", "8.8.95", "8.8.98", "8.9.0", "8.9.1", "8.9.2", "8.9.3", "8.8.93", "8.8.95", "8.8.98", "8.9.0", "8.9.1", "8.9.2", "8.9.3",
"8.9.5", "8.9.8", "8.9.10", "8.9.13", "8.9.15", "8.9.18", "8.9.19", "8.9.5", "8.9.8", "8.9.10", "8.9.13", "8.9.15", "8.9.18", "8.9.19",
"8.9.20", "8.9.23" "8.9.20", "8.9.23", "8.9.25"
) )
private val qqSupportVersion by lazy { private val qqSupportVersion by lazy {
if (qqSupportVersions.isNotEmpty()) { if (qqSupportVersions.isNotEmpty()) {