change url

This commit is contained in:
cg3s 2020-04-24 20:13:44 +08:00
parent 737d563ebb
commit d8bdc1ceb3
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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
/// <summary>
/// PromotionUrl
/// </summary>
public const string PromotionUrl = @"aHR0cHM6Ly85LjIzNDQ1Ni54eXovYWJjLmh0bWw=";
public const string PromotionUrl = @"aHR0cHM6Ly9naXRodWIuY29tL2NnM3MvdjJyYXlO";
/// <summary>
/// 本软件配置文件名