diff --git a/src/MaaWpfGui/Views/UserControl/TaskQueue/DepotMaintainTaskUserControl.xaml b/src/MaaWpfGui/Views/UserControl/TaskQueue/DepotMaintainTaskUserControl.xaml
index 1f737f2302..49b57b8f70 100644
--- a/src/MaaWpfGui/Views/UserControl/TaskQueue/DepotMaintainTaskUserControl.xaml
+++ b/src/MaaWpfGui/Views/UserControl/TaskQueue/DepotMaintainTaskUserControl.xaml
@@ -26,6 +26,7 @@
@@ -34,7 +35,7 @@
VerticalAlignment="Bottom"
d:IsHitTestVisible="True"
Command="{s:Action AddPlan}"
- Content="添加"
+ Content="{DynamicResource AddPlan}"
IsHitTestVisible="{c:Binding !IsCurrentTaskRunning,
Source={x:Static ui_vms:TaskQueueViewModel.TaskSettingVisibilities}}" />
@@ -70,185 +71,203 @@
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
+ hc:InfoElement.Placeholder="{DynamicResource DefaultStage}"
+ IsEnabled="{c:Binding !IsStageItemDragging,
+ Source={x:Static ui_vms:TaskQueueViewModel.FightTask}}"
+ Opacity="{c:Binding 'IsOpen ? 1 : 0.5'}"
+ Text="{Binding Stage, UpdateSourceTrigger=PropertyChanged}"
+ ToolTip="{DynamicResource IsStageManuallyTip}"
+ Visibility="{c:Binding IsStageManually,
+ Source={x:Static ui_vms:TaskQueueViewModel.DepotMaintainTask}}" />
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+