mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 10:10:45 +08:00
chore: 修改抄作业关卡不支持时的界面提示
This commit is contained in:
@@ -462,7 +462,7 @@ namespace MaaWpfGui
|
||||
else
|
||||
{
|
||||
Idle = true;
|
||||
AddLog(Localization.GetString("CopilotFileReadError") + "\n" + Localization.GetString("CheckTheFile"), UILogColor.Error);
|
||||
AddLog(Localization.GetString("CopilotFileReadError"), UILogColor.Error);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -458,7 +458,12 @@
|
||||
<system:String x:Key="BattleFormation">开始编队</system:String>
|
||||
<system:String x:Key="BattleFormationSelected">选择干员:</system:String>
|
||||
<system:String x:Key="CurrentSteps">当前步骤:{0} {1}</system:String>
|
||||
<system:String x:Key="UnsupportedLevel">不支持的关卡,请更新 MAA 软件版本,或检查作业文件</system:String>
|
||||
<system:String x:Key="UnsupportedLevel" xml:space="preserve">不支持的关卡,请更新 MAA 软件版本!
|
||||
不支持的关卡,请更新 MAA 软件版本!
|
||||
不支持的关卡,请更新 MAA 软件版本!
|
||||
|
||||
若提示已是最新版本,请尝试检查开发版或内测版。
|
||||
</system:String>
|
||||
<system:String x:Key="RecruitTagsDetected">识别结果:</system:String>
|
||||
<system:String x:Key="ConnectFailed">连接失败</system:String>
|
||||
<system:String x:Key="TryToStartEmulator">正在尝试启动模拟器</system:String>
|
||||
|
||||
Reference in New Issue
Block a user