Finish sign page

This commit is contained in:
2023-12-26 17:45:03 +08:00
parent 6510567fdf
commit 647b203b6a
6 changed files with 187 additions and 44 deletions

9
src/global.d.ts vendored
View File

@@ -69,6 +69,15 @@ interface VerifyParam {
avatar?: string
}
interface ForgetParam {
email: string
}
interface RetrieveParam {
code: string
password: string
}
interface LoginParam {
account: string
password: string