From b7dfed8012a02d3d6dbaf6608cc6709754ff5b64 Mon Sep 17 00:00:00 2001 From: denglihong2007 <98096191+denglihong2007@users.noreply.github.com> Date: Tue, 17 Feb 2026 15:13:17 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=8D=A2=E7=94=A8=E6=96=B0=E7=9A=84API?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CRSim.Core/Services/ApiFactory.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRSim.Core/Services/ApiFactory.cs b/CRSim.Core/Services/ApiFactory.cs index 53e90ce..80f9efb 100644 --- a/CRSim.Core/Services/ApiFactory.cs +++ b/CRSim.Core/Services/ApiFactory.cs @@ -21,7 +21,7 @@ namespace CRSim.Core.Services public class OfficialApi : IApi { public string Name => "官方站"; - public string BaseApi => "http://47.122.74.193:25565"; + public string BaseApi => "https://crsim.raillog.top"; public string UpdateApi => "https://api.github.com/repos/denglihong2007/CRSim/releases/latest"; }