chore: NoSkland 放到 wpf 内部

This commit is contained in:
uye
2025-02-01 17:20:41 +08:00
parent fc15bad06c
commit b09eb7cb42
3 changed files with 19 additions and 14 deletions

View File

@@ -81,7 +81,8 @@
<ItemGroup>
<AdditionalFiles Include="stylecop.json" />
<Resource Include="newlogo.ico" />
<Resource Include="Res\Backgrounds\Congratulations.png" />
<Resource Include="Res\Backgrounds\*" />
<Resource Include="Res\Img\*" />
<None Include="..\..\README.md" Pack="True" PackagePath="/" />
</ItemGroup>

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

View File

@@ -33,19 +33,23 @@
</mdxam:MarkdownScrollViewer.Plugins>
</mdxam:MarkdownScrollViewer>
<CheckBox
Height="30"
Margin="6"
HorizontalAlignment="Center"
VerticalContentAlignment="Center"
Content="{DynamicResource ShowDisclaimerNoMore}"
IsChecked="{Binding DoNotRemindThisAnnouncementAgain}" />
<Button
Height="50"
MinWidth="100"
Command="{s:Action Close}"
Content="{DynamicResource Confirm}" />
<StackPanel HorizontalAlignment="Center" Orientation="Horizontal">
<Image Width="100" Source="/Res/Img/NoSkland.jpg" />
<StackPanel Margin="50,0,0,0" VerticalAlignment="Center">
<CheckBox
Height="30"
Margin="6"
HorizontalAlignment="Center"
VerticalContentAlignment="Center"
Content="{DynamicResource ShowDisclaimerNoMore}"
IsChecked="{Binding DoNotRemindThisAnnouncementAgain}" />
<Button
Height="50"
MinWidth="100"
Command="{s:Action Close}"
Content="{DynamicResource Confirm}" />
</StackPanel>
</StackPanel>
</StackPanel>
</hc:ScrollViewer>
</hc:Window>