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,5 +1,9 @@
# Spectral Insight Mission Plan - 更新日志
## v0.0.6 (2026-06-18)
- feat: add parameter help icons with editable help.csv
## v0.0.5 (2026-06-18)
- fix: correct update.md for v0.0.3 and fix pre-commit hook