From 99e7caffd516e775e7f208aaa97580a6e00d2146 Mon Sep 17 00:00:00 2001 From: air <30444667+sszdot@users.noreply.github.com> Date: Mon, 16 Jun 2025 16:41:03 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E7=B1=BB=20=20=E5=9E=8B=E3=80=91?= =?UTF-8?q?=EF=BC=9Afeat=20=E3=80=90=E5=8E=9F=20=20=E5=9B=A0=E3=80=91?= =?UTF-8?q?=EF=BC=9A=E5=9C=B0=E5=9B=BE=E7=BB=84=E4=BB=B6=20=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E4=B8=80=E4=B8=AA=E4=BF=9D=E5=AD=98=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=88=B0=E6=9C=AC=E5=9C=B0=E7=9A=84=E6=8E=A7=E4=BB=B6=20=20?= =?UTF-8?q?=E7=9A=84=E5=8A=9F=E8=83=BD=20=E3=80=90=E8=BF=87=20=20=E7=A8=8B?= =?UTF-8?q?=E3=80=91=EF=BC=9A=E9=A3=9E=E8=A1=8C=E6=95=B0=E6=8D=AE=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1-=E9=A3=9E=E8=A1=8C=E8=BD=A8=E8=BF=B9=20=E6=8A=8A?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E4=BC=A0=E5=88=B0=E5=9C=B0=E5=9B=BE=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=20=20=E6=9C=89=E6=8E=A7=E4=BB=B6=E6=8A=8A=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E4=BF=9D=E5=AD=98=E5=88=B0=E6=9C=AC=E5=9C=B0=E6=96=87?= =?UTF-8?q?=E4=BB=B6=20=E3=80=90=E5=BD=B1=20=20=E5=93=8D=E3=80=91=EF=BC=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # 类型 包含: # feat:新功能(feature) # fix:修补bug # docs:文档(documentation) # style: 格式(不影响代码运行的变动) # refactor:重构(即不是新增功能,也不是修改bug的代码变动) # test:增加测试 # chore:构建过程或辅助工具的变动 --- src/components/MapBox.vue | 20 ++++- src/utils/mapboxgl_plugs/index.js | 73 +++++++++++++++++++ .../components/main/register/flyData.vue | 2 +- 3 files changed, 93 insertions(+), 2 deletions(-) diff --git a/src/components/MapBox.vue b/src/components/MapBox.vue index 34329a1..1f18079 100644 --- a/src/components/MapBox.vue +++ b/src/components/MapBox.vue @@ -6,7 +6,7 @@