添加仓库链接

This commit is contained in:
ShaoHua
2026-01-01 05:18:39 +08:00
parent c6636be0c3
commit ed3d90cd7a
2 changed files with 16 additions and 0 deletions
+10
View File
@@ -69,6 +69,7 @@
<RowDefinition Height="Auto"/> <!-- Toolbar -->
<RowDefinition Height="Auto"/> <!-- Input -->
<RowDefinition Height="*"/> <!-- List -->
<RowDefinition Height="Auto"/> <!-- Footer -->
</Grid.RowDefinitions>
<!-- Header / Toolbar -->
@@ -370,5 +371,14 @@
</Grid>
</Border>
</Grid>
<!-- Footer -->
<Border Grid.Row="3" Background="#F5F5F7" Padding="15,10" HorizontalAlignment="Center">
<TextBlock>
<Hyperlink NavigateUri="https://github.com/xinshoushangdao/TodoList" RequestNavigate="Hyperlink_RequestNavigate">
<Run Text="GitHub Repository"/>
</Hyperlink>
</TextBlock>
</Border>
</Grid>
</Window>