Modify support QQ 8.9.75~8.9.76

This commit is contained in:
2023-08-19 04:28:08 +08:00
parent 64c4c282b2
commit 63d5043f31
2 changed files with 4 additions and 4 deletions

View File

@@ -273,7 +273,7 @@ object QQTIMHooker : YukiBaseHooker() {
hookBaseChatPie("t3") hookBaseChatPie("t3")
hookBaseChatPie("J") hookBaseChatPie("J")
} }
"8.9.70", "8.9.71", "8.9.73" -> { "8.9.70", "8.9.71", "8.9.73", "8.9.75", "8.9.76" -> {
hookBaseChatPie("u3") hookBaseChatPie("u3")
hookBaseChatPie("J") hookBaseChatPie("J")
} }

View File

@@ -54,9 +54,9 @@ 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.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",
"8.9.35", "8.9.38", "8.9.50", "8.9.53", "8.9.55", "8.9.58", "8.9.38", "8.9.50", "8.9.53", "8.9.55", "8.9.58", "8.9.63", "8.9.68",
"8.9.63", "8.9.68", "8.9.70", "8.9.71", "8.9.73" "8.9.70", "8.9.71", "8.9.73", "8.9.75", "8.9.76"
) )
private val qqSupportVersion by lazy { private val qqSupportVersion by lazy {
if (qqSupportVersions.isNotEmpty()) { if (qqSupportVersions.isNotEmpty()) {