mirror of
https://github.com/fankes/TSBattery.git
synced 2025-09-04 17:55:30 +08:00
refactor: support TIM 4.0+
This commit is contained in:
@@ -150,7 +150,7 @@ object QQTIMHooker : YukiBaseHooker() {
|
|||||||
* 在 QQ NT 中 [AboutActivityClass] 已被移除 - 以此作为判断条件
|
* 在 QQ NT 中 [AboutActivityClass] 已被移除 - 以此作为判断条件
|
||||||
* @return [Boolean]
|
* @return [Boolean]
|
||||||
*/
|
*/
|
||||||
private val isQQNTVersion get() = isQQ && AboutActivityClass == null
|
private val isQQNTVersion get() = AboutActivityClass == null
|
||||||
|
|
||||||
/** 当前宿主的版本 */
|
/** 当前宿主的版本 */
|
||||||
private var hostVersionName = "<unknown>"
|
private var hostVersionName = "<unknown>"
|
||||||
|
Reference in New Issue
Block a user