From aa242b62e516db0b046da443d485f96c982e4e84 Mon Sep 17 00:00:00 2001 From: denglihong2007 <98096191+denglihong2007@users.noreply.github.com> Date: Sat, 1 Nov 2025 11:27:37 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=AE=98=E6=96=B9=E6=8F=92=E4=BB=B6?= =?UTF-8?q?=E6=BA=90=E6=97=A0=E6=B3=95=E4=BD=BF=E7=94=A8?= 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 c41ea78..53e90ce 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 => "https://47.122.74.193:25565/"; + public string BaseApi => "http://47.122.74.193:25565"; public string UpdateApi => "https://api.github.com/repos/denglihong2007/CRSim/releases/latest"; }