[6.8.0]冷启动三期主页状态条

This commit is contained in:
xuxinchao
2024-11-21 15:12:37 +08:00
parent 4f60cfbdfe
commit cb0d4614c5
168 changed files with 918 additions and 1 deletions

View File

@@ -73,4 +73,9 @@ interface IViewControlListener {
* 更新 远程代驾 按钮 展示/隐藏
*/
fun updateParallelDriveViewShow(isShow: Boolean) {}
/**
* 展示冷启动进度条
*/
fun showColdStartProcessView(){}
}

View File

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