From d8bdc1ceb35a5464a89071a041a64ce2b60f57e4 Mon Sep 17 00:00:00 2001 From: cg3s Date: Fri, 24 Apr 2020 20:13:44 +0800 Subject: [PATCH] change url --- v2rayN/v2rayN/Forms/MainForm.cs | 2 +- v2rayN/v2rayN/Global.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/v2rayN/v2rayN/Forms/MainForm.cs b/v2rayN/v2rayN/Forms/MainForm.cs index bf61cc5b..ef7a0678 100644 --- a/v2rayN/v2rayN/Forms/MainForm.cs +++ b/v2rayN/v2rayN/Forms/MainForm.cs @@ -1451,7 +1451,7 @@ namespace v2rayN.Forms private void tsbPromotion_Click(object sender, EventArgs e) { - Process.Start($"{Utils.Base64Decode(Global.PromotionUrl)}?t={DateTime.Now.Ticks}"); + Process.Start($"{Utils.Base64Decode(Global.PromotionUrl)}"); } #endregion diff --git a/v2rayN/v2rayN/Global.cs b/v2rayN/v2rayN/Global.cs index 58ed9d5a..37780783 100644 --- a/v2rayN/v2rayN/Global.cs +++ b/v2rayN/v2rayN/Global.cs @@ -7,7 +7,7 @@ namespace v2rayN public const string v2rayWebsiteUrl = @"https://www.v2ray.com/"; - public const string AboutUrl = @"https://github.com/2dust/v2rayN"; + public const string AboutUrl = @"https://github.com/cg3s/v2rayN"; public const string UpdateUrl = AboutUrl + @"/releases"; @@ -28,7 +28,7 @@ namespace v2rayN /// /// PromotionUrl /// - public const string PromotionUrl = @"aHR0cHM6Ly85LjIzNDQ1Ni54eXovYWJjLmh0bWw="; + public const string PromotionUrl = @"aHR0cHM6Ly9naXRodWIuY29tL2NnM3MvdjJyYXlO"; /// /// 本软件配置文件名