[6.7.0][状态栏改版] 优化代码逻辑

This commit is contained in:
renwj
2024-09-26 17:14:05 +08:00
parent 87aab03e36
commit 0b2aa64741
10 changed files with 271 additions and 72 deletions

View File

@@ -441,4 +441,11 @@ object FunctionBuildConfig {
@Volatile
@JvmField
var welcomeWords: String? = null
/**
* 最大限速值
*/
@Volatile
@JvmField
var maxSpeedLimit: Double = 0.0
}