fix: 单文件模式下总是传递借助战

This commit is contained in:
uye
2025-11-22 02:44:13 +08:00
parent c52f79cbaa
commit f232eacbb4

View File

@@ -1707,7 +1707,7 @@ public partial class CopilotViewModel : Screen
{
FileName = IsDataFromWeb ? TempCopilotFile : Filename,
Formation = Form,
SupportUnitUsage = SupportUnitUsage,
SupportUnitUsage = UseSupportUnitUsage ? SupportUnitUsage : 0,
AddTrust = AddTrust,
IgnoreRequirements = IgnoreRequirements,
UserAdditionals = AddUserAdditional ? [.. userAdditional] : [],