From 85bcf0300cfbdfbd518e380b8f8dc09445e0c1f8 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Sat, 05 Jun 2021 14:50:12 +0800
Subject: [PATCH] 部分接口的端口更换,卷帘对比的核对,完善卷帘对比功能

---
 config.json |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/config.json b/config.json
index 2c12c7f..97eb84e 100644
--- a/config.json
+++ b/config.json
@@ -105,7 +105,7 @@
         "position": {
           "right": 10,
           "top": 96,
-          "width": "400px",
+          "width": "472px",
           "height": "50px",
           "relativeTo": "map"
         }
@@ -181,8 +181,8 @@
     }
   },
   "map": {
-    "3D": true,
-    "2D": false,
+    "3D": false,
+    "2D": true,
     "position": {
       "left": 0,
       "top": 0,

--
Gitblit v1.9.3