[6.2.6]change the mogo p

This commit is contained in:
zhongchao
2023-12-18 17:34:47 +08:00
parent 4c5b88aecf
commit fdb4133160
11 changed files with 75 additions and 46 deletions

View File

@@ -72,6 +72,13 @@ object TrackerSourceFilterHelper {
}
}
// pnc预警
WarningHelper.getPncColor(data.uuid.toString()) {
if (it.isNotBlank()) {
color = it
}
}
//僵尸车
if (data.addAttribute == AdditionalAttribute.ATTR_ZOMBIE) {
color = "#7A8499FF"
@@ -82,12 +89,6 @@ object TrackerSourceFilterHelper {
CallerFuncBizListenerManager.invokeAttrZombieAnalyticsEvent()
}
// pnc预警
WarningHelper.getPncColor(data.uuid.toString()) {
if (it.isNotBlank()) {
color = it
}
}
return color
}