From b7c4e718f8d0871aec250672c05205cdba4cb35e Mon Sep 17 00:00:00 2001 From: chenfufeng Date: Wed, 28 Sep 2022 15:54:04 +0800 Subject: [PATCH] =?UTF-8?q?[Feat]=E4=BF=AE=E6=94=B9obu=20v2i=E9=A2=9C?= =?UTF-8?q?=E8=89=B2=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../eagle/core/function/map/identify/TrackerSourceHelper.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/function-impl/mogo-core-function-map/src/main/java/com/mogo/eagle/core/function/map/identify/TrackerSourceHelper.kt b/core/function-impl/mogo-core-function-map/src/main/java/com/mogo/eagle/core/function/map/identify/TrackerSourceHelper.kt index 470b3068b6..fa8072b1a5 100644 --- a/core/function-impl/mogo-core-function-map/src/main/java/com/mogo/eagle/core/function/map/identify/TrackerSourceHelper.kt +++ b/core/function-impl/mogo-core-function-map/src/main/java/com/mogo/eagle/core/function/map/identify/TrackerSourceHelper.kt @@ -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)