mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 18:47:55 +08:00
feat:增加任务完成后执行内容描述
This commit is contained in:
@@ -106,7 +106,7 @@ namespace MeoAsstGui
|
||||
AfterCompleteList = new List<CombData>
|
||||
{
|
||||
new CombData{ Display="无动作",Value="" },
|
||||
new CombData{ Display="退出",Value="exit" },
|
||||
new CombData{ Display="退出MAA",Value="exit" },
|
||||
new CombData { Display = "关闭模拟器", Value = "killemulator" },
|
||||
new CombData { Display = "退出并关闭模拟器", Value = "exitwithkillemulator" },
|
||||
new CombData{ Display="关机",Value="shutdown" },
|
||||
|
||||
@@ -52,13 +52,15 @@
|
||||
<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}" HorizontalAlignment="Left" VerticalAlignment="Center"
|
||||
TextWrapping="Wrap" Text="完成后" Margin="17,0,0,0"/>
|
||||
<ComboBox Grid.Row="1" ItemsSource="{Binding AfterCompleteList}" VerticalAlignment="Center"
|
||||
DisplayMemberPath="Display"
|
||||
SelectedValuePath="Value"
|
||||
SelectedValue="{Binding AfterCompleteType}"></ComboBox>
|
||||
SelectedValue="{Binding AfterCompleteType}" Margin="63,0,10,0"/>
|
||||
|
||||
<!--<StackPanel Grid.Row="1" Orientation="Horizontal" HorizontalAlignment ="Center" >-->
|
||||
<!--<CheckBox IsChecked="{Binding Shutdown}" Content="自动关机" HorizontalAlignment="Center" VerticalAlignment="Center">
|
||||
<!--<CheckBox IsChecked="{Binding Shutdown}" Content="自动关机" HorizontalAlignment="Center" VerticalAlignment="Center">
|
||||
<CheckBox.InputBindings>
|
||||
<KeyBinding Key="H" Command="{s:Action ShowButton}" />
|
||||
</CheckBox.InputBindings>
|
||||
|
||||
Reference in New Issue
Block a user