Skip to content

Commit 48530e8

Browse files
committed
修复设置页面版权信息显示错误
1 parent 150ee90 commit 48530e8

File tree

1 file changed

+8
-0
lines changed
  • src/Snap.Hutao.Remastered/Snap.Hutao.Remastered/UI/Xaml/View/Page

1 file changed

+8
-0
lines changed

src/Snap.Hutao.Remastered/Snap.Hutao.Remastered/UI/Xaml/View/Page/SettingPage.xaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
<RowDefinition/>
3939
<RowDefinition Height="auto"/>
4040
<RowDefinition Height="auto"/>
41+
<RowDefinition Height="auto"/>
4142
</Grid.RowDefinitions>
4243
<Image
4344
Grid.Row="0"
@@ -75,6 +76,13 @@
7576
Opacity="0.7"
7677
Style="{StaticResource CaptionTextBlockStyle}"
7778
Text="Copyright © 2022 - 2025 DGP Studio. All Rights Reserved."/>
79+
<TextBlock
80+
Grid.Row="3"
81+
Margin="8"
82+
HorizontalAlignment="Center"
83+
Opacity="0.7"
84+
Style="{StaticResource CaptionTextBlockStyle}"
85+
Text="Copyright © 2026 SnapHutaoRemasteringProject. All Rights Reserved."/>
7886
</Grid>
7987

8088
<cwc:SettingsCard

0 commit comments

Comments
 (0)