Merge branch 'dev_robotaxi-d_250417_8.0.0_routing' into dev_robotaxi-d_250709_8.2.0_advideo

# Conflicts:
#	OCH/charter/passenger/src/main/java/com/mogo/och/charter/passenger/model/MusicModel.kt
#	OCH/common/common/src/main/java/com/mogo/och/common/module/constant/OchCommonConst.kt
This commit is contained in:
yangyakun
2025-07-29 16:43:30 +08:00
145 changed files with 4302 additions and 1389 deletions

View File

@@ -196,6 +196,12 @@ interface IMoGoHmiProvider :IProvider{
*/
fun hideTurnLightView()
/**
* 小巴、接驳、包车 是否在执行任务中
*/
fun isShuttleDriverPerformTask(): Boolean
/**
* taxi无人化 是否在执行任务中(无人化模式和算路验证模式 都复用此变量)
*/

View File

@@ -30,4 +30,9 @@ interface ISopSettingListener {
*/
fun onCarApertureClickEvent(status: Boolean){}
/**
* 验证算路模式
*/
fun onRoutingClickEvent(status: Boolean){}
}