[6.5.0][道路事件] 绿波通行业务逻辑

This commit is contained in:
renwj
2024-07-03 19:50:49 +08:00
parent fd087758c9
commit de4d758930
10 changed files with 190 additions and 31 deletions

View File

@@ -1,5 +1,6 @@
package com.mogo.eagle.core.data.enums
import android.view.View
import com.mogo.eagle.core.data.R
import com.mogo.eagle.core.data.config.FunctionBuildConfig
import com.mogo.eagle.core.utilcode.mogo.AppIdentityModeUtils
@@ -518,6 +519,13 @@ enum class EventTypeEnumNew(
content = "前方%s米有车辆异常倒车/逆行,蘑菇提醒您注意观察小心通过",
tts = "前方%s米有车辆异常倒车/逆行,蘑菇提醒您注意观察小心通过"
),
TYPE_SOCKET_ROAD_GREE_WAVE(
"100063",
"绿波通行",
poiTypeSrcVr = View.NO_ID,
content = "保持当前车速即可通过路口,好丝滑!",
tts = "保持当前车速即可通过路口,好丝滑!"
),
TYPE_ERROR(
0.toString(),
"未知/错误/异常",