123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217 |
- <Page x:Class="ClashDotNetFramework.Pages.SupportPage"
- 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:ClashDotNetFramework.Pages"
- mc:Ignorable="d" FontSize="18" Loaded="SupportPage_Loaded"
- d:DesignHeight="750" d:DesignWidth="780"
- Title="SupportPage">
- <Page.Resources>
- <Style x:Key="HyperlinkStyle" TargetType="Hyperlink">
- <Setter Property="Foreground" Value="#01ABF7"/>
- <Setter Property="TextDecorations" Value=""/>
- </Style>
- <Style x:Key="ImageStyle" TargetType="Image">
- <Setter Property="Cursor" Value="Hand"/>
- <Setter Property="Width" Value="690"/>
- <Setter Property="Height" Value="165"/>
- <Setter Property="Stretch" Value="Fill"/>
- <Setter Property="HorizontalAlignment" Value="Left"/>
- <Setter Property="RenderOptions.BitmapScalingMode" Value="Fant"/>
- </Style>
- </Page.Resources>
- <Grid>
- <Grid.RowDefinitions>
- <!-- Page Title -->
- <RowDefinition Height="100"/>
-
- <!-- Developer Information -->
- <RowDefinition Height="Auto"/>
-
- <!-- Help Information -->
- <RowDefinition Height="Auto"/>
-
- <!-- Creidts Information -->
- <RowDefinition Height="Auto"/>
-
- <!-- Donate Information -->
- <RowDefinition Height="Auto"/>
-
- <!-- Advertisement Information -->
- <RowDefinition Height="Auto"/>
- </Grid.RowDefinitions>
- <!-- Page Title -->
- <TextBlock
- Text="{DynamicResource Support}"
- FontSize="24"
- Foreground="{DynamicResource NormalTextForeground}"
- VerticalAlignment="Center"
- Margin="20,0,0,0"/>
- <Separator
- VerticalAlignment="Bottom"
- Background="{DynamicResource SeparatorBackground}"/>
- <!-- Developer Information -->
- <StackPanel
- Grid.Row="1"
- Margin="20,5,0,0">
- <TextBlock
- Text="{DynamicResource Developer}"
- Foreground="{DynamicResource NormalTextForeground}"/>
- <TextBlock
- Text="TheWanderingCoel"
- Foreground="#01ABF7"/>
- </StackPanel>
-
- <!-- Help Information -->
- <StackPanel
- Grid.Row="2"
- Margin="20,10,0,0">
- <TextBlock
- Text="{DynamicResource Help}"
- Foreground="{DynamicResource NormalTextForeground}"/>
- <StackPanel
- Orientation="Horizontal">
- <TextBlock>
- <Hyperlink Style="{StaticResource HyperlinkStyle}" NavigateUri="https://github.com/ClashDotNetFramework/ClashDotNetFramework" RequestNavigate="Hyperlink_RequestNavigate">
- Github
- </Hyperlink>
- </TextBlock>
- <!--
- <TextBlock
- Margin="10,0,0,0">
- <Hyperlink Style="{StaticResource HyperlinkStyle}" NavigateUri="https://github.com/Dreamacro/clash" RequestNavigate="Hyperlink_RequestNavigate">
- Document
- </Hyperlink>
- </TextBlock>
- -->
- <!-- Twitter
- <TextBlock
- Margin="10,0,0,0">
- <Hyperlink Style="{StaticResource HyperlinkStyle}" NavigateUri="https://discord.gg/vsDxzJ9R75" RequestNavigate="Hyperlink_RequestNavigate">
- Twitter
- </Hyperlink>
- </TextBlock>
- -->
- <TextBlock
- Margin="10,0,0,0">
- <Hyperlink Style="{StaticResource HyperlinkStyle}" NavigateUri="https://discord.gg/vsDxzJ9R75" RequestNavigate="Hyperlink_RequestNavigate">
- Discord
- </Hyperlink>
- </TextBlock>
- <TextBlock
- Margin="10,0,0,0">
- <Hyperlink Style="{StaticResource HyperlinkStyle}" NavigateUri="https://t.me/ClashDotNetFramework" RequestNavigate="Hyperlink_RequestNavigate">
- Telegram
- </Hyperlink>
- </TextBlock>
- <TextBlock
- Margin="10,0,0,0">
- <Hyperlink Style="{StaticResource HyperlinkStyle}" NavigateUri="https://t.me/ClashDotNetFramework" RequestNavigate="Hyperlink_RequestNavigate">
- Telegram Channel
- </Hyperlink>
- </TextBlock>
- </StackPanel>
- </StackPanel>
-
- <!-- Credits Information -->
- <StackPanel
- Grid.Row="3"
- Margin="20,10,0,0">
- <TextBlock
- Text="{DynamicResource Credits}"
- Foreground="{DynamicResource NormalTextForeground}"/>
- <StackPanel
- Orientation="Horizontal">
- <TextBlock>
- <Hyperlink Style="{StaticResource HyperlinkStyle}" NavigateUri="https://github.com/Dreamacro/clash" RequestNavigate="Hyperlink_RequestNavigate">
- Clash
- </Hyperlink>
- </TextBlock>
- <TextBlock
- Margin="10,0,0,0">
- <Hyperlink Style="{StaticResource HyperlinkStyle}" NavigateUri="https://github.com/Dreamacro/clash-dashboard" RequestNavigate="Hyperlink_RequestNavigate">
- Clash-Dashboard
- </Hyperlink>
- </TextBlock>
- <TextBlock
- Margin="10,0,0,0">
- <Hyperlink Style="{StaticResource HyperlinkStyle}" NavigateUri="https://github.com/yichengchen/clashX" RequestNavigate="Hyperlink_RequestNavigate">
- ClashX
- </Hyperlink>
- </TextBlock>
- <TextBlock
- Margin="10,0,0,0">
- <Hyperlink Style="{StaticResource HyperlinkStyle}" NavigateUri="https://github.com/Fndroid/clash_for_windows_pkg" RequestNavigate="Hyperlink_RequestNavigate">
- Clash For Windows
- </Hyperlink>
- </TextBlock>
- <TextBlock
- Margin="10,0,0,0">
- <Hyperlink Style="{StaticResource HyperlinkStyle}" NavigateUri="https://github.com/NetchX/Netch" RequestNavigate="Hyperlink_RequestNavigate">
- Netch
- </Hyperlink>
- </TextBlock>
- <TextBlock
- Margin="10,0,0,0">
- <Hyperlink Style="{StaticResource HyperlinkStyle}" NavigateUri="https://netfiltersdk.com" RequestNavigate="Hyperlink_RequestNavigate">
- NetFilter SDK
- </Hyperlink>
- </TextBlock>
- <TextBlock
- Margin="10,0,0,0">
- <Hyperlink Style="{StaticResource HyperlinkStyle}" NavigateUri="https://github.com/haishanh/yacd" RequestNavigate="Hyperlink_RequestNavigate">
- Yacd
- </Hyperlink>
- </TextBlock>
- </StackPanel>
- </StackPanel>
-
- <!-- Donate Information -->
- <StackPanel
- Grid.Row="4"
- Margin="20,10,0,0">
- <TextBlock
- Text="{DynamicResource Donate}"
- Foreground="{DynamicResource NormalTextForeground}"/>
- <StackPanel
- Orientation="Horizontal">
- <!--
- <TextBlock>
- <Hyperlink Style="{StaticResource HyperlinkStyle}" NavigateUri="https://u.nu/leudd" RequestNavigate="Hyperlink_RequestNavigate">
- Airports
- </Hyperlink>
- </TextBlock>
- -->
- <TextBlock>
- <Hyperlink Style="{StaticResource HyperlinkStyle}" NavigateUri="https://u.nu/leudd" RequestNavigate="Hyperlink_RequestNavigate">
- CryptoCurrency
- </Hyperlink>
- </TextBlock>
- </StackPanel>
- </StackPanel>
-
- <!-- Advertisement Information -->
- <StackPanel
- Grid.Row="5"
- Margin="20,10,0,0">
- <TextBlock
- Text="{DynamicResource Advertisement}"
- Foreground="{DynamicResource NormalTextForeground}"/>
- <StackPanel>
- <Image
- Style="{StaticResource ImageStyle}"
- MouseLeftButtonDown="Advertisement_MouseLeftButtonDown"
- Margin="0,5,0,0"
- x:Name="MajorAdvertisement"/>
- <Image
- Style="{StaticResource ImageStyle}"
- MouseLeftButtonDown="Advertisement_MouseLeftButtonDown"
- Margin="0,10,0,0"
- x:Name="MinorAdvertisement"/>
- </StackPanel>
- </StackPanel>
- </Grid>
- </Page>
|