[6.8.0][FSM异常提示优化] 代码提交

This commit is contained in:
renwj
2024-11-20 19:27:27 +08:00
parent 6a062c6dc6
commit ccf4855203
13 changed files with 169 additions and 23 deletions

View File

@@ -312,4 +312,9 @@ interface IMoGoHmiProvider :IProvider{
* 展示冷启动弹窗
*/
fun showColdStartWindow()
/**
* 是否触发展示安全停车弹窗
*/
fun toggleSafeStopCarWarning(show: Boolean)
}