From 82f20e79e453a65e8851e1065ebb8ca1054ca9b0 Mon Sep 17 00:00:00 2001 From: hellcat Date: Sat, 18 Jul 2026 18:08:11 +0800 Subject: [PATCH] no message --- src/Services/Subscribe/Clash.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; - } +// } } }