Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mehaifeng committed May 7, 2023
1 parent 2c337f6 commit 72b91f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ViewModels/VisualChatViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,7 @@ async void Send(StackPanel o)
if (respondTemp.Contains("#未经处理的异常"))
{
receivedViewModel.Content = "服务器连接失败,请检查网络连接或稍后再试";
HttpGetModel.IsRequestSuccess = false;
}
}
deleteRespond.Click += (s, e) =>
Expand Down
2 changes: 1 addition & 1 deletion Views/VisualChat.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@
FontSize="28"/>
<Border Grid.Row="3"
MinHeight="400"
Background="{Binding ElementName=OutputBox,Path=Background}"
Background="{Binding ElementName=InputBox,Path=Background}"
BorderThickness="1"
CornerRadius="7"
Margin="5,15,5,0">
Expand Down

0 comments on commit 72b91f7

Please sign in to comment.