[Feat]修改obu v2i颜色值

This commit is contained in:
chenfufeng
2022-09-28 15:54:04 +08:00
parent 625f246bc9
commit b7c4e718f8

View File

@@ -43,12 +43,12 @@ object TrackerSourceHelper {
}
if (isV2I(data).second) {
color = "#00AEFF"
color = "#00AEFFFF"
}
//等级最高
if (isObu(data).second) {
color = "#36D3FE"
color = "#36D3FEFF"
// obu预警
isObu(data).first?.let {
val obuColor = WarningHelper.getObuColor(it.id)