Home

Awesome

<p><a href="http://picture.h234.cn"><img align="right" width="380" src="http://res.eemu.cn/LightPicture/2022/01/1899c1ba43e06c7d.jpg" alt="LightPicture"/></a></p> <h2>LightPicture - 企业/团队图床系统</h2> ☁ 使用thinkphp+vue开发,前后端分离;本仓库为完整版程序,下载后根据安装教程安装即可使用;

官网   -   演示   -   使用手册   -   作者博客  

b200946b6beab015.png 2a2cd7d94cbc9db7.png

程序功能

安装要求

安装教程

  1. 下载LightPicture,上传至 web 运行环境,解压。
  2. 设置运行目录为 public。
  3. 配置网站默认文档:
index.html
index.php
  1. 配置 Rewrite 规则为:thinkphp

[ Apache ]

<IfModule mod_rewrite.c>
  Options +FollowSymlinks -Multiviews
  RewriteEngine On

  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]
</IfModule>

[ Nginx]

location / { 
   if (!-e $request_filename) {
   		rewrite  ^(.*)$  /index.php?s=/$1  last;
    }
}
  1. 访问 域名/install,根据页面提示安装。
  2. 安装完成后默认 账号为admin 密码123456

注:完成后若开启前台注册请登录管理员账号配置发信邮箱

联系我

捐赠/打赏

如果您认可我的作品,并且觉得对你有所帮助我愿意接受来自各方面的捐赠

<table width="100%"> <tr> <th>支付宝</th> <th>微信</th> </tr> <tr> <td><img src="http://res.eemu.cn/LightPicture/2022/01/4a5b497dd9f1894b.jpeg"></td> <td><img src="http://res.eemu.cn/LightPicture/2022/01/41b8637a113c92b1.jpeg"></td> </tr> </table>

鸣谢

开源许可

GPL 3.0

Copyright (c) 2022 LightPicture.