[8.0.0]调整TTS语音+下架V2N绿波通行

This commit is contained in:
xuxinchao
2025-04-24 11:21:14 +08:00
parent 400154bf38
commit 5d12752125
7 changed files with 104 additions and 133 deletions

View File

@@ -297,19 +297,12 @@ object FunctionBuildConfig {
var v2xTotalSwitch = Utils.getApp().resources.getBoolean(R.bool.v2x_total_switch)
/**
* V2N总开关,其子开关包括V2N新链路、V2N场景进PNC、绿波通行
* V2N总开关,其子开关包括V2N新链路、V2N场景进PNC
*/
@Volatile
@JvmField
var v2nTotalSwitch = Utils.getApp().resources.getBoolean(R.bool.v2n_total_switch)
/**
* V2N事件-绿波通行开关
*/
@Volatile
@JvmField
var v2nGreenWave = Utils.getApp().resources.getBoolean(R.bool.v2n_green_wave)
/**
* 是否开启PNC障碍物颜色提醒
*/

View File

@@ -518,7 +518,7 @@ enum class EventTypeEnumNew(
"他车倒车/逆行",
poiTypeSrcVr = R.drawable.icon_v2x_other_retrograde_vehicle_driver,
content = "前方%s米有他车倒车或逆行",
tts = "${SkinResources.getInstance().getString(R.string.operation_platform_name)}发现前方有异常车辆,提醒您注意观察 小心通过"
tts = "前方有异常车辆"
),
TYPE_SOCKET_ROAD_GREE_WAVE(
"100063",
@@ -532,7 +532,7 @@ enum class EventTypeEnumNew(
"行人横穿",
poiTypeSrcVr = View.NO_ID,
content = "前方%s米有行人/非机动车横穿",
tts = "${SkinResources.getInstance().getString(R.string.operation_platform_name)}发现前方有行人或非机动车横穿,提醒您注意观察,小心通过"
tts = "前方有行人或非机动车横穿"
),
TYPE_ERROR(
0.toString(),