mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
chore: dlc 还是放后面,毕竟钥匙扣已经这么做了)
[skip changelog]
This commit is contained in:
@@ -39,7 +39,13 @@
|
||||
HorizontalAlignment="Left"
|
||||
Background="{DynamicResource MdXamlBackground}"
|
||||
Orientation="Horizontal">
|
||||
<TextBlock
|
||||
FontWeight="Bold"
|
||||
Foreground="{DynamicResource MessageLogBrush}"
|
||||
Text="{Binding Title}"
|
||||
TextWrapping="Wrap" />
|
||||
<Border
|
||||
Margin="6,0,0,0"
|
||||
Padding="6,1"
|
||||
VerticalAlignment="Center"
|
||||
Background="{DynamicResource MouseOverRegionBrushOpacity75}"
|
||||
@@ -51,11 +57,6 @@
|
||||
ToolTip="{Binding ReleasePhaseToolTip}"
|
||||
ToolTipService.InitialShowDelay="100" />
|
||||
</Border>
|
||||
<TextBlock
|
||||
FontWeight="Bold"
|
||||
Foreground="{DynamicResource MessageLogBrush}"
|
||||
Text="{Binding Title}"
|
||||
TextWrapping="Wrap" />
|
||||
<TextBlock Text=" (NEW)" Visibility="{c:Binding IsNewUnlock}" />
|
||||
</VirtualizingStackPanel>
|
||||
<TextBlock
|
||||
|
||||
Reference in New Issue
Block a user