From 7ebce50f2f8d26ff7022c75d0ec0e64cb0b1747b Mon Sep 17 00:00:00 2001 From: "Songyang.Huo" Date: Fri, 6 Oct 2023 16:31:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B8=80=E5=A4=84=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E6=96=87=E6=9C=AC=E6=A0=BC=E5=BC=8F=E5=8C=96=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/MaaWpfGui/Res/Localizations/zh-cn.xaml | 2 +- src/MaaWpfGui/Services/RemoteControl/RemoteControlService.cs | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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."); } } - } }