mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 18:20:39 +08:00
fix: 更换了任务
This commit is contained in:
@@ -2487,7 +2487,7 @@ namespace MaaWpfGui.Main
|
||||
{
|
||||
["task_names"] = new JArray
|
||||
{
|
||||
"Stop",
|
||||
"Home",
|
||||
},
|
||||
};
|
||||
AsstTaskId id = AsstAppendTaskWithEncoding("Custom", taskParams);
|
||||
|
||||
@@ -4101,9 +4101,10 @@ namespace MaaWpfGui.ViewModels.UI
|
||||
return;
|
||||
}
|
||||
|
||||
var image = Instances.AsstProxy.AsstGetImage();
|
||||
TestLinkImage = image;
|
||||
await Task.Delay(500);
|
||||
TestLinkImage = Instances.AsstProxy.AsstGetImage();
|
||||
TestLinkInfo = "Finish";
|
||||
Instances.AsstProxy.AsstStop();
|
||||
}
|
||||
|
||||
private bool _showTestLinkImage = false;
|
||||
|
||||
Reference in New Issue
Block a user