From 5a60c68586345cf05d491ddfd189ab7765ec84d3 Mon Sep 17 00:00:00 2001 From: Orion Date: Fri, 8 May 2026 16:46:47 +0800 Subject: [PATCH] =?UTF-8?q?fix(core):=20:adhesive=5Fbandage:=20=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3=20BGP=20=E9=87=8D=E5=91=BD=E5=90=8D=E6=98=A0=E5=B0=84?= =?UTF-8?q?=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更新 sntp-rename.js 中的 BGP 匹配项,将 "cn2|5x" 调整为 "cn2",以简化或修正节点重命名的逻辑。 --- substore/sntp-rename.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/substore/sntp-rename.js b/substore/sntp-rename.js index 4903995..154b79c 100644 --- a/substore/sntp-rename.js +++ b/substore/sntp-rename.js @@ -14,7 +14,7 @@ function operator(proxies) { "S2": "广电", "S3": "广移", "S4": "广联", - "BGP": "cn2|5x", + "BGP": "cn2", "Anytls": "直连" // 日后如果要加 IEPL,只需在这里写 "IEPL": "专线" }; // ============================================== @@ -86,4 +86,4 @@ function operator(proxies) { return p; }); -} +} \ No newline at end of file