Skip to content

Commit

Permalink
更新R2桶有效域
Browse files Browse the repository at this point in the history
  • Loading branch information
CHKZL committed Jul 26, 2024
1 parent 4e13cc9 commit 5b48c39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Core/Tools/ProgramUpdates.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ namespace Core.Tools
{
public class ProgramUpdates
{
public static string MainDomainName = "https://ddtv-update.top";
public static string MainDomainName = "https://dl.ddtv-update.top";
public static string AlternativeDomainName = "https://update5.ddtv.pro";
private static string verFile = "./ver.ini";
private static string type = string.Empty;
Expand Down Expand Up @@ -220,7 +220,7 @@ public static string Get(string URL)

public class Update_UpdateProgram
{
public static string MainDomainName = "https://ddtv-update.top";
public static string MainDomainName = "https://dl.ddtv-update.top";
public static string AlternativeDomainName = "https://update5.ddtv.pro";
public static string verFile = "../ver.ini";
public static string type = string.Empty;
Expand Down
2 changes: 1 addition & 1 deletion Update/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace Update
{
public class Program
{
public static string MainDomainName = "https://ddtv-update.top";
public static string MainDomainName = "https://dl.ddtv-update.top";
public static string AlternativeDomainName = "https://update5.ddtv.pro";
public static string verFile = "../ver.ini";
public static string type = string.Empty;
Expand Down

0 comments on commit 5b48c39

Please sign in to comment.