refactor: support TIM 4.0+

This commit is contained in:
2024-11-13 15:39:05 +08:00
parent a14a38e00f
commit 70757b1594

View File

@@ -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>"