优化跨平台打包问题

This commit is contained in:
mingyuansi
2026-06-10 10:30:43 +08:00
parent 25d73f5443
commit 0e5fcfbb15
7 changed files with 803 additions and 8 deletions

11
package-lock.json generated
View File

@@ -19,6 +19,7 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.0",
"adm-zip": "^0.5.17",
"typescript": "~5.6.0",
"vite": "^5.4.0",
"vue-tsc": "^2.1.0"
@@ -1015,6 +1016,16 @@
"url": "https://github.com/sponsors/antfu"
}
},
"node_modules/adm-zip": {
"version": "0.5.17",
"resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.5.17.tgz",
"integrity": "sha512-+Ut8d9LLqwEvHHJl1+PIHqoyDxFgVN847JTVM3Izi3xHDWPE4UtzzXysMZQs64DMcrJfBeS/uoEP4AD3HQHnQQ==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=12.0"
}
},
"node_modules/alien-signals": {
"version": "1.0.13",
"resolved": "https://registry.npmjs.org/alien-signals/-/alien-signals-1.0.13.tgz",