add(components): 添加MyInput组件

This commit is contained in:
2025-12-12 22:42:47 +08:00
parent d90366e304
commit fe4a9173a4
17 changed files with 721 additions and 498 deletions
+2 -2
View File
@@ -6,13 +6,13 @@
/// <summary>
/// 聊天类型
/// </summary>
public ChatType ChatType { get; set; }
public MsgChatType ChatType { get; set; }
/// <summary>
/// 目标ID,聊天类型为群则为群id,私聊为用户id
/// </summary>
public int TargetId { get; set; }
}
public enum ChatType
public enum MsgChatType
{
/// <summary>
/// 私聊