2.13.0 优化obu提示

This commit is contained in:
lixiaopeng
2022-12-01 18:25:55 +08:00
parent fcbb481e01
commit df74947e19

View File

@@ -57,10 +57,10 @@ enum class V2iEventTypeEnum(
),
TYPE_USECASE_ID_ROAD_SPEED_LIMIT(
1.toString(),
"",
"",
poiTypeSrcVr = R.drawable.icon_warning_v2x_over_speed,
content = "前方%s米限速",
tts = "前方%s米限速"
content = "您已超速,请减速行驶",
tts = "您已超速,请减速行驶"
),
//------------道路危险情况预警 end ----------->