XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet

XFEExtension.NetCore.ServerInteractive

[DLL] Server interaction extension, including user identity verification and querying in conjunction with AutoConfig

公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/XFEExtension.NetCore.ServerInteractive

优化部分注释内容

fa0091c
XFE工作室室长 <mail@xfegzs.com>
提交于

代码差异

1 个文件 +1 -1
Modified XFEExtension.NetCore.ServerInteractive/Models/UserModels/User.cs +1 -1
@@ -7,7 +7,7 @@ namespace XFEExtension.NetCore.ServerInteractive.Models.UserModels;
7 7 /// </summary>
8 8 public class User : IUserInfo
9 9 {
10 /// <inheritdoc/>
10 /// <inheritdoc cref="IUserFaceInfo.Id" />
11 11 public string Id { get; set; } = Guid.NewGuid().ToString("N");
12 12 /// <inheritdoc/>
13 13 public string NickName { get; set; } = string.Empty;