[3.4.0]Taxi乘客屏转向灯+转向灯展示隐藏方法

This commit is contained in:
xuxinchao
2023-07-20 17:14:40 +08:00
parent 68fedf9bce
commit b334ff38b8
16 changed files with 189 additions and 10 deletions

View File

@@ -77,5 +77,11 @@ object HmiBuildConfig {
@Volatile
var isShowRunRedLightView = false
/**
* 是否展示转向灯
*/
@JvmField
@Volatile
var isShowTurnLightView = true
}