This commit is contained in:
icret
2022-01-19 18:56:59 +08:00
parent 29da4e579d
commit 7d767aa357
16 changed files with 1334 additions and 70 deletions

View File

@@ -1,4 +1,4 @@
<?php
<?php
$config=Array
(
'title'=>'简单图床 - EasyImage',
@@ -13,7 +13,7 @@ $config=Array
'apiStatus'=>0,
'path'=>'/i/',
'imgName'=>'default',
'maxSize'=>52428800,
'maxSize'=>5242880,
'maxUploadFiles'=>30,
'watermark'=>0,
'waterText'=>'简单图床 - img.545141.com',
@@ -41,7 +41,7 @@ $config=Array
'static_cdn_url'=>'https://cdn.jsdelivr.net/gh/icret/EasyImages2.0',
'TinyImag_key'=>'',
'moderatecontent_key'=>'',
'footer'=>'<a href="/admin/terms.php" target="_blank">请勿上传违反中国政策的图片</a>
'footer'=>'<a href="/admin/terms.php" target="_blank">请勿上传违反中国政策的图片</a>
<i class="icon icon-smile"></i> <br/>',
'ad_top'=>0,
'ad_top_info'=>' <div id="ad" class="col-md-12" align="center" style="padding:5px;">
@@ -74,5 +74,5 @@ $config=Array
'cache_freq'=>2,
'first_show'=>1,
'version'=>'2.4.5',
'form'=>'2022-01-18 16:49:36'
'form'=>'2022-01-19 16:48:54'
);