mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 18:20:39 +08:00
feat.修改了关卡选框宽度,重新排序关卡列表
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
<StackPanel Grid.Row="4" Orientation="Horizontal">
|
||||
<TextBlock Style="{StaticResource TextBlockDefault}" Margin="10" VerticalAlignment="Center"
|
||||
Text="关卡选择" />
|
||||
<ComboBox Width="100" Margin="10"
|
||||
<ComboBox Width="110" Margin="10"
|
||||
IsHitTestVisible ="{Binding Path=Idle}"
|
||||
ItemsSource="{Binding StageList}"
|
||||
DisplayMemberPath="Display"
|
||||
|
||||
@@ -117,17 +117,19 @@ namespace MeoAsstGui
|
||||
{
|
||||
new CombData { Display = "当前关卡", Value = string.Empty },
|
||||
new CombData { Display = "上次作战", Value = "LastBattle" },
|
||||
new CombData { Display = "剿灭作战", Value = "Annihilation" },
|
||||
|
||||
// “覆潮之下” 活动关卡 //复刻活动,结束后直接删除
|
||||
new CombData { Display = "SV-9", Value = "SV-9" },
|
||||
new CombData { Display = "SV-8", Value = "SV-8" },
|
||||
new CombData { Display = "SV-7", Value = "SV-7" },
|
||||
|
||||
new CombData { Display = "1-7", Value = "1-7" },
|
||||
new CombData { Display = "龙门币-6/5", Value = "CE-6" },
|
||||
new CombData { Display = "经验-6/5", Value = "LS-6" },
|
||||
new CombData { Display = "红票-5", Value = "AP-5" },
|
||||
new CombData { Display = "技能-5", Value = "CA-5" },
|
||||
new CombData { Display = "1-7", Value = "1-7" },
|
||||
// “覆潮之下” 活动关卡 //复刻活动,结束后直接删除
|
||||
new CombData { Display = "SV-7", Value = "SV-7" },
|
||||
new CombData { Display = "SV-8", Value = "SV-8" },
|
||||
new CombData { Display = "SV-9", Value = "SV-9" },
|
||||
|
||||
new CombData { Display = "剿灭作战", Value = "Annihilation" },
|
||||
|
||||
// “愚人号” 活动关卡
|
||||
//new CombData { Display = "SN-8", Value = "SN-8" },
|
||||
//new CombData { Display = "SN-9", Value = "SN-9" },
|
||||
|
||||
Reference in New Issue
Block a user