[3.4.0]运营面板增加录包弹窗开关

This commit is contained in:
xuxinchao
2023-08-02 16:51:26 +08:00
committed by zhongchao
parent 41f6f3ee7d
commit e3b62d35a7
4 changed files with 29 additions and 2 deletions

View File

@@ -197,6 +197,13 @@ object FunctionBuildConfig {
@JvmField
var isReportWarning = true
/**
* 是否展示被动触发的录包弹窗(自动驾驶下出现问题触发的录包)
*/
@Volatile
@JvmField
var isShowBagRecordWindow = true
/**
* 是否是V2N新链路(云->工控机->App)
*/