mirror of
https://github.com/fankes/TSBattery.git
synced 2025-09-06 18:55:45 +08:00
Modify support QQ 8.9.13
This commit is contained in:
@@ -204,6 +204,10 @@ object QQTIMHooker : YukiBaseHooker() {
|
|||||||
hookBaseChatPie(methodName = "H3")
|
hookBaseChatPie(methodName = "H3")
|
||||||
hookBaseChatPie(methodName = "N")
|
hookBaseChatPie(methodName = "N")
|
||||||
}
|
}
|
||||||
|
"8.9.13" -> {
|
||||||
|
hookBaseChatPie(methodName = "y3")
|
||||||
|
hookBaseChatPie(methodName = "H")
|
||||||
|
}
|
||||||
else -> {
|
else -> {
|
||||||
HookEntry.isHookClientSupport = false
|
HookEntry.isHookClientSupport = false
|
||||||
loggerD(msg = "$appVersionName not supported!")
|
loggerD(msg = "$appVersionName not supported!")
|
||||||
|
@@ -53,7 +53,7 @@ class MainActivity : BaseActivity<ActivityMainBinding>() {
|
|||||||
"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.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.5", "8.9.8", "8.9.10", "8.9.13"
|
||||||
)
|
)
|
||||||
private val qqSupportVersion by lazy {
|
private val qqSupportVersion by lazy {
|
||||||
if (qqSupportVersions.isNotEmpty()) {
|
if (qqSupportVersions.isNotEmpty()) {
|
||||||
|
Reference in New Issue
Block a user