From af2f9443ec9241de3aa2c8eed3d31eef382f89d0 Mon Sep 17 00:00:00 2001
From: Junjie <DELL@qq.com>
Date: 星期四, 18 十二月 2025 15:36:35 +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