feat: 用户管理模块

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-08 20:24:16 +08:00
parent 6337af9481
commit e1c3e550c3
12 changed files with 665 additions and 19 deletions

View File

@@ -12,6 +12,7 @@ interface SessionResponse {
password: string | null
context: boolean | false
num: number | 0
admind: boolean | false
}
export interface AuthState {