From 51b1f0f1424958a91d0135e6441b1bea8796e450 Mon Sep 17 00:00:00 2001 From: vpt Date: Wed, 18 Jan 2023 00:25:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'clash.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- clash.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clash.js b/clash.js index 53fb750..0373367 100644 --- a/clash.js +++ b/clash.js @@ -33,7 +33,7 @@ async function configPrependRules(utils, obj) { // 获取代理组的名称 function getProxyGroupName(obj) { - const nodeSelectName = obj['proxy-groups'].find(item => item.name.includes('节点选择')) + const nodeSelectName = obj['proxy-groups'].find(item => ['节点选择','Proxies'].some(name => item.name.includes(name))) if (nodeSelectName) { return nodeSelectName.name }