From 525620b0f89ba88eadd8c49b98069f6c88c8f18c Mon Sep 17 00:00:00 2001 From: hz4th_coder Date: Mon, 1 Jun 2026 18:28:44 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=87=AA=E5=AE=9A=E4=B9=89=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1=E4=BF=9D=E5=AD=98=E6=97=B6=E6=B7=BB=E5=8A=A0port?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=EF=BC=8C=E4=BF=AE=E5=A4=8D=E5=8F=91=E7=8E=B0?= =?UTF-8?q?=E6=89=AB=E6=8F=8F=E6=8E=92=E9=99=A4=E5=A4=B1=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 之前 quickAddService 保存自定义服务时遗漏了 port 字段, 导致 scanServices 的 exclude_ports 取不到有效端口值 --- templates_full.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/templates_full.txt b/templates_full.txt index 3f7f765..3f780eb 100644 --- a/templates_full.txt +++ b/templates_full.txt @@ -2238,6 +2238,7 @@ const newService = { id: 'custom_' + Date.now(), name: name, + port: port || '', url: mainUrl, admin_url: adminUrl || null, description: desc || '自定义外部服务',