再次提交

This commit is contained in:
2024-08-21 14:19:40 +08:00
parent fb3257bb75
commit 6d47134dac
46 changed files with 1170 additions and 468 deletions

View File

@ -1,14 +1,16 @@
{
"build": {
"beforeDevCommand": "npm run dev",
"beforeBuildCommand": "npm run build",
"beforeBuildCommand": " npm run mybuild & npm run build",
"devPath": "http://localhost:1420",
"distDir": "../dist",
"withGlobalTauri": true
},
"package": {
"productName": "SpectralPlot",
"version": "0.4.141"
"version": "0.5.1"
},
"tauri": {
@ -56,14 +58,18 @@
"targets": "all",
"identifier": "lele.rlx",
"resources": [
"config.json"
"config.json","is11lib.dll"
],
"windows": {
},
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
"icons/1.jpg",
"icons/1.jpg",
"icons/1.jpg",
"icons/1.jpg",
"icons/1.jpg"
]
}