From 70930071a49190f414c8d8bc9c9e9795a4096739 Mon Sep 17 00:00:00 2001
From: zhang <zc857179121@qq.com>
Date: 星期一, 23 三月 2026 16:08:27 +0800
Subject: [PATCH] Merge branch 'refs/heads/rcs_master' into jdxaj

---
 zy-acs-flow/src/map/constants.js |   26 +++++++++++++++++++++++++-
 1 files changed, 25 insertions(+), 1 deletions(-)

diff --git a/zy-acs-flow/src/map/constants.js b/zy-acs-flow/src/map/constants.js
index 05d7710..032b4f4 100644
--- a/zy-acs-flow/src/map/constants.js
+++ b/zy-acs-flow/src/map/constants.js
@@ -27,6 +27,25 @@
     AREA_MODE: "4",
 })
 
+export const MAP_TONES = Object.freeze({
+    light: {
+        canvasBackground: '#f1f2f6',
+        textPrimary: 0x333333,
+        grid: {
+            color: 0x000000,
+            alpha: 0.08,
+        },
+    },
+    dark: {
+        canvasBackground: '#1c222b',
+        textPrimary: 0xcfd6e3,
+        grid: {
+            color: 0x5f6773,
+            alpha: 0.22,
+        },
+    },
+});
+
 export const DEVICE_TYPE = Object.freeze({
     SHELF: "SHELF",
     STATION: 'STATION',
@@ -72,7 +91,7 @@
     DIRECTION: null,
 
     AGV: 0xb2bec3,
-    POINT: 0xdfe6e9,
+    POINT: 0x555a68,
 })
 
 export const DEVICE_SELECTED_EFFECT_PADDING = Object.freeze({
@@ -111,3 +130,8 @@
     ORDER: 1,
     REVERSE_ORDER: 2,
 })
+
+export const ROUTE_COLORS = Object.freeze({
+    light: 0x2f68ac,
+    dark: 0x4a84c8,
+});

--
Gitblit v1.9.1