#
Junjie
2025-12-20 d128431c79255f8ab7290fc3302685df8fcd157e
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);
        }