From 0b1370eb657f2ca62d68ec26deb26665e46eecf4 Mon Sep 17 00:00:00 2001 From: chenfufeng Date: Mon, 31 Oct 2022 11:12:50 +0800 Subject: [PATCH] =?UTF-8?q?[Fix]=E4=BF=AE=E6=94=B9'=E5=89=8D=E6=96=B9?= =?UTF-8?q?=E6=96=BD=E5=B7=A5'=E4=B8=BA'=E9=81=93=E8=B7=AF=E6=96=BD?= =?UTF-8?q?=E5=B7=A5'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/mogo/module/common/enums/EventTypeEnum.kt | 8 ++++---- 1 file changed, 4 insertions(+), 4 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 e8fc0afb0d..40edb00409 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 @@ -28,14 +28,14 @@ enum class EventTypeEnum( //施工 FOURS_ROAD_WORK( - "10006", "道路施工", "前方施工", R.drawable.icon_warning_v2x_road_construction, - "前方施工", "前方施工" + "10006", "道路施工", "道路施工", R.drawable.icon_warning_v2x_road_construction, + "道路施工", "道路施工" ), //施工-AI云下发 AI_ROAD_WORK( - "100061", "道路施工", "前方施工", R.drawable.icon_warning_v2x_road_construction, - "前方施工", "前方施工" + "100061", "道路施工", "道路施工", R.drawable.icon_warning_v2x_road_construction, + "道路施工", "道路施工" ), //拥堵