Modify support QQ 8.9.35

This commit is contained in:
2023-03-20 18:13:55 +08:00
parent 344104903b
commit e95af0bad9
2 changed files with 5 additions and 1 deletions

View File

@@ -241,6 +241,10 @@ object QQTIMHooker : YukiBaseHooker() {
hookBaseChatPie(methodName = "A3")
hookBaseChatPie(methodName = "H")
}
"8.9.35" -> {
hookBaseChatPie(methodName = "B3")
hookBaseChatPie(methodName = "H")
}
else -> {
HookEntry.isHookClientSupport = false
loggerW(msg = "$hostVersionName not supported!")

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.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.20", "8.9.23", "8.9.25", "8.9.28", "8.9.30", "8.9.33"
"8.9.20", "8.9.23", "8.9.25", "8.9.28", "8.9.30", "8.9.33", "8.9.35"
)
private val qqSupportVersion by lazy {
if (qqSupportVersions.isNotEmpty()) {