46

GitHub - wisp-x/lsky-pro: Lsky Pro 1.0, Your photo album on the cloud.

 5 years ago
source link: https://github.com/wisp-x/lsky-pro
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

README.md

logo.png

Lsky Pro - Your photo album on the cloud.

官网 | 社区

License PHP GitHub code size in bytes

注意:2018-10-21 19:00前下载安装的为开发版,master分支为开发版,不定时更新,下载正式版程序请点击这里

发现bug可发送邮件至邮箱:[email protected],确认bug后我会及时修复,谢谢!

homepage.png homepage.png

主要特性

  • 支持第三方云储存,支持本地、阿里云OSS、腾讯云COS、七牛云、又拍云。
  • 支持多图上传、拖拽上传、上传预览、全屏预览、页面响应式布局。
  • 简洁的图片管理功能,支持鼠标右键、单选多选等操作。
  • 强大的图片预览功能,支持响应式。
  • 支持全局配置用户初始剩余储存空间、支持单个设置用户剩余储存空间。
  • 支持一键复制图片外链、二维码扫描链接。

安装需求

  • PHP版本 ≥ 5.6
  • mysqli支持
  • fileinfo拓展
  • curl拓展
  • zip拓展
  • rewrite

安装教程

  1. 下载兰空,上传至web运行环境,解压。

  2. 设置运行目录为 public。

  3. 配置Rewrite规则:

    Nginx:
    location / {
        if (!-e $request_filename) {
        	rewrite ^(.*)$ /index.php?s=$1 last; break;
        }
    }
    
    Apache:

    Apache直接使用.htaccess即可

  4. 访问首页,未安装自动跳转至安装页面,根据页面提示安装即可。

  5. 安装完成以后请设置runtime目录0755权限,如果你使用本地存储,public 目录也需要设置为0755权限

联系我

鸣谢

  • ThinkPHP
  • Jquery
  • BootStrap
  • Mdui
  • viewer.js
  • context.js

开源许可

GPL 3.0

Copyright (c) 2018 Wisp X.


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK