feat: support user management

- sign up and delete account with email or phone
- sign in and sign out
- update nickname and avatar
- update account phone or email
This commit is contained in:
2025-11-18 20:53:08 +08:00
parent 83f8091e15
commit c923244a68
17 changed files with 982 additions and 40 deletions

View File

@@ -15,6 +15,7 @@
"antd": "^5.27.0",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-image-crop": "^11.0.10",
"react-router-dom": "^6.30.1"
},
"devDependencies": {