From 49f8ac05396a820e54ac23d7fcc73ff56ab4e190 Mon Sep 17 00:00:00 2001 From: hellcat Date: Wed, 29 Jul 2026 15:12:14 +0800 Subject: [PATCH] no message --- app/Services/CountrySpeedService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/CountrySpeedService.php b/app/Services/CountrySpeedService.php index 39e08e19..c2b6e73e 100755 --- a/app/Services/CountrySpeedService.php +++ b/app/Services/CountrySpeedService.php @@ -66,7 +66,7 @@ final class CountrySpeedService $iNodeCount = count($aFnpContent["v2ray"] ?? []) ?? rand(30, 98); // $iNodeCount = rand(config("freenode.count_min"), config("freenode.count_max")); - $sContent = "本次更新共".$iNodeCount."个可用节点,最高速度".$iNodeSpeed."M/S。 + $sContent = "本次更新共".$iNodeCount."个可用节点,最高速度".$iNodeSpeed."M/S。 覆盖".$sNodeZone."等多个区域。 复制下方的v2ray/clash订阅链接,在客户端添加即可正常使用。";