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); }