From 98d120bd0633e4e0717d584cae5514132a18516b Mon Sep 17 00:00:00 2001
From: Junjie <DELL@qq.com>
Date: 星期四, 18 十二月 2025 13:36:09 +0800
Subject: [PATCH] #

---
 src/main/webapp/components/MapCanvas.js |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/main/webapp/components/MapCanvas.js b/src/main/webapp/components/MapCanvas.js
index 8a6a55e..0b3705a 100644
--- a/src/main/webapp/components/MapCanvas.js
+++ b/src/main/webapp/components/MapCanvas.js
@@ -479,6 +479,8 @@
           this.updateColor(sta, 0x30bffc);
         } else if (status === "machine-pakout") {
           this.updateColor(sta, 0x97b400);
+        } else if (status === "site-run-block") {
+          this.updateColor(sta, 0xe69138);
         } else {
           this.updateColor(sta, 0xb8b8b8);
         }

--
Gitblit v1.9.1