add func of toggle of beauty func
This commit is contained in:
@@ -29,6 +29,17 @@ object FunctionBuildConfig {
|
||||
@JvmField
|
||||
var isRainMode = false
|
||||
|
||||
/**
|
||||
* 是否是感知优化模式
|
||||
* 默认开启
|
||||
* 打开后可实现感知优化效果
|
||||
* 1、静止车辆抖动优化
|
||||
* 2、静止车辆航向角和位置按车道方向优化
|
||||
*/
|
||||
@Volatile
|
||||
@JvmField
|
||||
var isBeautyMode = true
|
||||
|
||||
/**
|
||||
* 当前APP的身份模式
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user