Skip to content

Commit

Permalink
refactor(app): 修正 TIM版本号
Browse files Browse the repository at this point in the history
将 EARLIEST_QQNT_FRAMEWORK_TIM_VERSION_STABLE 的值从 "4.0.00" 修改为 "4.0.0",统一版本号格式。
  • Loading branch information
ArcticFoxPro committed Nov 4, 2024
1 parent ffb7966 commit 652b3a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class QVTApplication : Application() {
const val EARLIEST_ACCESSIBILITY_QQ_VERSION = false
const val EARLIEST_ACCESSIBILITY_TIM_VERSION = false
const val EARLIEST_QQNT_FRAMEWORK_QQ_VERSION_STABLE = "8.9.63"
const val EARLIEST_QQNT_FRAMEWORK_TIM_VERSION_STABLE = "4.0.00"
const val EARLIEST_QQNT_FRAMEWORK_TIM_VERSION_STABLE = "4.0.0"
const val EARLIEST_UNREAL_ENGINE_QQ_VERSION_STABLE = "8.8.55"
}

Expand Down

0 comments on commit 652b3a5

Please sign in to comment.