From 1da741e8519e13d8f92824bf8ef15b92800b70fc Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@gmail.com> Date: 星期六, 28 六月 2025 16:27:30 +0800 Subject: [PATCH] # --- zy-acs-flow/src/map/constants.js | 15 +++++++++++---- 1 files changed, 11 insertions(+), 4 deletions(-) diff --git a/zy-acs-flow/src/map/constants.js b/zy-acs-flow/src/map/constants.js index 3f52d08..5bd93dd 100644 --- a/zy-acs-flow/src/map/constants.js +++ b/zy-acs-flow/src/map/constants.js @@ -1,4 +1,11 @@ +export const MAP_DEFAULT_ROTATION = 180; + +export const AGV_ANGLE_OFFSET_VAL = 0; + +export const MAP_MIRROR = true; + +export const ANIMATE_DURING_TIME = 300; export const MAP_MODE = Object.freeze({ OBSERVER_MODE: "1", @@ -31,12 +38,12 @@ }) export const DEVICE_SPRITE_TINT = Object.freeze({ - SHELF: null, + SHELF: 0xffffff, STATION: null, CHARGE: null, DIRECTION: null, - AGV: null, + AGV: 0xffffff, POINT: 0xCACDCF, }) @@ -46,8 +53,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