This commit is contained in:
2026-03-22 14:03:51 +08:00
parent a072128b17
commit 5399d03478
11 changed files with 34 additions and 241 deletions

View File

@@ -15,6 +15,7 @@ export interface AdminInfo {
username: string
nickname: string
role: number
avatar?: string
}
export interface LoginResponse {