修复显示

pull/18/head
icret 2021-05-04 21:36:12 +08:00
parent 505331b1dc
commit 673e7b39f6
2 changed files with 7 additions and 7 deletions

View File

@ -84,20 +84,20 @@ RewriteRule config/(.*).(php)$ [F]
``` ```
- 或者参考:[https://www.545141.com/981.html](https://www.545141.com/981.html) - 或者参考:[https://www.545141.com/981.html](https://www.545141.com/981.html)
<details><summary><mark><font color=darkred>点击查看更新日志</font></mark></summary> <details><summary><mark><font color=darkred>点击查看2.0版更新日志</font></mark></summary>
* 2021-5-2 v2.1 * 2021-5-2 v2.1
- 将tinyfilemanager配置文件简单翻译并集成到config.php - 将tinyfilemanager配置文件简单翻译并集成到config.php
- 增加底部自定义信息 - 增加底部自定义信息
- 增加检测PHP环境给与提示 - 增加检测PHP环境给与提示
- 增加删除图片url不会保存链接 - 增加删除图片url服务器不会保存删除链接)
- 恢复随机浏览20张上传图片 可以设定浏览数量和关闭浏览 - 恢复随机浏览20张上传图片 可以设定浏览数量和关闭浏览
- - 随机浏览图片可以在线删除 - - 随机浏览图片可以在线删除
- 可以使用 https://img.545141.com/libs/list.php?num=100 定义浏览数量 - 可以使用 https://img.545141.com/libs/list.php?num=100 定义浏览数量
- 修复一些调用 - 修复一些调用
- 更改二维码显示方式 - 更改二维码显示方式
- 开启api 并以token方式上传 - 开启api 需要token验证上传
- 修复check.php相关文件 - 重构并修复check.php相关文件
- 重构部分代码 - 重构部分代码
- 更改目录结构 - 更改目录结构
- 增加安全性配置 - 增加安全性配置
@ -190,7 +190,7 @@ RewriteRule config/(.*).(php)$ [F]
</details> </details>
<br /> <br />
[EasyImage 1.6.4版本](https://github.com/icret/easyImages) 不建议再使用 不建议再使用 [EasyImage 1.6.4版本](https://github.com/icret/easyImages)
<hr /> <hr />
#### 兼容性 #### 兼容性
@ -202,4 +202,4 @@ RewriteRule config/(.*).(php)$ [F]
- 感谢: [verot](https://github.com/verot/class.upload.php "verot" )提供非常好用的class.upload.php上传类 - 感谢: [verot](https://github.com/verot/class.upload.php "verot" )提供非常好用的class.upload.php上传类
- 感谢: [ZUI](https://github.com/easysoft/zui "ZUI" ) 提供css框架 - 感谢: [ZUI](https://github.com/easysoft/zui "ZUI" ) 提供css框架
- 感谢:[tinyfilemanager](https://github.com/prasathmani/tinyfilemanager "tinyfilemanager" ) 提供的文件管理 - 感谢:[tinyfilemanager](https://github.com/prasathmani/tinyfilemanager "tinyfilemanager" ) 提供的文件管理
- 本源码遵循 GNU Public License - 本源码遵循 GNU Public License

View File

@ -45,7 +45,7 @@ echo '<!DOCTYPE html>
<a href="//' . $_SERVER['HTTP_HOST'] . '/libs/list.php"> <a href="//' . $_SERVER['HTTP_HOST'] . '/libs/list.php">
<i class="icon icon-list"> 广场</i> <i class="icon icon-list"> 广场</i>
<span class="label label-badge label-success"> <span class="label label-badge label-success">
' . $config['listNumber'] . '</span> ' . getFileNumber(__DIR__ . '/../' . config_path()). '</span>
</a> </a>
</li> </li>
<li class=""> <li class="">