mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-17 18:01:26 +08:00
优化
This commit is contained in:
@@ -105,8 +105,8 @@ namespace MeoAsstGui
|
||||
new CombData{ Display="无动作",Value="" },
|
||||
new CombData{ Display="关闭程序",Value="exit" },
|
||||
new CombData{ Display="关机",Value="shutdown" },
|
||||
new CombData{ Display="待机",Value="suspend" },
|
||||
new CombData{ Display="休眠",Value="hibernate" }
|
||||
new CombData { Display = "待机", Value = "suspend" },
|
||||
new CombData { Display = "休眠", Value = "hibernate" }
|
||||
};
|
||||
var temp_order_list = new List<DragItemViewModel>(new DragItemViewModel[task_list.Length]);
|
||||
int order_offset = 0;
|
||||
|
||||
@@ -22,7 +22,6 @@
|
||||
<Grid.RowDefinitions>
|
||||
<RowDefinition Height="*" />
|
||||
<RowDefinition Height="40" />
|
||||
<RowDefinition Height="30" />
|
||||
<RowDefinition Height="60" />
|
||||
<RowDefinition Height="60" />
|
||||
</Grid.RowDefinitions>
|
||||
@@ -53,8 +52,7 @@
|
||||
<Button Grid.Row="1" Grid.Column="1" Command="{s:Action InverseSelected}" IsEnabled="{Binding Idle}" Content="反选" Width="90" Height="30" VerticalAlignment="Top" />
|
||||
</Grid>
|
||||
</Border>
|
||||
<TextBlock Grid.Row="1" Style="{StaticResource TextBlockDefault}" Text="完成后执行" HorizontalAlignment ="Center" VerticalAlignment="Center" TextAlignment="Center" ></TextBlock>
|
||||
<ComboBox Grid.Row="2" ItemsSource="{Binding AfterCompleteList}" VerticalAlignment="Center"
|
||||
<ComboBox Grid.Row="1" ItemsSource="{Binding AfterCompleteList}" VerticalAlignment="Center"
|
||||
DisplayMemberPath="Display"
|
||||
SelectedValuePath="Value"
|
||||
SelectedValue="{Binding AfterCompleteType}"></ComboBox>
|
||||
@@ -69,8 +67,8 @@
|
||||
<CheckBox IsChecked="{Binding Suspend}" Content="待机" Visibility="{Binding Visible}" HorizontalAlignment="Center" VerticalAlignment="Center"/>-->
|
||||
<!--</StackPanel>-->
|
||||
|
||||
<Button Grid.Row="3" Command="{s:Action LinkStart}" IsEnabled="{Binding Idle}" Content="LinkStart !" HorizontalAlignment="Center" Width="120" Height="50" Margin="5" />
|
||||
<Button Grid.Row="4" Command="{s:Action Stop}" Content="停止" HorizontalAlignment="Center" Width="120" Height="50" Margin="5" />
|
||||
<Button Grid.Row="2" Command="{s:Action LinkStart}" IsEnabled="{Binding Idle}" Content="LinkStart !" HorizontalAlignment="Center" Width="120" Height="50" Margin="5" />
|
||||
<Button Grid.Row="3" Command="{s:Action Stop}" Content="停止" HorizontalAlignment="Center" Width="120" Height="50" Margin="5" />
|
||||
</Grid>
|
||||
<local:FightSettingsUserControl Grid.Column="1" HorizontalAlignment="Center" VerticalAlignment="Top" Margin="10" />
|
||||
<TextBlock Style="{StaticResource TextBlockDefault}" Text="{Binding StagesOfToday}" Grid.Column="1" HorizontalAlignment="Center" VerticalAlignment="Bottom" Margin="10" />
|
||||
|
||||
Reference in New Issue
Block a user