add qq oauth2 support / start landing page

This commit is contained in:
landaiqing
2024-08-19 23:11:22 +08:00
parent 8998259791
commit 498807ca66
28 changed files with 1123 additions and 129 deletions

2
src/types/user.d.ts vendored
View File

@@ -1,11 +1,13 @@
export interface AccountLogin {
account?: string
password?: string;
auto_login?: boolean;
}
export interface PhoneLogin {
phone?: string
captcha?: string;
auto_login?: boolean;
}
export interface ResetPassword {