mirror of
https://github.com/fankes/TSBattery.git
synced 2025-09-08 19:44:04 +08:00
Support QQ 8.9.0 and 8.9.1
This commit is contained in:
@@ -146,7 +146,7 @@ class HookEntry : IYukiHookXposedInit {
|
|||||||
interceptBaseChatPie(methodName = "S")
|
interceptBaseChatPie(methodName = "S")
|
||||||
}
|
}
|
||||||
/** 8.9.0 贡献者:StarWishsama */
|
/** 8.9.0 贡献者:StarWishsama */
|
||||||
"8.9.0" -> {
|
"8.9.0", "8.9.1" -> {
|
||||||
interceptBaseChatPie(methodName = "N3")
|
interceptBaseChatPie(methodName = "N3")
|
||||||
interceptBaseChatPie(methodName = "S")
|
interceptBaseChatPie(methodName = "S")
|
||||||
}
|
}
|
||||||
|
@@ -51,7 +51,7 @@ class MainActivity : BaseActivity<ActivityMainBinding>() {
|
|||||||
"8.8.35", "8.8.38", "8.8.50", "8.8.55",
|
"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.68", "8.8.80", "8.8.83", "8.8.85",
|
||||||
"8.8.88", "8.8.90", "8.8.93", "8.8.95",
|
"8.8.88", "8.8.90", "8.8.93", "8.8.95",
|
||||||
"8.8.98"
|
"8.8.98", "8.9.0", "8.9.1"
|
||||||
)
|
)
|
||||||
private val qqSupportVersion by lazy {
|
private val qqSupportVersion by lazy {
|
||||||
if (qqSupportVersions.isNotEmpty()) {
|
if (qqSupportVersions.isNotEmpty()) {
|
||||||
|
Reference in New Issue
Block a user