From 5e114c4da8530de7187b28b1cc6d6f0cb70817c1 Mon Sep 17 00:00:00 2001 From: filesite Date: Sat, 24 Aug 2024 16:19:38 +0800 Subject: [PATCH] add config for qr image --- conf/app.php | 2 ++ themes/beauty/views/layout/main.php | 2 ++ themes/beauty/views/layout/player.php | 2 ++ 3 files changed, 6 insertions(+) diff --git a/conf/app.php b/conf/app.php index c99b551..e3d0aa5 100644 --- a/conf/app.php +++ b/conf/app.php @@ -57,6 +57,8 @@ $configs = array( 'enableSmallImage' => true, //列表页面是否开启缩略图,true 为显示缩略图,false 则显示原图 'enableSmallImageForWan' => false, //外网使用时,点击图片打开fancybox时是否显示缩略图:true 显示缩略图, false 则显示原图 + 'showQRImageInFooter' => true, //在网页底部显示当前网址二维码 + /* //视频皮肤配置 'videoblog' => array( diff --git a/themes/beauty/views/layout/main.php b/themes/beauty/views/layout/main.php index 9e69d2b..92ae9cd 100644 --- a/themes/beauty/views/layout/main.php +++ b/themes/beauty/views/layout/main.php @@ -32,10 +32,12 @@ require_once __DIR__ . '/../../../../plugins/Html.php';