mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-20 02:55:38 +08:00
chore: NoSkland 放到 wpf 内部
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
BIN
src/MaaWpfGui/Res/Img/NoSkland.jpg
Normal file
BIN
src/MaaWpfGui/Res/Img/NoSkland.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 36 KiB |
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user