From e14aa9a975ec57661415566b3ea265874fc7f0ab Mon Sep 17 00:00:00 2001 From: szdot Date: Mon, 23 Jun 2025 01:00:21 +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=20=E3=80=90=E8=BF=87=20=20=E7=A8=8B=E3=80=91=EF=BC=9A?= =?UTF-8?q?1.=E4=BC=98=E5=8C=96=E9=A3=9E=E6=9C=BA=E7=8A=B6=E6=80=81?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=20=E5=9C=A8=E9=A3=9E=E5=B0=86=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E9=87=8C=E9=9D=A2=E5=8A=A0=E5=85=A5=20=E5=9C=A8?= =?UTF-8?q?=E7=BA=BF=E5=AD=97=E6=AE=B5=20=E8=A7=A3=E9=94=81=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=202.=E5=A2=9E=E5=8A=A0=E6=A6=82=E5=86=B5=E5=A4=9A?= =?UTF-8?q?=E6=9E=B6=E9=A3=9E=E6=9C=BA=20=E7=8A=B6=E6=80=81=E7=BB=84?= =?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 | 1 + src/components/PlaneStatus.vue | 57 +++++------ src/components/Statistics.vue | 94 +++++++++++++++++-- src/router/index.js | 2 +- src/store/index.js | 4 +- src/styles/myIcon.scss | 2 +- .../layout/components/main/home/index.vue | 8 +- .../layout/components/main/planes/swarm.vue | 2 +- src/views/layout/index.vue | 21 ++++- 9 files changed, 140 insertions(+), 51 deletions(-) diff --git a/src/components/MapBox.vue b/src/components/MapBox.vue index 804dc4f..d766514 100644 --- a/src/components/MapBox.vue +++ b/src/components/MapBox.vue @@ -8,6 +8,7 @@ import mapboxgl from 'mapbox-gl' import { MapboxStyleSwitcherControl, FollowControl, CustomFullscreenControl, NoFlyControl, RestrictflyControl, SaveToFileControl, PolygonToggleControl } from '@/utils/mapboxgl_plugs' import planeIcon from '@/assets/svg/plane.svg' +// import unlineIcon from '@/assets/svg/plane_unline.svg' import civilIcon from '@/assets/svg/civil.svg' export default { diff --git a/src/components/PlaneStatus.vue b/src/components/PlaneStatus.vue index 30c9342..aca87cd 100644 --- a/src/components/PlaneStatus.vue +++ b/src/components/PlaneStatus.vue @@ -1,15 +1,16 @@