[6.7.0]冷启动更改

This commit is contained in:
xuxinchao
2024-10-22 20:06:13 +08:00
parent 304f67ad36
commit 0ea0604ef1
12 changed files with 317 additions and 17 deletions

View File

@@ -302,4 +302,9 @@ interface IMoGoHmiProvider :IProvider{
* 视角弹窗是否已展示
*/
fun isHdMapVisualAngleAdjustShow(): Boolean
/**
* 展示冷启动弹窗
*/
fun showColdStartWindow()
}