From 119df33497bb9d27d8240b13017f96b752cc4d15 Mon Sep 17 00:00:00 2001 From: hellcat Date: Wed, 5 Aug 2026 17:11:27 +0800 Subject: [PATCH] no message --- app/Services/CountrySpeedService.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/Services/CountrySpeedService.php b/app/Services/CountrySpeedService.php index c2ea0c7d..d686b7c4 100755 --- a/app/Services/CountrySpeedService.php +++ b/app/Services/CountrySpeedService.php @@ -67,8 +67,7 @@ final class CountrySpeedService // $iNodeCount = rand(config("freenode.count_min"), config("freenode.count_max")); $sContent = "本次更新共".$iNodeCount."个可用节点,最高速度".$iNodeSpeed."M/S。 -覆盖".$sNodeZone."等多个区域。 -复制下方的v2ray/clash订阅链接,在客户端添加即可正常使用。"; +覆盖".$sNodeZone."等多个区域。"; return $sContent; }