@@ -94,11 +94,11 @@ class GlobalController extends GetxController {
// 如果核心未运行,尝试启动它
if (!allStopped) {
try {
- // 先停止所有可能的进程
- await stopAllCore();
-
- // 等待端口释放
- await waitForPortsAvailable();
+ // // 先停止所有可能的进程
+ // await stopAllCore();
+ //
+ // // 等待端口释放
+ // await waitForPortsAvailable();
// 确保配置已初始化
if (!controllers.config.isInitialized.value) {