[3.0.0] cherry pick 2.15.0 func of map and fix bug of log

This commit is contained in:
zhongchao
2023-04-13 18:06:38 +08:00
parent 793d960140
commit 98599f0739
11 changed files with 32 additions and 15 deletions

View File

@@ -65,10 +65,10 @@ object TrackerSourceColorHelper {
//僵尸车
if(data.addAttribute == AdditionalAttribute.ATTR_ZOMBIE){
color = "#AD7488FF"
color = "#7A8499FF"
CallerMapUIServiceManager.getMapUIController()?.let {
if(it.isDayMode){
color = "#AE7887FF"
color = "#9BA8BCFF"
}
}
}