fix: 漏了

This commit is contained in:
status102
2026-01-09 23:22:29 +08:00
parent 030bae2650
commit 8d146b04ec

View File

@@ -1984,7 +1984,7 @@ public partial class CopilotViewModel : Screen
var t = CopilotItemViewModels.Where(i => i.IsChecked).Select(i => {
_copilotIdList.Add(i.CopilotId);
return new MultiTask { FileName = i.FilePath, IsRaid = i.IsRaid, StageName = i.Name, IsParadox = IsParadoxListItem(i), };
return new MultiTask { FileName = i.FilePath, IsRaid = i.IsRaid, StageName = i.Name, };
});
var task = new AsstCopilotTask() {