Update QQ 8.9.0

This commit is contained in:
NoRainCity
2022-07-16 20:53:33 +08:00
committed by GitHub
parent 6e8d900dc5
commit bf4ecd8345

View File

@@ -145,6 +145,10 @@ class HookEntry : IYukiHookXposedInit {
interceptBaseChatPie(methodName = "M3")
interceptBaseChatPie(methodName = "S")
}
"8.9.0" -> {
interceptBaseChatPie(methodName = "N3")
interceptBaseChatPie(methodName = "S")
}
else -> {
isHookClientSupport = false
loggerD(msg = "$version not supported!")
@@ -659,4 +663,4 @@ class HookEntry : IYukiHookXposedInit {
loggerD(msg = "ウイチャット:それが機能するかどうかはわかりませんでした")
}
}
}
}