From e37fef0a29f2f7d6d6f862d7d4ae544648ee4630 Mon Sep 17 00:00:00 2001 From: chenfufeng Date: Thu, 23 Sep 2021 17:19:14 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E4=BB=A5=E5=89=8D=E9=A2=84?= =?UTF-8?q?=E8=AD=A6=E7=BC=BA=E5=A4=B1=E7=9A=84tts=E6=92=AD=E6=8A=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: chenfufeng --- .../main/java/com/mogo/module/common/enums/EventTypeEnum.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/mogo-module-common/src/main/java/com/mogo/module/common/enums/EventTypeEnum.kt b/modules/mogo-module-common/src/main/java/com/mogo/module/common/enums/EventTypeEnum.kt index 57b80da672..7da7b86751 100644 --- a/modules/mogo-module-common/src/main/java/com/mogo/module/common/enums/EventTypeEnum.kt +++ b/modules/mogo-module-common/src/main/java/com/mogo/module/common/enums/EventTypeEnum.kt @@ -202,7 +202,7 @@ enum class EventTypeEnum( "限速预警", poiTypeSrcVr=R.drawable.icon_warning_v2x_over_speed, content="已超速", - tts="" + tts="已超速" ), TYPE_USECASE_ID_LTA( ObuConstants.USE_CASE_ID.LTA.toString(), @@ -223,7 +223,7 @@ enum class EventTypeEnum( "车内标牌", poiTypeSrcVr=R.drawable.icon_warning_v2x_road_construction, content="前方施工", - tts="" + tts="前方施工" ), TYPE_USECASE_ID_TJW( ObuConstants.USE_CASE_ID.TJW.toString(),