[6.5.0][道路事件] 修复qa发现的问题

This commit is contained in:
renwj
2024-07-09 19:21:02 +08:00
parent b0e216657f
commit 647fd8aa46
22 changed files with 351 additions and 118 deletions

View File

@@ -48,4 +48,14 @@ interface IViewControlListener {
*/
fun updateFuncMode(tag:String, boolean: Boolean){}
/**
* 绿波通行控件展示
*/
fun onGreenWaveViewVisible(min: Int, max: Int, cross: Int) {}
/**
* 绿波通行控件隐藏
*/
fun onGreenWaveViewDismiss() {}
}