From 68214b4b6d8b04a84f23410e77afa02b63428a32 Mon Sep 17 00:00:00 2001
From: vincentlu <t1341870251@gmail.com>
Date: 星期一, 20 一月 2025 16:30:39 +0800
Subject: [PATCH] #
---
zy-acs-flow/src/map/constants.js | 15 ++++++++++-----
1 files changed, 10 insertions(+), 5 deletions(-)
diff --git a/zy-acs-flow/src/map/constants.js b/zy-acs-flow/src/map/constants.js
index a88723d..58869f5 100644
--- a/zy-acs-flow/src/map/constants.js
+++ b/zy-acs-flow/src/map/constants.js
@@ -1,4 +1,7 @@
+export const ANIMATE_DURING_TIME = 300;
+
+export const MAP_DEFAULT_ROTATION = 270;
export const MAP_MODE = Object.freeze({
OBSERVER_MODE: "1",
@@ -26,15 +29,17 @@
AGV: 3,
POINT: 2,
+
+ DYNAMIC_ROUTE: 2,
})
export const DEVICE_SPRITE_TINT = Object.freeze({
- SHELF: null,
+ SHELF: 0xffffff,
STATION: null,
CHARGE: null,
DIRECTION: null,
- AGV: null,
+ AGV: 0xffffff,
POINT: 0xCACDCF,
})
@@ -44,8 +49,8 @@
CHARGE: null,
DIRECTION: null,
- AGV: null,
- POINT: 0xf1f2f6,
+ AGV: 0xb2bec3,
+ POINT: 0xdfe6e9,
})
export const DEVICE_SELECTED_EFFECT_PADDING = Object.freeze({
@@ -54,7 +59,7 @@
CHARGE: 10,
DIRECTION: 10,
- AGV: 10,
+ AGV: 100,
POINT: 100,
})
--
Gitblit v1.9.1