Skip to content
This repository has been archived by the owner on Oct 9, 2020. It is now read-only.

Commit

Permalink
修改更新方式
Browse files Browse the repository at this point in the history
  • Loading branch information
MonoLogueChi committed Jul 30, 2018
1 parent dcd2cfd commit 1d72b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Drcom/net/NewApp.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public static string[] IsNew()

try
{
string versionxml = "http://v.xxwhite.com/version/Drcom.xml?t=" + DateTime.Now.ToFileTimeUtc().ToString();
string versionxml = "https://gitee.com/monologuechi/Drcom/raw/master/Drcom.xml?t=" + DateTime.Now.ToFileTimeUtc().ToString();
XDocument oXDoc = XDocument.Load(versionxml);
XElement root = oXDoc.Root;
XElement lastversion = root.Element("version");
Expand Down

0 comments on commit 1d72b46

Please sign in to comment.