mirror of
https://github.com/fankes/TSBattery.git
synced 2025-09-04 09:45:41 +08:00
feat: support QQ 8.9.80
This commit is contained in:
@@ -297,7 +297,7 @@ object QQTIMHooker : YukiBaseHooker() {
|
||||
hookBaseChatPie("u3")
|
||||
hookBaseChatPie("J")
|
||||
}
|
||||
"8.9.78" -> {
|
||||
"8.9.78", "8.9.80" -> {
|
||||
hookBaseChatPie("v3")
|
||||
hookBaseChatPie("I")
|
||||
}
|
||||
|
@@ -63,7 +63,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.78"
|
||||
"8.9.70", "8.9.71", "8.9.73", "8.9.75", "8.9.76", "8.9.78", "8.9.80"
|
||||
)
|
||||
private val qqSupportVersion by lazy {
|
||||
if (qqSupportVersions.isNotEmpty()) {
|
||||
|
Reference in New Issue
Block a user