feat: add circle drawing support in path planner

This commit is contained in:
xin
2026-06-18 15:16:11 +08:00
parent c16d3d8586
commit 703b4ff865
11 changed files with 119 additions and 52 deletions

View File

@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Spectral Insight Mission Plan",
"version": "0.0.2",
"version": "0.0.3",
"identifier": "com.spectral-insight.mission-plan",
"build": {
"beforeDevCommand": "npm run dev",