From b66cea26e8e114ccbee5fe73d8e04c260c27850d Mon Sep 17 00:00:00 2001
From: 1415ddfer <1783488228@qq.com>
Date: Fri, 29 Mar 2024 21:20:21 +0800
Subject: [PATCH] fix about with 52pojie
---
AboutDialog/About1.xaml | 6 +++---
AboutDialog/About1.xaml.cs | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/AboutDialog/About1.xaml b/AboutDialog/About1.xaml
index 3b53f1b..1403c20 100644
--- a/AboutDialog/About1.xaml
+++ b/AboutDialog/About1.xaml
@@ -39,14 +39,14 @@
- My GitHub
+ @52Pojie
-
+
diff --git a/AboutDialog/About1.xaml.cs b/AboutDialog/About1.xaml.cs
index 579fb34..2c680b7 100644
--- a/AboutDialog/About1.xaml.cs
+++ b/AboutDialog/About1.xaml.cs
@@ -23,7 +23,7 @@ namespace Zerolauncher.AboutDialog
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)