hot&classic do not resize cover

This commit is contained in:
xiaomlove
2022-05-04 15:20:15 +08:00
parent 130051d648
commit 3990c74038
4 changed files with 8 additions and 45 deletions
+4 -1
View File
@@ -126,7 +126,10 @@ class Test extends Command
// $r = $rep->getContinuousDays($attendance);
// $r = $rep->getContinuousPoints(11);
$r = parse_url('https://img9.doubanio.com/view/photo/l_ratio_poster/public/p2867903173.jpg', PHP_URL_SCHEME);
$database = nexus_env('GEOIP2_DATABASE');
$reader = new \GeoIp2\Database\Reader($database);
$city = $reader->city("95.211.156.168");
$r = $city->country;
dd($r);
}