feat: add parameter help icons with editable help.csv
This commit is contained in:
@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user