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

5
.env
View File

@@ -1,2 +1,5 @@
# 开发环境配置
VITE_API_BASE_URL=http://127.0.0.1:8099
# VITE_API_BASE_URL=http://localhost:8099/api
VITE_API_BASE_URL=/api
VITE_HTTPS_KEY_PATH=./certs/localhost-key.pem
VITE_HTTPS_CERT_PATH=./certs/localhost.pem