Browse Source

修改默认星尘地址

dependabot/nuget/XCoderWpf/Microsoft.Data.SqlClient-4.0.5
大石头 1 year ago
parent
commit
00ed7b2adc
  1. 2
      XCoder/Engine/XConfig.cs

2
XCoder/Engine/XConfig.cs

@ -79,7 +79,7 @@ namespace XCoder
{
if (UpdateServer.IsNullOrEmpty() || UpdateServer.EqualIgnoreCase("http://x.newlifex.com/")) UpdateServer = NewLife.Setting.Current.PluginServer;
if (Server.IsNullOrEmpty()) Server = "http://star.newlifex.com:6600";
if (Server.IsNullOrEmpty()) Server = "http://s.newlifex.com:6600";
base.OnLoaded();
}

Loading…
Cancel
Save