feat: user-bar 修改
This commit is contained in:
@@ -23,6 +23,8 @@ export type SexType = (typeof Sex)[keyof typeof Sex]
|
||||
* 所有字段均为可选,部分字段可能为 null
|
||||
*/
|
||||
export interface UserInfoResponse {
|
||||
/** 用户唯一标识(UUID) */
|
||||
userId?: string
|
||||
/** 用户昵称,最长 16 位 */
|
||||
nickName?: string
|
||||
/** 头像图片 URL 地址,可能为 null */
|
||||
|
||||
Reference in New Issue
Block a user