[8.2.0]运营面板V2X

This commit is contained in:
xuxinchao
2025-08-06 15:35:58 +08:00
parent 16a625e5b8
commit 3abaa2663a
9 changed files with 170 additions and 27 deletions

View File

@@ -78,4 +78,10 @@ interface IViewControlListener {
* 展示冷启动进度条
*/
fun showColdStartProcessView(){}
/**
* 运营面板展示状态
* @param isShow true展示 false隐藏
*/
fun operatePanelDisplayStatus(isShow: Boolean){}
}