Block a user
App.xaml
以添加 MaterialDesignColors
主题支持,并调整资源字典结构。重命名 chatapi.cs
中的 ChatData
类为 ChatRegisterData
,并新增 ChatData
类以支持聊天消息格式。在 MainWindow.xaml
中更新用户头像路径并重构消息显示布局,使用 Grid
以改善对齐效果。修改 MainWindow.xaml.cs
以适应新的数据结构,并在 chatclient.csproj
中添加应用程序图标及更新资源路径。新增 chat.ico
作为应用程序图标。