更改版本

pull/18/head
icret 2021-03-24 21:58:04 +08:00 committed by GitHub
parent aaed8b5c31
commit 70cf938e4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -72,7 +72,7 @@ api上传成功后返回json
#### 更新日志 #### 更新日志
* 2021-03-23 v2.0.2.1 * 2021-03-23 v2.0.2.1
- 增加支持 php 7.4 - 支持php7.4覆盖class.upload.php和file.php即可
* 2019-6-26 v2.0.2.0 * 2019-6-26 v2.0.2.0
- 精简压缩代码,使得不再压缩后反而变大 - 精简压缩代码,使得不再压缩后反而变大

View File

@ -7,7 +7,7 @@
* @Github https://github.com/icret/EasyImages2.0 * @Github https://github.com/icret/EasyImages2.0
* @link https://www.545141.com/902.html * @link https://www.545141.com/902.html
* @Review 2019-5-21 13:05:20 * @Review 2019-5-21 13:05:20
* @last 2019-6-29 09:02:19 * @last 2021-03-24 21:57:10
* 上传后请打开check.php先检查服务器配置更改密码更改域名等操作 * 上传后请打开check.php先检查服务器配置更改密码更改域名等操作
*/ */
@ -90,5 +90,5 @@ $config = array(
'ad_top' => false, 'ad_top' => false,
// 开启底部广告 如果想添加或修改广告修改 public/static/ad_bot.html // 开启底部广告 如果想添加或修改广告修改 public/static/ad_bot.html
'ad_bot' => false, 'ad_bot' => false,
'version' => '2.0.2.0', 'version' => '2.0.2.1',
); );