mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-17 18:01:26 +08:00
修复一处提示文本格式化错误。
This commit is contained in:
@@ -676,7 +676,7 @@
|
||||
<!-- Api -->
|
||||
<!-- Remote Control -->
|
||||
<system:String x:Key="RemoteControlConnectionTestSuccess">连接测试成功!</system:String>
|
||||
<system:String x:Key="RemoteControlConnectionTestFail">连接测试失败,原因: {1}。</system:String>
|
||||
<system:String x:Key="RemoteControlConnectionTestFail">连接测试失败,原因: {0}。</system:String>
|
||||
<system:String x:Key="RemoteControlConnectionTestFailEmpty">连接测试失败,连点端点为空。</system:String>
|
||||
<system:String x:Key="RemoteControlConnectionTestFailNotHttps">连接测试失败。端点不是https地址。</system:String>
|
||||
<system:String x:Key="RemoteControlReceivedTask">收到远端任务{0},任务Id:{1}。</system:String>
|
||||
|
||||
@@ -337,7 +337,6 @@ namespace MaaWpfGui.Services.RemoteControl
|
||||
Log.Logger.Error("RemoteControlService report task failed.");
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user