Files
Better-Seewo/Installer/Pages/WelcomePage.xaml

19 lines
1.1 KiB
Plaintext
Raw Normal View History

<Page x:Class="BetterSeewoInstaller.Pages.WelcomePage"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Background="Transparent">
<Grid VerticalAlignment="Center" HorizontalAlignment="Center">
<StackPanel HorizontalAlignment="Center">
<TextBlock Text="雾生万象,启以为光" FontSize="28" FontWeight="Bold"
Foreground="{StaticResource AccentBrush}" HorizontalAlignment="Center"/>
<TextBlock Text="Better-Seewo" FontSize="20" Foreground="{StaticResource TextPrimaryBrush}"
HorizontalAlignment="Center" Margin="0,8,0,0"/>
<TextBlock Text="希沃白板功能增强插件" FontSize="13" Foreground="{StaticResource TextSecondaryBrush}"
HorizontalAlignment="Center" Margin="0,4,0,0"/>
<TextBlock Text="版本 2.0.0" FontSize="12" Foreground="{StaticResource TextSecondaryBrush}"
HorizontalAlignment="Center" Margin="0,20,0,0"/>
</StackPanel>
</Grid>
</Page>