fix: 端口改为 9999

This commit is contained in:
2026-03-14 15:12:09 +08:00
parent 7c656785c8
commit ba02eb10a7

View File

@@ -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;