This commit is contained in:
hu xiaotong
2025-07-02 16:12:52 +08:00
commit 0246bc7060
48 changed files with 460639 additions and 0 deletions

19
wails.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "equipment-analyzer",
"outputfilename": "equipment-analyzer",
"frontend:install": "npm install",
"frontend:build": "npm run build",
"frontend:dev:watcher": "npm run dev",
"frontend:dev:serverUrl": "auto",
"author": {
"name": "Equipment Analyzer Team",
"email": "team@equipment-analyzer.com"
},
"info": {
"companyName": "Equipment Analyzer",
"productName": "Equipment Data Export Tool",
"productVersion": "1.0.0",
"copyright": "Copyright........",
"comments": "Built using Wails (https://wails.io)"
}
}