diff --git a/conf/app.php b/conf/app.php index b63c895..50a7257 100644 --- a/conf/app.php +++ b/conf/app.php @@ -53,7 +53,7 @@ $configs = array( 'supportedVideoExts' => array('mp4', 'mov', 'm3u8'), 'screenshot_start' => 1000, //视频播放页快照截取开始时间,单位:毫秒 'screenshot_expire_seconds' => 315360000, //视频封面图缓存3650天 - 'enableSmallImage' => true, //开启图片小尺寸缩略图 + 'enableSmallImage' => true, //开启图片小尺寸缩略图,设置 false 则关闭 /* //视频皮肤配置 diff --git a/themes/beauty/views/layout/main.php b/themes/beauty/views/layout/main.php index 95c8f1c..5ac8a60 100644 --- a/themes/beauty/views/layout/main.php +++ b/themes/beauty/views/layout/main.php @@ -102,7 +102,7 @@ require_once __DIR__ . '/../../../../plugins/Html.php';