[8.2.0]下架自动探查+修改V2N语音提示文案
This commit is contained in:
@@ -192,7 +192,7 @@ internal object V2NIdentifyDrawer : IEventDismissListener {
|
||||
val contentType =
|
||||
if (poiType == EventTypeEnumNew.TYPE_SOCKET_ROAD_SHIGONG.poiType) "道路施工" else "道路事故"
|
||||
val content = "前方${distance.toInt()}米有$contentType"
|
||||
val tts = "注意行人及来车"
|
||||
val tts = "前方${distance.toInt()}米有$contentType"
|
||||
V2XBizTrace.onAck(TAG, "绘制poi事件:$poiType")
|
||||
saveMsgBox(
|
||||
MsgBoxBean(
|
||||
|
||||
Reference in New Issue
Block a user