Merge pull request #19 from StarWishsama/patch-1

适配 QQ 8.9.0
This commit is contained in:
Fankesyooni
2022-07-17 01:04:11 +08:00
committed by GitHub

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 = "ウイチャット:それが機能するかどうかはわかりませんでした")
}
}
}
}