[2.13.0-arch-opt] noop speedpanel opt and new func of jiangshiche

This commit is contained in:
zhongchao
2023-02-14 17:49:24 +08:00
parent 8c7cb487aa
commit f0f3d26cbb
2 changed files with 27 additions and 43 deletions

View File

@@ -67,6 +67,11 @@ object TrackerSourceColorHelper {
color = "#9900ffFF"
}
//僵尸车
if(data.addAttribute == AdditionalAttribute.ATTR_ZOMBIE){
color = "#D1E5FDFF"
}
// pnc预警
WarningHelper.getPncColor(data.uuid.toString()) {
if (it.isNotBlank()) {