imgurl/about.php

34 lines
1.8 KiB
PHP
Raw Normal View History

2017-12-23 10:25:31 +00:00
<?php
include_once('header.php');
?>
<div class="container" style = "margin-top:40px;">
<div class="row">
<div class="col-lg-10 col-md-offset-1">
<h1>ImgURL</h1>
2017-12-24 04:14:48 +00:00
<p>ImgURL是一个简洁、纯粹的图床程序使用PHP开发不需要数据库支持也没有复杂的配置。</p>
<p>没有永久免费的午餐也没用永久免费的图床ImgURL无法保障永久存储您的图片但有了ImgURL让图床多了一个选择我坚信只有图片掌握在自己手中才更安全。</p>
2017-12-26 02:57:47 +00:00
<h3>功能与特色</h3>
<ul>
<li>拽拖上传图片、实时预览</li>
<li>一键生成链接,一键复制</li>
<li>基本图片管理</li>
<li>TinyPNG图片压缩</li>
<li>图片智能鉴黄</li>
</ul>
2017-12-23 10:25:31 +00:00
<h3>安装</h3>
<p>访问:<a href="https://github.com/helloxz/imgurl/archive/master.zip" target = "_blank" rel = "nofollow">master.zip</a>下载最新版ImgURL程序放到您的站点根目录并解压。修改一下<code>config.php</code>设置你自己的域名和密码,访问<code>http(s)://domain.com/</code>即可,就是这么简单。</p>
<h3>说明</h3>
2017-12-24 04:14:48 +00:00
<p><code>imgurl.org</code>虽然提供图片上传但仅作为演示使用游客上传的图片随时可能被删除因此推荐您下载ImgURL自行部署。</p>
2017-12-23 10:25:31 +00:00
<p>ImgURL是一个开源免费的个人项目请勿将ImgURL用于商业用途未经授权也不要去除底部版权。</p>
<p><b>项目地址:</b><a href = "https://github.com/helloxz/imgurl" target = "_blank" rel = "nofollow">https://github.com/helloxz/imgurl</a></p>
<h3>联系我</h3>
<ul>
<li>Blog:<a href = "https://www.xiaoz.me/" target = "_blank">https://www.xiaoz.me/</a></li>
<li>QQ:337003006</li>
</ul>
</div>
</div>
</div>
<?php
include_once('footer.php');
?>