diff --git a/stormchat-client-csharp/StormChatWPF/UI/ChatBubble.cs b/stormchat-client-csharp/StormChatWPF/UI/ChatBubble.cs index d49d01e..12017e0 100644 --- a/stormchat-client-csharp/StormChatWPF/UI/ChatBubble.cs +++ b/stormchat-client-csharp/StormChatWPF/UI/ChatBubble.cs @@ -23,7 +23,7 @@ namespace StormChatWPF.UI VerticalAlignment = VerticalAlignment.Bottom }; /// - /// + /// 生成聊天气泡 /// /// 传入消息体 /// 设置水平对齐方式,参数为HorizontalAlignment枚举类型