fix about with 52pojie
This commit is contained in:
parent
85e1cc90ba
commit
b66cea26e8
@ -39,14 +39,14 @@
|
|||||||
<TextBlock Text="Contact me" HorizontalAlignment="Center" Foreground="#FF81EB78"/>
|
<TextBlock Text="Contact me" HorizontalAlignment="Center" Foreground="#FF81EB78"/>
|
||||||
<TextBlock HorizontalAlignment="Center">
|
<TextBlock HorizontalAlignment="Center">
|
||||||
<Hyperlink NavigateUri="https://github.com/1415ddfer/ZeroHelper" Click="Hyperlink_Click">
|
<Hyperlink NavigateUri="https://github.com/1415ddfer/ZeroHelper" Click="Hyperlink_Click">
|
||||||
My GitHub
|
@52Pojie
|
||||||
</Hyperlink>
|
</Hyperlink>
|
||||||
</TextBlock>
|
</TextBlock>
|
||||||
<TextBlock HorizontalAlignment="Center">
|
<!--<TextBlock HorizontalAlignment="Center">
|
||||||
<Hyperlink NavigateUri="http://www.example.com" Click="Hyperlink_Click_1">
|
<Hyperlink NavigateUri="http://www.example.com" Click="Hyperlink_Click_1">
|
||||||
ddfgame@foxmail.com
|
ddfgame@foxmail.com
|
||||||
</Hyperlink>
|
</Hyperlink>
|
||||||
</TextBlock>
|
</TextBlock>-->
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
<Label/>
|
<Label/>
|
||||||
</DockPanel>
|
</DockPanel>
|
||||||
|
|||||||
@ -23,7 +23,7 @@ namespace Zerolauncher.AboutDialog
|
|||||||
|
|
||||||
private void Hyperlink_Click(object sender, RoutedEventArgs e)
|
private void Hyperlink_Click(object sender, RoutedEventArgs e)
|
||||||
{
|
{
|
||||||
Process.Start(new ProcessStartInfo("http://github.com/1415ddfer/ZeroHelper") { UseShellExecute = true });
|
Process.Start(new ProcessStartInfo("https://www.52pojie.cn/home.php?mod=space&uid=1235138") { UseShellExecute = true });
|
||||||
}
|
}
|
||||||
|
|
||||||
private void Hyperlink_Click_1(object sender, RoutedEventArgs e)
|
private void Hyperlink_Click_1(object sender, RoutedEventArgs e)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user