Support QQ 8.9.0 and 8.9.1

This commit is contained in:
2022-07-19 22:02:04 +08:00
parent fc8589f1ee
commit 20f1ceca4d
2 changed files with 2 additions and 2 deletions

View File

@@ -146,7 +146,7 @@ class HookEntry : IYukiHookXposedInit {
interceptBaseChatPie(methodName = "S")
}
/** 8.9.0 贡献者StarWishsama */
"8.9.0" -> {
"8.9.0", "8.9.1" -> {
interceptBaseChatPie(methodName = "N3")
interceptBaseChatPie(methodName = "S")
}

View File

@@ -51,7 +51,7 @@ class MainActivity : BaseActivity<ActivityMainBinding>() {
"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.93", "8.8.95",
"8.8.98"
"8.8.98", "8.9.0", "8.9.1"
)
private val qqSupportVersion by lazy {
if (qqSupportVersions.isNotEmpty()) {