Skip to content

Commit

Permalink
Modify support QQ 8.9.78
Browse files Browse the repository at this point in the history
  • Loading branch information
fankes committed Sep 2, 2023
1 parent 63d5043 commit 7257127
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,10 @@ object QQTIMHooker : YukiBaseHooker() {
hookBaseChatPie("u3")
hookBaseChatPie("J")
}
"8.9.78" -> {
hookBaseChatPie("v3")
hookBaseChatPie("I")
}
else -> {
HookEntry.isHookClientSupport = false
loggerW(msg = "$hostVersionName not supported!")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class MainActivity : BaseActivity<ActivityMainBinding>() {
"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.35",
"8.9.38", "8.9.50", "8.9.53", "8.9.55", "8.9.58", "8.9.63", "8.9.68",
"8.9.70", "8.9.71", "8.9.73", "8.9.75", "8.9.76"
"8.9.70", "8.9.71", "8.9.73", "8.9.75", "8.9.76", "8.9.78"
)
private val qqSupportVersion by lazy {
if (qqSupportVersions.isNotEmpty()) {
Expand Down

0 comments on commit 7257127

Please sign in to comment.