!42 perf: 优化顶部栏头像展开用户信息绑定

Merge pull request !42 from 尘墨/main
This commit is contained in:
尘墨
2025-06-13 07:22:39 +00:00
committed by 玲娜贝er
parent 63d2b38fd1
commit b2d3cf10aa
4 changed files with 11 additions and 2 deletions

View File

@@ -12,6 +12,10 @@ interface BasicUserInfo {
* 头像
*/
avatar: string;
/**
* 邮箱
*/
email: string;
/**
* 用户权限
*/