This commit is contained in:
WispX 2018-10-12 23:47:32 +08:00
parent 8ec5417994
commit d6589a5e31
2 changed files with 9 additions and 9 deletions

View File

@ -6,11 +6,11 @@
<h1>Lsky Pro - Your photo album on the cloud.</h1>
#### 简介:
---
------------
Lsky Pro为个人站长、开发者、写博文爱好者开发的图床程序。同时可用作网络云相册。
#### 主要特性
---
------------
- 支持第三方云储存支持本地、阿里云OSS、腾讯云COS、七牛云、又拍云。
- 支持多图上传、拖拽上传、上传预览、全屏预览、页面响应式布局。
- 简洁的图片管理功能,支持鼠标右键、单选多选等操作。
@ -19,16 +19,15 @@ Lsky Pro为个人站长、开发者、写博文爱好者开发的图床程序
- 支持一键复制图片外链、二维码扫描链接。
#### 安装需求:
---
------------
* PHP版本 &ge; 5.6
* Mysqli
* Curl拓展
* Zip拓展
* Rewrite
---
#### 安装教程
------------
1. 下载兰空上传至web运行环境解压。
2. 设置运行目录为 public。
3. 配置Rewrite规则
@ -48,12 +47,13 @@ Lsky Pro为个人站长、开发者、写博文爱好者开发的图床程序
5. 安装完成以后请设置runtime目录0777权限如果你使用本地存储public 目录也需要设置为0777权限
#### 联系我
---
------------
QQ1591788658<br>
Email: 1591788658@qq.com<br>
Blog: <a target="_block" href="http://www.wispx.cn">www.wispx.cn</a>
#### 鸣谢
------------
- ThinkPHP
- Jquery
- BootStrap
@ -62,7 +62,7 @@ Blog: <a target="_block" href="http://www.wispx.cn">www.wispx.cn</a>
- context.js
#### 开源许可
---
------------
<a target="_block" href="https://opensource.org/licenses/GPL-3.0">GPL 3.0</a>
Copyright (c) 2017 Wisp X.

View File

@ -107,7 +107,7 @@ class Install extends Controller
}
Session::flash('install_success', true);
// 删除sql文件
@unlink($rootPath . 'install.sql');
//@unlink($rootPath . 'install.sql');
return $this->success('设置成功');
}
break;