From ad97e3ba02b30ff2843e772cb452ab4dc99d9d36 Mon Sep 17 00:00:00 2001 From: zhouxhere Date: Thu, 27 Mar 2025 18:01:56 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E3=80=81=E5=9C=B0=E5=9B=BE=E9=87=87=E7=94=A8js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/components/maplibre/map.vue | 86 +++++++++++++++++++-------------- web/layouts/default.vue | 17 ++++--- web/package-lock.json | 16 +++--- web/pages/index.vue | 2 +- 4 files changed, 65 insertions(+), 56 deletions(-) diff --git a/web/components/maplibre/map.vue b/web/components/maplibre/map.vue index 8c4a661..80a2b1c 100644 --- a/web/components/maplibre/map.vue +++ b/web/components/maplibre/map.vue @@ -1,4 +1,4 @@ - diff --git a/web/layouts/default.vue b/web/layouts/default.vue index e3f68bc..01b3df2 100644 --- a/web/layouts/default.vue +++ b/web/layouts/default.vue @@ -6,7 +6,6 @@ const handleMenuChange = () => { }; const route = useRoute(); - diff --git a/web/package-lock.json b/web/package-lock.json index 9a25ad8..702d361 100755 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -1326,7 +1326,6 @@ "version": "0.0.1", "resolved": "https://registry.npmmirror.com/@mapbox/geojson-normalize/-/geojson-normalize-0.0.1.tgz", "integrity": "sha512-82V7YHcle8lhgIGqEWwtXYN5cy0QM/OHq3ypGhQTbvHR57DF0vMHMjjVSQKFfVXBe/yWCBZTyOuzvK7DFFnx5Q==", - "license": "ISC", "bin": { "geojson-normalize": "geojson-normalize" } @@ -1356,7 +1355,6 @@ "version": "1.5.0", "resolved": "https://registry.npmmirror.com/@mapbox/mapbox-gl-draw/-/mapbox-gl-draw-1.5.0.tgz", "integrity": "sha512-uchQbTa8wiv6GWWTbxW1g5b8H6VySz4t91SmduNH6jjWinPze7cjcmsPUEzhySXsYpYr2/50gRJLZz3bx7O88A==", - "license": "ISC", "dependencies": { "@mapbox/geojson-area": "^0.2.2", "@mapbox/geojson-normalize": "^0.0.1", @@ -1371,8 +1369,7 @@ "node_modules/@mapbox/mapbox-gl-draw/node_modules/@mapbox/point-geometry": { "version": "1.1.0", "resolved": "https://registry.npmmirror.com/@mapbox/point-geometry/-/point-geometry-1.1.0.tgz", - "integrity": "sha512-YGcBz1cg4ATXDCM/71L9xveh4dynfGmcLDqufR+nQQy3fKwsAZsWd/x4621/6uJaeB9mwOHE6hPeDgXz9uViUQ==", - "license": "ISC" + "integrity": "sha512-YGcBz1cg4ATXDCM/71L9xveh4dynfGmcLDqufR+nQQy3fKwsAZsWd/x4621/6uJaeB9mwOHE6hPeDgXz9uViUQ==" }, "node_modules/@mapbox/node-pre-gyp": { "version": "2.0.0", @@ -6069,14 +6066,13 @@ } }, "node_modules/call-bound": { - "version": "1.0.3", - "resolved": "https://registry.npmmirror.com/call-bound/-/call-bound-1.0.3.tgz", - "integrity": "sha512-YTd+6wGlNlPxSuri7Y6X8tY2dmm12UMH66RpKMhiX6rsk5wXXnYgbUcOt8kiS31/AjfoTOvCsE+w8nZQLQnzHA==", + "version": "1.0.4", + "resolved": "https://registry.npmmirror.com/call-bound/-/call-bound-1.0.4.tgz", + "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==", "dev": true, - "license": "MIT", "dependencies": { - "call-bind-apply-helpers": "^1.0.1", - "get-intrinsic": "^1.2.6" + "call-bind-apply-helpers": "^1.0.2", + "get-intrinsic": "^1.3.0" }, "engines": { "node": ">= 0.4" diff --git a/web/pages/index.vue b/web/pages/index.vue index 536018a..0bc1f13 100644 --- a/web/pages/index.vue +++ b/web/pages/index.vue @@ -5,7 +5,7 @@ definePageMeta({