feat: port auth shell to ant mobile

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
jesxion
2026-04-24 17:02:08 +08:00
parent 71c437968a
commit 8cb468c4cf
16 changed files with 1802 additions and 28 deletions

View File

@@ -6,7 +6,8 @@
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
"preview": "vite preview",
"test": "vitest run"
},
"dependencies": {
"antd-mobile": "^5.36.0",
@@ -19,6 +20,7 @@
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"typescript": "^5.5.3",
"vite": "^5.4.2"
"vite": "^5.4.2",
"vitest": "^1.6.0"
}
}