[6.7.0][运营面板] 优化带编辑框的配置项的显示和缓存逻辑

This commit is contained in:
renwj
2024-09-29 16:15:43 +08:00
parent d476abe9b8
commit 6667682af9
4 changed files with 22 additions and 21 deletions

View File

@@ -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
/**
* 是否是感知优化模式