From 1b9616ea210f75e6ef0423f941aae29d0034b02e Mon Sep 17 00:00:00 2001 From: lxh2875931338 Date: Fri, 7 Aug 2026 23:45:03 +0800 Subject: [PATCH] =?UTF-8?q?260807=E7=A1=AE=E8=AE=A4=E6=80=9D=E8=B7=AF?= =?UTF-8?q?=EF=BC=8C=E9=9C=80=E8=A6=81=E8=BD=AF=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/process/manager.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/internal/process/manager.go b/internal/process/manager.go index e934ef5..b54a2bc 100644 --- a/internal/process/manager.go +++ b/internal/process/manager.go @@ -2,6 +2,9 @@ // frpc-console 进程管理模块 // 2.6-preview: 状态机驱动 + 端口检测 + 单实例锁定 +// 作者留:这个版本可以用了,已经明显看到进程出来发现端口不对立马被杀掉的状态了 +// 但是稍显粗暴,差点意思,到时候让Deepseek稍微软化下就好了 + package process import (