diff --git a/src/MaaWpfGui/Res/Localizations/zh-cn.xaml b/src/MaaWpfGui/Res/Localizations/zh-cn.xaml index c69aef0bb5..7e159ca33a 100644 --- a/src/MaaWpfGui/Res/Localizations/zh-cn.xaml +++ b/src/MaaWpfGui/Res/Localizations/zh-cn.xaml @@ -676,7 +676,7 @@ 连接测试成功! - 连接测试失败,原因: {1}。 + 连接测试失败,原因: {0}。 连接测试失败,连点端点为空。 连接测试失败。端点不是https地址。 收到远端任务{0},任务Id:{1}。 diff --git a/src/MaaWpfGui/Services/RemoteControl/RemoteControlService.cs b/src/MaaWpfGui/Services/RemoteControl/RemoteControlService.cs index 2644518e63..655b9bd585 100644 --- a/src/MaaWpfGui/Services/RemoteControl/RemoteControlService.cs +++ b/src/MaaWpfGui/Services/RemoteControl/RemoteControlService.cs @@ -337,7 +337,6 @@ namespace MaaWpfGui.Services.RemoteControl Log.Logger.Error("RemoteControlService report task failed."); } } - } }