diff --git a/conf/app.php b/conf/app.php index 9225cb9..baf46a7 100644 --- a/conf/app.php +++ b/conf/app.php @@ -26,7 +26,7 @@ return array( //for themes 'googleimage' => [ - 'imageHeight' => 180, //图片高度,单位:px + 'imageHeight' => 350, //图片高度,单位:px 'contact' => 'FileSite图片网站订制联系:FileSite.io', ], ); diff --git a/conf/template_googleimage.php b/conf/template_googleimage.php index 468c452..38bca54 100644 --- a/conf/template_googleimage.php +++ b/conf/template_googleimage.php @@ -26,7 +26,7 @@ return array( //for themes 'googleimage' => [ - 'imageHeight' => 180, //图片高度,单位:px + 'imageHeight' => 350, //图片高度,单位:px 'contact' => 'FileSite图片网站订制联系:FileSite.io', ], ); diff --git a/conf/template_manual.php b/conf/template_manual.php index ac20b43..3590f1d 100644 --- a/conf/template_manual.php +++ b/conf/template_manual.php @@ -26,7 +26,7 @@ return array( //for themes //'googleimage' => [ - // 'imageHeight' => 180, //图片高度,单位:px + // 'imageHeight' => 350, //图片高度,单位:px // 'contact' => 'FileSite图片网站订制联系:FileSite.io', //], ); diff --git a/conf/template_webdirectory.php b/conf/template_webdirectory.php index 26c3c9c..6905081 100644 --- a/conf/template_webdirectory.php +++ b/conf/template_webdirectory.php @@ -26,7 +26,7 @@ return array( //for themes //'googleimage' => [ - // 'imageHeight' => 180, //图片高度,单位:px + // 'imageHeight' => 350, //图片高度,单位:px // 'contact' => 'FileSite图片网站订制联系:FileSite.io', //], );