diff --git a/src/Services/Subscribe/Clash.php b/src/Services/Subscribe/Clash.php index 563982781..623555b8a 100755 --- a/src/Services/Subscribe/Clash.php +++ b/src/Services/Subscribe/Clash.php @@ -213,9 +213,9 @@ final class Clash extends Base } foreach ($clash_group_auto_indexes as $index) { - if ($node_raw->memo_front == "普通节点") { +// if ($node_raw->memo_front == "普通节点") { $clash_group_auto_config['proxy-groups'][$index]['proxies'][] = $node_raw->name; - } +// } } }