<?xml version="1.0" encoding="utf-8"?>
<Page x:Class="LumaTunnel.Client.Views.AboutPage"
      xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
      xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
  <Grid Padding="32">
    <StackPanel HorizontalAlignment="Center" VerticalAlignment="Center" Spacing="14" MaxWidth="620">
      <Image Source="/Assets/Logo.png" Width="144" Height="144" />
      <TextBlock Text="LumaTunnel" FontSize="36" FontWeight="Bold" HorizontalAlignment="Center" />
      <TextBlock Text="光隧 · 自托管的安全网络通道" FontSize="18" Foreground="{StaticResource LumaCyanBrush}" HorizontalAlignment="Center" />
      <TextBlock Text="0.1.0-alpha · 隧道协议 v1" Opacity=".7" HorizontalAlignment="Center" />
      <TextBlock Text="LumaTunnel 通过受信任 TLS 证书上的 WSS 多路复用 TCP 流。它不会安装根证书，也不会解密 HTTPS 内容。" TextWrapping="Wrap" TextAlignment="Center" />
      <TextBlock Text="Copyright © 2026 XFEstudio · MIT License" Opacity=".65" HorizontalAlignment="Center" />
    </StackPanel>
  </Grid>
</Page>
