This commit is contained in:
jxxghp
2024-07-09 07:59:39 +08:00
parent b2e1fe314f
commit e946037c57
2 changed files with 31 additions and 7 deletions

View File

@@ -642,6 +642,10 @@ export interface User {
avatar: string
// 是否开启双重验证
is_otp: boolean
// 用户权限 json
permissions: { [key: string]: any }
// 用户个性化设置 json
settings: { [key: string]: string | null }
}
// 存储空间