增加了异常车辆全方位预警tts逻辑

This commit is contained in:
chenfufeng
2021-09-14 10:41:45 +08:00
parent d68497cefd
commit ba0f775546
3 changed files with 8 additions and 17 deletions

View File

@@ -46,6 +46,6 @@ enum class WarningDirectionEnum(
),
ALERT_WARNING_ALL(
9,
"全方位"
"周边"
)
}