feat: 编译exe问题调试

This commit is contained in:
duanshuwen
2026-03-19 08:45:07 +08:00
parent 67850c63f7
commit c4a0e4f9a4
11 changed files with 660 additions and 115 deletions

View File

@@ -13,7 +13,7 @@
"generate-prod-entry": "node build/scripts/generateProdEntry.js",
"clean": "node build/scripts/clean.js",
"openapi": "dotenv -e .env -- openapi-ts",
"build:encrypt": "npm run clean && npm run openapi && npm run package && npm run generate-prod-entry"
"build:encrypt": "npm run clean && npm run package && npm run generate-prod-entry"
},
"keywords": [],
"author": {
@@ -39,6 +39,7 @@
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-vue": "^6.0.3",
"electron": "38.2.2",
"esbuild": "^0.27.4",
"openapi-ts-request": "^1.10.1",
"tailwindcss": "^4.1.11",
"typescript": "^5.8.3",