1
0

feat(all): 增加镜像打包适配

This commit is contained in:
2025-09-04 08:49:21 +08:00
parent 32b5407c81
commit 1fc8d3160c
7 changed files with 246 additions and 15 deletions

View File

@@ -7,7 +7,8 @@
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"test": "vitest run"
"test": "vitest run",
"clean": "rimraf dist"
},
"dependencies": {
"@ant-design/icons": "^6.0.0",
@@ -40,6 +41,7 @@
"@types/react-dom": "^18.3.7",
"@vitejs/plugin-react-swc": "^3.11.0",
"globals": "^16.3.0",
"rimraf": "^6.0.1",
"sass": "^1.91.0",
"typescript": "~5.8.3",
"vite": "^7.1.3",