From ba02eb10a7e7ab6ca7972e4b943f02e85ae47752 Mon Sep 17 00:00:00 2001 From: ssdfasd <2156608475@qq.com> Date: Sat, 14 Mar 2026 15:12:09 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=AB=AF=E5=8F=A3=E6=94=B9=E4=B8=BA=209?= =?UTF-8?q?999?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- electron/services/xcOpenCodeWebService.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electron/services/xcOpenCodeWebService.ts b/electron/services/xcOpenCodeWebService.ts index b3ad637..9fb3055 100644 --- a/electron/services/xcOpenCodeWebService.ts +++ b/electron/services/xcOpenCodeWebService.ts @@ -3,7 +3,7 @@ import { app } from 'electron'; import path from 'path'; import log from 'electron-log'; -const XCOPENCODEWEB_PORT = 3002; +const XCOPENCODEWEB_PORT = 9999; const HEALTH_CHECK_INTERVAL = 10000; const HEALTH_CHECK_TIMEOUT = 2000;