diff --git a/app/Library/AppInfo.php b/app/Library/AppInfo.php index f214b7e6..d2a54f3c 100644 --- a/app/Library/AppInfo.php +++ b/app/Library/AppInfo.php @@ -16,7 +16,7 @@ class AppInfo protected $link = 'https://koogua.com'; - protected $version = '1.5.7'; + protected $version = '1.5.8'; public function __get($name) { diff --git a/public/static/home/css/common.css b/public/static/home/css/common.css index 8c20cd92..c37dc67e 100644 --- a/public/static/home/css/common.css +++ b/public/static/home/css/common.css @@ -479,8 +479,8 @@ .article-card .cover { flex: 0 0 auto; - width: 150px; - height: 84px; + width: 180px; + height: 100px; margin-left: 10px; }