feat: 新增系统配置页面

This commit is contained in:
Stev_Wang
2025-12-12 20:01:39 +08:00
parent 5a3d3918ba
commit fb51d51215
15 changed files with 4633 additions and 93 deletions

View File

@@ -4,4 +4,10 @@ import react from '@vitejs/plugin-react'
// https://vite.dev/config/
export default defineConfig({
plugins: [react()],
esbuild: {
target: 'es2020'
},
optimizeDeps: {
include: ['react', 'react-dom', 'antd']
}
})