feat(front): 覆盖 front 并完善登录快传入口与中文文案

This commit is contained in:
yoyuzh
2026-04-10 01:09:06 +08:00
parent 99e00cd7f7
commit 12005cc606
210 changed files with 4860 additions and 23900 deletions

View File

@@ -8,35 +8,20 @@
"build": "vite build",
"preview": "vite preview",
"clean": "rm -rf dist",
"lint": "tsc --noEmit",
"test": "node --import tsx --test src/**/*.test.ts"
"lint": "tsc --noEmit"
},
"dependencies": {
"@capacitor/app": "^8.1.0",
"@capacitor/android": "^8.3.0",
"@capacitor/cli": "^8.3.0",
"@capacitor/core": "^8.3.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@google/genai": "^1.29.0",
"@mui/icons-material": "^7.3.9",
"@mui/material": "^7.3.9",
"@tailwindcss/vite": "^4.1.14",
"@types/simple-peer": "^9.11.9",
"@vitejs/plugin-react": "^5.0.4",
"better-sqlite3": "^12.4.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"dotenv": "^17.2.3",
"express": "^4.21.2",
"lucide-react": "^0.546.0",
"motion": "^12.23.24",
"ogl": "^1.0.11",
"react": "^19.0.0",
"react-admin": "^5.14.4",
"react-dom": "^19.0.0",
"react-router-dom": "^7.13.1",
"simple-peer": "^9.11.1",
"react-router-dom": "^7.14.0",
"tailwind-merge": "^3.5.0",
"vite": "^6.2.0"
},