重构用户卡片页面

This commit is contained in:
madrays
2025-04-02 01:34:30 +08:00
parent 3c261a2c29
commit aebce53450
8 changed files with 16808 additions and 1662 deletions

View File

@@ -795,6 +795,8 @@ export interface User {
permissions: { [key: string]: any }
// 用户个性化设置 json
settings: { [key: string]: string | null }
// 昵称
nickname?: string
}
// 存储空间