add automatic login

This commit is contained in:
landaiqing
2024-08-14 20:04:57 +08:00
parent 48d2f61223
commit cab3b1ee96
18 changed files with 136 additions and 63 deletions

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

@@ -1,4 +1,3 @@
export interface AccountLogin {
account?: string
password?: string;