[Update]提供控制摄像头Icon显隐的接口

This commit is contained in:
chenfufeng
2022-03-16 11:42:21 +08:00
parent a206a241b0
commit 3ccec25a8f
4 changed files with 23 additions and 1 deletions

View File

@@ -65,4 +65,10 @@ object HmiBuildConfig {
*/
@JvmField
var isShowTrafficLightView = false
/**
* 是否显示摄像头图标
*/
@JvmField
var isShowCameraView = true
}