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

@@ -60,6 +60,7 @@ export async function request<T = any>(
method,
headers: requestHeaders,
body: requestBody,
credentials: 'include',
signal: controller.signal,
});