[8.2.2][feat]新增B2美化呈现UI开发

This commit is contained in:
xinfengkun
2025-09-08 10:29:28 +08:00
parent ee303ec357
commit bb2d4996fc
15 changed files with 146 additions and 28 deletions

View File

@@ -388,10 +388,11 @@ class TeleMsgHandler : IMsgHandler {
}
TelematicConstant.CONTROL_B2_PRETTIFY_SWITCH -> {
CallerTelematicListenerManager.invokeReceivedMsg(
TelematicConstant.CONTROL_B2_PRETTIFY_SWITCH,
it.body
)
val value = when (String(it.body)) {
"1" -> true
else -> false
}
CallerTelematicListenerManager.dispatchB2DemoMode(value)
}
TelematicConstant.SHOW_TRAFFIC_LIGHT -> {