Merge branch 'feature-nxdev' of https://gitea.nxsir.cn/code/IM into feature-nxdev

This commit is contained in:
2025-11-27 16:56:02 +08:00
25 changed files with 479 additions and 83 deletions
+2
View File
@@ -3,5 +3,7 @@
public class UpdateUserDto
{
public string? NickName { get; set; }
public string? Avatar { get; set; }
}
}