feat: user-bar 修改

This commit is contained in:
2026-06-22 10:32:53 +08:00
parent 0b7a89c06b
commit 7d2d6707b7
10 changed files with 400 additions and 586 deletions

View File

@@ -23,6 +23,8 @@ export type SexType = (typeof Sex)[keyof typeof Sex]
* 所有字段均为可选,部分字段可能为 null
*/
export interface UserInfoResponse {
/** 用户唯一标识UUID */
userId?: string
/** 用户昵称,最长 16 位 */
nickName?: string
/** 头像图片 URL 地址,可能为 null */