mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 02:23:01 +08:00
fix: 修复保全界面打印错误
This commit is contained in:
@@ -45,7 +45,7 @@ bool asst::SSSStageManagerTask::_run()
|
||||
break;
|
||||
}
|
||||
}
|
||||
if (!success) {
|
||||
if (!need_exit() && !success) {
|
||||
Log.warn("Can't win, run!");
|
||||
|
||||
auto info = basic_info_with_what("SSSSettlement");
|
||||
|
||||
@@ -961,17 +961,14 @@ namespace MaaWpfGui
|
||||
|
||||
case "SSSStage":
|
||||
{
|
||||
copilotModel.AddLog(
|
||||
string.Format(Localization.GetString("CurrentStage"),
|
||||
subTaskDetails["stage"].ToString()));
|
||||
copilotModel.AddLog("CurrentStage: " + subTaskDetails["stage"].ToString(), UILogColor.Info);
|
||||
}
|
||||
|
||||
break;
|
||||
|
||||
case "SSSSettlement":
|
||||
{
|
||||
copilotModel.AddLog(
|
||||
string.Format(details["why"].ToString()));
|
||||
copilotModel.AddLog(details["why"].ToString(), UILogColor.Info);
|
||||
}
|
||||
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user