chore: 配置前端 Vite 环境,搭建全局路由结构与基础样式

This commit is contained in:
2026-08-04 17:09:51 +08:00
parent b22de514a1
commit daae052878
6 changed files with 111 additions and 109 deletions

View File

@ -19,6 +19,8 @@
"@tauri-apps/api": "^2.11.1",
"@tauri-apps/plugin-shell": "^2.3.5",
"axios": "^1.19.0",
"html5-qrcode": "^2.3.8",
"lucide-react": "^1.28.0",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"react-router-dom": "^7.18.2",
@ -30,6 +32,7 @@
"@types/node": "^24.13.3",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-basic-ssl": "^2.3.0",
"@vitejs/plugin-react": "^6.0.4",
"oxlint": "^1.75.0",
"typescript": "~6.0.2",