From 36dcec12994c82fffe2a86a6acf12ecbd071fffb Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期三, 08 一月 2025 16:26:18 +0800 Subject: [PATCH] # --- zy-acs-flow/src/map/constants.js | 12 +++++++----- 1 files changed, 7 insertions(+), 5 deletions(-) diff --git a/zy-acs-flow/src/map/constants.js b/zy-acs-flow/src/map/constants.js index 6564ea1..8ab6ce1 100644 --- a/zy-acs-flow/src/map/constants.js +++ b/zy-acs-flow/src/map/constants.js @@ -1,5 +1,7 @@ -export const ANIMATE_DURING_TIME = 200; +export const ANIMATE_DURING_TIME = 600; + +export const MAP_DEFAULT_ROTATION = 270; export const MAP_MODE = Object.freeze({ OBSERVER_MODE: "1", @@ -32,12 +34,12 @@ }) export const DEVICE_SPRITE_TINT = Object.freeze({ - SHELF: null, + SHELF: 0xffffff, STATION: null, CHARGE: null, DIRECTION: null, - AGV: null, + AGV: 0xffffff, POINT: 0xCACDCF, }) @@ -47,8 +49,8 @@ CHARGE: null, DIRECTION: null, - AGV: null, - POINT: 0xf1f2f6, + AGV: 0xb2bec3, + POINT: 0xdfe6e9, }) export const DEVICE_SELECTED_EFFECT_PADDING = Object.freeze({ -- Gitblit v1.9.1