[8.2.0]运营面板V2X页面提示修改

This commit is contained in:
xuxinchao
2025-08-11 19:16:07 +08:00
parent 2a480da2e9
commit a1448ae33e
2 changed files with 94 additions and 16 deletions

View File

@@ -530,4 +530,12 @@ object FunctionBuildConfig {
@Volatile
@JvmField
var isDriveSeatVideoStream: Boolean = false
@Volatile
@JvmField
var v2xIsShow: Boolean = false //运营面板V2X页面是否是显示状态
@Volatile
@JvmField
var currentStatus: Boolean = false //当前工控机连接状态连接状态
}