feat: add parameter help icons with editable help.csv

This commit is contained in:
xin
2026-06-18 15:43:31 +08:00
parent c1a76a5875
commit c017129c9f
13 changed files with 243 additions and 229 deletions

View File

@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Spectral Insight Mission Plan",
"version": "0.0.4",
"version": "0.0.5",
"identifier": "com.spectral-insight.mission-plan",
"build": {
"beforeDevCommand": "npm run dev",
@ -39,7 +39,8 @@
],
"resources": [
"../update.md",
"../说明书.md"
"../说明书.md",
"../help.csv"
],
"windows": {
"nsis": {