Support QQ 8.9.3 and 8.9.5

This commit is contained in:
2022-08-17 21:03:36 +08:00
parent c01cc2532e
commit e187e637f9
2 changed files with 5 additions and 1 deletions

View File

@@ -203,6 +203,10 @@ class HookEntry : IYukiHookXposedInit {
interceptBaseChatPie(methodName = "N3") interceptBaseChatPie(methodName = "N3")
interceptBaseChatPie(methodName = "S") interceptBaseChatPie(methodName = "S")
} }
"8.9.3", "8.9.5" -> {
interceptBaseChatPie(methodName = "H3")
interceptBaseChatPie(methodName = "P")
}
else -> { else -> {
isHookClientSupport = false isHookClientSupport = false
loggerD(msg = "$version not supported!") loggerD(msg = "$version not supported!")

View File

@@ -54,7 +54,7 @@ class MainActivity : BaseActivity<ActivityMainBinding>() {
"8.7.8", "8.8.0", "8.8.3", "8.8.5", "8.8.11", "8.8.12", "8.8.17", "8.7.8", "8.8.0", "8.8.3", "8.8.5", "8.8.11", "8.8.12", "8.8.17",
"8.8.20", "8.8.23", "8.8.28", "8.8.33", "8.8.35", "8.8.38", "8.8.50", "8.8.20", "8.8.23", "8.8.28", "8.8.33", "8.8.35", "8.8.38", "8.8.50",
"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.8.93", "8.8.95", "8.8.98", "8.9.0", "8.9.1", "8.9.2", "8.9.3", "8.9.5"
) )
private val qqSupportVersion by lazy { private val qqSupportVersion by lazy {
if (qqSupportVersions.isNotEmpty()) { if (qqSupportVersions.isNotEmpty()) {