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 }