From bf168eeba97e91ee1fe459090e2e8b8f4b9e0e59 Mon Sep 17 00:00:00 2001
From: 野心家 <1051256694@qq.com>
Date: 星期五, 28 七月 2023 16:41:17 +0800
Subject: [PATCH] #

---
 src/main/webapp/static/js/console.map.js |   69 ++++++++++++++++------------------
 1 files changed, 33 insertions(+), 36 deletions(-)

diff --git a/src/main/webapp/static/js/console.map.js b/src/main/webapp/static/js/console.map.js
index 0b49139..a686b78 100644
--- a/src/main/webapp/static/js/console.map.js
+++ b/src/main/webapp/static/js/console.map.js
@@ -78,42 +78,39 @@
             "height": 23
         }
     ],
-    "crns": [
-        {
-            "type": "crane",
-            "id": "crn-2",
-            "text": "2",
-            "top": 336,
-            "left": 606,
-            "width": 93,
-            "height": 22
-        },
-        {
-            "type": "track",
-            "id": "lb_track2",
-            "text": "",
-            "top": 347,
-            "left": 386,
-            "width": 943,
-            "height": 2
-        },
-        {
-            "type": "crane",
-            "id": "crn-1",
-            "text": "1",
-            "top": 199,
-            "left": 606,
-            "width": 93,
-            "height": 22
-        },
-        {
-            "type": "track",
-            "id": "lb_track1",
-            "text": "",
-            "top": 210,
-            "left": 386,
-            "width": 943,
-            "height": 2
+    "crns": [{
+        "type": "crane",
+        "id": "crn-1",
+        "text": "1",
+        "top": 199,
+        "left": 606,
+        "width": 93,
+        "height": 22
+    },
+    {
+        "type": "crane",
+        "id": "crn-2",
+        "text": "2",
+        "top": 336,
+        "left": 606,
+        "width": 93,
+        "height": 22
+    },{
+        "type": "track",
+        "id": "lb_track1",
+        "text": "",
+        "top": 210,
+        "left": 386,
+        "width": 943,
+        "height": 2
+    }, {
+        "type": "track",
+        "id": "lb_track2",
+        "text": "",
+        "top": 347,
+        "left": 386,
+        "width": 943,
+        "height": 2
         }
     ],
     "areas": [

--
Gitblit v1.9.1