feat: 项目初始化

This commit is contained in:
JiaJun
2026-04-23 16:41:39 +08:00
parent be4669a9f1
commit bd92f10b83
42 changed files with 6047 additions and 2 deletions

4
.env.production Normal file
View File

@@ -0,0 +1,4 @@
VITE_APP_ENV=production
VITE_API_BASE_URL=https://api.example.com
VITE_ENABLE_QUERY_DEVTOOLS=false
VITE_ENABLE_REQUEST_LOG=false