v2.6.2
parent
749f0ab814
commit
9554ae6107
12
README.md
12
README.md
|
@ -4,14 +4,18 @@
|
|||
之前一直用的图床程序是:[PHP多图长传程序2.4.3](https://www.jb51.net/codes/40544.html)
|
||||
由于版本过老并且使用falsh上传,在当前html5流行大势所趋下,遂利用基础知识新写了一个以html5为默认上传并且支持flash,向下兼容至IE9。
|
||||
|
||||
[](http://php.net)
|
||||
[](http://php.net)
|
||||
[](https://github.com/icret/EasyImages2.0/releases)
|
||||
[](https://github.com/icret/EasyImages2.0/issues)
|
||||
[](https://github.com/icret/EasyImages2.0/stargazers)
|
||||
[](https://github.com/icret/EasyImages2.0/stargazers)
|
||||
[](https://github.com/icret/EasyImages2.0/network/members)
|
||||
[](https://cdn.jsdelivr.net/gh/icret/EasyImages2.0@EasyImage2.0/)
|
||||
[](https://github.com/icret/EasyImages2.0)
|
||||
[](https://github.com/icret/EasyImages2.0/blob/master/LICENSE)
|
||||
[](https://jq.qq.com/?_wv=1027&k=jfXRHU8Y)
|
||||
<!--
|
||||
[](https://github.com/icret/EasyImages2.0/stargazers)
|
||||
[](https://github.com/icret/EasyImages2.0/issues)
|
||||
-->
|
||||
|
||||
>[演示](https://png.cm/) | [Chrome/Edge 插件](https://github.com/icret/EasyImage-Browser-Extension) | [使用手册](https://www.kancloud.cn/easyimage/easyimage/) | [Telegram](https://t.me/Easy_Image)
|
||||
>
|
||||
|
@ -176,7 +180,7 @@ $HTTP["url"] =~ "^/(i|public)/" {
|
|||
|
||||
<details><summary>点击查看2.0版更新日志</summary>
|
||||
|
||||
* 2022-05-04 v2.6.2 deving
|
||||
* 2022-05-04 v2.6.2
|
||||
- 增加API/用户文件浏览和删除
|
||||
- 增加转换webp后也会添加水印
|
||||
- 转换成webp后不建议开启水印,会增大图片体积
|
||||
|
|
|
@ -38,7 +38,7 @@ if ($config['ad_top']) echo $config['ad_top_info'];
|
|||
?>
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-6" style="text-align: center;">
|
||||
<a href="<?php echo $img_url; ?>" data-toggle="lightbox" data-group="image-group-1"><img src="<?php echo parse_url($getIMG)['path']; ?>" id="img1" width="300px" height="200px" class="img-rounded" alt=" <?php echo basename($getIMG); ?>"></a>
|
||||
<a href="<?php echo $img_url; ?>" data-toggle="lightbox" data-group="image-group-1"><img src="<?php echo creat_thumbnail_by_list($getIMG); ?>" id="img1" width="350px" height="200px" class="img-rounded" alt=" <?php echo basename($getIMG); ?>"></a>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<h4>图片名称: <?php echo pathinfo($getIMG, PATHINFO_FILENAME); ?></h4>
|
||||
|
|
|
@ -80,7 +80,7 @@ $config=Array
|
|||
9=>'month'
|
||||
),
|
||||
'language'=>0,
|
||||
'login_bg'=>'https://png.cm/public/images/login_bg.jpg',
|
||||
'login_bg'=>'https://cdn.jsdelivr.net/gh/icret/EasyImages2.0/public/images/login_bg.jpg',
|
||||
'image_recycl'=>1,
|
||||
'tinyfilemanager'=>1,
|
||||
'delDir'=>'thumbnails/',
|
||||
|
@ -92,7 +92,7 @@ $config=Array
|
|||
'token_path_status'=>0,
|
||||
'admin_path'=>'u',
|
||||
'version'=>'2.6.2',
|
||||
'update'=>'2022-05-04 19:57:16',
|
||||
'update'=>'2022-05-04 22:48:28',
|
||||
'footer'=>'<a href="/admin/terms.php" target="_blank">请勿上传违反中国政策的图片</a>
|
||||
<script>
|
||||
var _hmt = _hmt || [];
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 170 KiB After Width: | Height: | Size: 95 KiB |
Binary file not shown.
Before Width: | Height: | Size: 4.1 KiB |
Binary file not shown.
Before Width: | Height: | Size: 17 KiB |
Loading…
Reference in New Issue