From 01c964b63f8ec9ff6422221c67e72d47b7a685c8 Mon Sep 17 00:00:00 2001 From: 野心家 <1051256694@qq.com> Date: 星期二, 08 四月 2025 12:58:08 +0800 Subject: [PATCH] 初始化 --- src/main/webapp/static/js/console.map.js | 157 ++++++++++------------------------------------------ 1 files changed, 30 insertions(+), 127 deletions(-) diff --git a/src/main/webapp/static/js/console.map.js b/src/main/webapp/static/js/console.map.js index ac13815..2c53f2e 100644 --- a/src/main/webapp/static/js/console.map.js +++ b/src/main/webapp/static/js/console.map.js @@ -8,53 +8,44 @@ "floors": 1, "racks": [{ "type": "rack", - "id": "rack4", - "top": 260, - "left": 197, - "width": 762, - "height": 23, - "minBayNo": 1, - "maxBayNo": 24 - }, { - "type": "rack", "id": "rack1", - "top": 95, - "left": 163, - "width": 796, + "top": 260, + "left": 167, + "width": 794, "height": 23, "minBayNo": 1, - "maxBayNo": 25 + "maxBayNo": 14 }, { "type": "rack", "id": "rack2", - "top": 152, - "left": 163, - "width": 796, + "top": 200, + "left": 167, + "width": 794, "height": 23, "minBayNo": 1, - "maxBayNo": 25 - }, { + "maxBayNo": 14 + },{ "type": "rack", "id": "rack3", - "top": 200, - "left": 163, - "width": 796, + "top": 177, + "left": 167, + "width": 794, "height": 23, "minBayNo": 1, - "maxBayNo": 25 - }], + "maxBayNo": 14 + },], "rackDescs": [{ "type": "rackDescs", "id": "lb_desc1", - "text": "#1", - "top": 93, + "text": "#3", + "top": 177, "left": 129, "width": 30, "height": 23 }, { "type": "rackDescs", "id": "lb_desc16", - "text": "#4", + "text": "#1", "top": 259, "left": 129, "width": 33, @@ -62,36 +53,20 @@ }], "crns": [{ "type": "crane", - "id": "crn-3", - "text": "2", + "id": "crn-1", + "text": "1", "top": 232, "left": 436, "width": 93, "height": 22 }, { "type": "track", - "id": "lb_track4", - "text": "", - "top": 136, - "left": 147, - "width": 850, - "height": 2 - }, { - "type": "track", "id": "lb_track5", "text": "", "top": 243, - "left": 142, - "width": 850, + "left": 180, + "width": 830, "height": 2 - }, { - "type": "crane", - "id": "crn-4", - "text": "1", - "top": 127, - "left": 441, - "width": 93, - "height": 22 }], "areas": [{ "type": "Control_floor", @@ -104,112 +79,40 @@ "floors": [{ "type": "floor", "id": "page_floor1", - "text": "1F", + "text": "2F", "top": 4, "left": 22, "width": 1412, "height": 505, "stns": [{ "type": "stn", - "id": "site-111", - "text": "111", - "top": 119, - "left": 1122, - "width": 65, - "height": 23 - }, { - "type": "stn", - "id": "site-110", - "text": "110", - "top": 119, - "left": 1188, - "width": 65, - "height": 23 - }, { - "type": "stn", - "id": "site-109", - "text": "109", - "top": 95, - "left": 1122, - "width": 65, - "height": 23 - }, { - "type": "stn", - "id": "site-112", - "text": "112", - "top": 119, - "left": 1041, - "width": 80, - "height": 32 - }, { - "type": "stn", - "id": "site-113", - "text": "113", - "top": 176, - "left": 1041, - "width": 80, - "height": 23 - }, { - "type": "stn", - "id": "site-102", - "text": "102", - "top": 152, - "left": 1041, - "width": 80, - "height": 23 - }, { - "type": "stn", - "id": "site-108", - "text": "108", + "id": "site-202", + "text": "202", "top": 260, "left": 960, "width": 80, "height": 23 }, { "type": "stn", - "id": "site-107", - "text": "107", + "id": "site-201", + "text": "201", "top": 260, "left": 1041, "width": 80, "height": 23 }, { "type": "stn", - "id": "site-105", - "text": "105", + "id": "site-203", + "text": "203", "top": 200, "left": 960, "width": 80, "height": 23 }, { "type": "stn", - "id": "site-104", - "text": "104", + "id": "site-204", + "text": "204", "top": 200, - "left": 1041, - "width": 80, - "height": 23 - }, { - "type": "stn", - "id": "site-103", - "text": "103", - "top": 152, - "left": 960, - "width": 80, - "height": 23 - }, { - "type": "stn", - "id": "site-101", - "text": "101", - "top": 95, - "left": 960, - "width": 80, - "height": 23 - }, { - "type": "stn", - "id": "site-100", - "text": "100", - "top": 95, "left": 1041, "width": 80, "height": 23 -- Gitblit v1.9.1