feat: canvas drag/resize/selection, modal planner, default OneWay (唐超)

- Canvas: 坐标轴、顶点坐标、框拖拽、角点缩放、点击选中高亮
- 路径规划改为弹窗覆盖层,编辑状态不丢失
- 展开任务状态持久化到 Pinia store
- 扫描模式默认 OneWay
- 保存时 startTime/endTime/durationMinutes 清空为 ""
- exposureTime/frameRate/captureIntervalSeconds 默认 0
- 去除生成航线后的扫描线文字标注
This commit is contained in:
xin
2026-06-18 16:35:39 +08:00
parent c017129c9f
commit 02d490e714
12 changed files with 221 additions and 342 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "spectral-insight-mission-plan"
version = "0.0.5"
version = "0.0.6"
description = "Spectral Insight Mission Plan"
authors = ["you"]
edition = "2021"