Modify support QQ 8.9.58~8.9.68

This commit is contained in:
2023-07-18 22:40:08 +08:00
parent f48277f434
commit 2f64fb9ea9
2 changed files with 7 additions and 2 deletions

View File

@@ -244,10 +244,14 @@ object QQTIMHooker : YukiBaseHooker() {
hookBaseChatPie("B3")
hookBaseChatPie("H")
}
"8.9.53", "8.9.55" -> {
"8.9.53", "8.9.55", "8.9.58" -> {
hookBaseChatPie("C3")
hookBaseChatPie("H")
}
"8.9.63", "8.9.68" -> {
hookBaseChatPie("t3")
hookBaseChatPie("J")
}
else -> {
HookEntry.isHookClientSupport = false
loggerW(msg = "$hostVersionName not supported!")

View File

@@ -55,7 +55,8 @@ class MainActivity : BaseActivity<ActivityMainBinding>() {
"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.35", "8.9.38", "8.9.50", "8.9.53", "8.9.55"
"8.9.35", "8.9.38", "8.9.50", "8.9.53", "8.9.55", "8.9.58",
"8.9.63", "8.9.68"
)
private val qqSupportVersion by lazy {
if (qqSupportVersions.isNotEmpty()) {