From a8304ff5dbeb44cf6e4e0d00a1c289648150898f Mon Sep 17 00:00:00 2001 From: status102 <102887808+status102@users.noreply.github.com> Date: Mon, 19 Jan 2026 11:53:35 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=85=B3=E5=8D=A1=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E4=B8=8D=E5=88=B7=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../UserControl/TaskQueue/FightSettingsUserControlModel.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/MaaWpfGui/ViewModels/UserControl/TaskQueue/FightSettingsUserControlModel.cs b/src/MaaWpfGui/ViewModels/UserControl/TaskQueue/FightSettingsUserControlModel.cs index b5f64b5d53..7eb28a0714 100644 --- a/src/MaaWpfGui/ViewModels/UserControl/TaskQueue/FightSettingsUserControlModel.cs +++ b/src/MaaWpfGui/ViewModels/UserControl/TaskQueue/FightSettingsUserControlModel.cs @@ -643,6 +643,7 @@ public class FightSettingsUserControlModel : TaskSettingsViewModel fight.StagePlan.Add(string.Empty); } InitDrops(); + UpdateStageList(); // 临时修复, 应为同步 RefreshCurrentStagePlan(); RefreshWeeklySchedule(); Refresh();