From 8193e394e54c37dd17d98638b5a2574bf999fc49 Mon Sep 17 00:00:00 2001 From: db <bindu_bean@163.com> Date: 星期二, 23 九月 2025 10:30:08 +0800 Subject: [PATCH] 初始化 --- src/main/webapp/static/js/console.map.js | 45 +++++++++++++++++++++++---------------------- 1 files changed, 23 insertions(+), 22 deletions(-) diff --git a/src/main/webapp/static/js/console.map.js b/src/main/webapp/static/js/console.map.js index 4122dec..9a8f8f9 100644 --- a/src/main/webapp/static/js/console.map.js +++ b/src/main/webapp/static/js/console.map.js @@ -10,42 +10,42 @@ { "type": "rack", "id": "rack1", - "top": 130, + "top": 325, "left": 500, "width": 800, "height": 23, - "minBayNo": 2, - "maxBayNo": 19 + "minBayNo": 1, + "maxBayNo": 29 }, { "type": "rack", "id": "rack2", - "top": 160, + "top": 355, "left": 500, "width": 800, "height": 23, - "minBayNo": 2, - "maxBayNo": 19 + "minBayNo": 1, + "maxBayNo": 29 }, { "type": "rack", "id": "rack3", - "top": 210, + "top": 420, "left": 500, "width": 800, "height": 23, - "minBayNo": 2, - "maxBayNo": 19 + "minBayNo": 1, + "maxBayNo": 29 }, { "type": "rack", "id": "rack4", - "top": 240, + "top": 450, "left": 500, "width": 800, "height": 23, - "minBayNo": 2, - "maxBayNo": 19 + "minBayNo": 1, + "maxBayNo": 29 } ], "rackDescs": [ @@ -53,7 +53,7 @@ "type": "rackDescs", "id": "lb_desc1", "text": "#1", - "top": 130, + "top": 325, "left": 460, "width": 30, "height": 23 @@ -62,7 +62,7 @@ "type": "rackDescs", "id": "lb_desc2", "text": "#2", - "top": 160, + "top": 355, "left": 460, "width": 30, "height": 23 @@ -71,7 +71,7 @@ "type": "rackDescs", "id": "lb_desc3", "text": "#3", - "top": 210, + "top": 420, "left": 460, "width": 30, "height": 23 @@ -80,7 +80,7 @@ "type": "rackDescs", "id": "lb_desc4", "text": "#4", - "top": 240, + "top": 450, "left": 460, "width": 30, "height": 23 @@ -91,7 +91,7 @@ "type": "crane", "id": "crn-1", "text": "1", - "top": 187, + "top": 390, "left": 1250, "width": 100, "height": 22 @@ -100,7 +100,7 @@ "type": "track", "id": "lb_track1", "text": "", - "top": 197, + "top": 400, "left": 500, "width": 800, "height": 2 @@ -127,8 +127,9 @@ "stns": [ // { "type": "stn", "id": "site-100", "text": "100", "top": 80, "left": 94, "width": 40, "height": 23 }, //{ "type": "stn", "id": "site-103", "text": "103", "top": 160, "left": 1430, "width": 120, "height": 23 }, - { "type": "stn", "id": "site-102", "text": "102", "top": 160, "left": 1430, "width": 120, "height": 23 }, - { "type": "stn", "id": "site-101", "text": "101", "top": 160, "left": 1301, "width": 120, "height": 23 }, + {"type": "stn", "id": "site-313", "text": "313", "top": 200, "left": 990, "width": 170, "height": 25}, + { "type": "stn", "id": "site-102", "text": "102", "top": 280, "left": 990, "width": 30, "height": 40 }, + { "type": "stn", "id": "site-101", "text": "101", "top": 230, "left": 990, "width": 30, "height": 40 }, // { "type": "stn", "id": "site-110", "text": "110", "top": 130, "left": 1784, "width": 40, "height": 23 }, // { "type": "stn", "id": "site-111", "text": "111", "top": 130, "left": 1826, "width": 40, "height": 23 }, // @@ -142,8 +143,8 @@ // { "type": "stn", "id": "site-118", "text": "118", "top": 240, "left": 94, "width": 40, "height": 23 }, // { "type": "stn", "id": "site-119", "text": "119", "top": 240, "left": 52, "width": 40, "height": 23 }, // { "type": "stn", "id": "site-120", "text": "120", "top": 240, "left": 10, "width": 40, "height": 23 }, - { "type": "stn", "id": "site-104", "text": "104", "top": 210, "left": 1430, "width": 120, "height": 23 }, - { "type": "stn", "id": "site-105", "text": "105", "top": 210, "left": 1301, "width": 120, "height": 23 }, + { "type": "stn", "id": "site-104", "text": "104", "top": 280, "left": 1130, "width": 30, "height": 40 }, + { "type": "stn", "id": "site-105", "text": "105", "top": 230, "left": 1130, "width": 30, "height": 40 }, // { "type": "stn", "id": "site-123", "text": "123", "top": 210, "left": 1301, "width": 60, "height": 23 }, // { "type": "stn", "id": "site-124", "text": "124", "top": 160, "left": 1742, "width": 120, "height": 23 }, -- Gitblit v1.9.1