[6.7.0][运营面板] 优化带编辑框的配置项的显示和缓存逻辑
This commit is contained in:
@@ -77,7 +77,7 @@ object FunctionBuildConfig {
|
||||
*/
|
||||
@Volatile
|
||||
@JvmField
|
||||
var detouringSpeed = 3
|
||||
var detouringSpeed = 3.0
|
||||
|
||||
/**
|
||||
* 超车目标障碍物速度阈值
|
||||
@@ -85,7 +85,7 @@ object FunctionBuildConfig {
|
||||
*/
|
||||
@Volatile
|
||||
@JvmField
|
||||
var overTakeSpeed = 10.0f
|
||||
var overTakeSpeed = 10.0
|
||||
|
||||
/**
|
||||
* 是否是感知优化模式
|
||||
|
||||
Reference in New Issue
Block a user