add:NewNewSettings

This commit is contained in:
PrefacedCorg
2026-03-29 17:39:52 +08:00
parent cc9f58fb6a
commit e0f35450e1
10 changed files with 293 additions and 28 deletions
@@ -0,0 +1,17 @@
<Page x:Class="Ink_Canvas.Windows.SettingsViews2.Pages.Startup"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:Ink_Canvas.Windows.SettingsViews2.Pages"
mc:Ignorable="d"
d:DesignHeight="450" d:DesignWidth="800"
Title="启动">
<Grid>
<StackPanel Margin="24">
<TextBlock Text="启动设置" Style="{DynamicResource TitleTextBlockStyle}" Margin="0,0,0,16" />
<TextBlock Text="这里是启动设置页面" Style="{DynamicResource BodyTextBlockStyle}" />
</StackPanel>
</Grid>
</Page>