chore: dlc 还是放后面,毕竟钥匙扣已经这么做了)

[skip changelog]
This commit is contained in:
uye
2026-06-23 15:52:28 +08:00
parent 130164e925
commit cab1ca8cca

View File

@@ -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