add func of toggle of beauty func

This commit is contained in:
zhongchao
2022-08-16 14:31:40 +08:00
parent a97f7f870a
commit fcc83d87ff
5 changed files with 50 additions and 5 deletions

View File

@@ -29,6 +29,17 @@ object FunctionBuildConfig {
@JvmField
var isRainMode = false
/**
* 是否是感知优化模式
* 默认开启
* 打开后可实现感知优化效果
* 1、静止车辆抖动优化
* 2、静止车辆航向角和位置按车道方向优化
*/
@Volatile
@JvmField
var isBeautyMode = true
/**
* 当前APP的身份模式
*