From e87d0e91e4344582a24e8ed70cec7979575b73a4 Mon Sep 17 00:00:00 2001 From: hellcat <> Date: Thu, 1 Jan 2026 12:51:11 +0800 Subject: [PATCH] no message --- app/Services/Cron/FreenodePool.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/Cron/FreenodePool.php b/app/Services/Cron/FreenodePool.php index 737715ea..c817f91a 100644 --- a/app/Services/Cron/FreenodePool.php +++ b/app/Services/Cron/FreenodePool.php @@ -91,7 +91,7 @@ final class FreenodePool $sConfig = urldecode($sConfig); $aTmp = self::v2ray_chai($sConfig); $aNodeFormat["config"] = $sConfig = $aTmp[0]; // data - $aNodeFormat["country"] = $sCountry = $aTmp[1]; // data + $aNodeFormat["country"] = $sCountry = $aTmp[1] ?? '美国'; // data $sConfigMd5 = md5($sConfig); }