本系统不支持在线更新请下载全新安装包
附带两套模板 (可自行根据已有模板开发模板)
附带三套本地接口 (二维码生成,随机一言,每日早报)
安装教程
上传安装包解压配置
访问域名直接安装
nginx伪静态 (其他环境伪静态 宝塔工具自行转换)
location / {
rewrite ^/index.html$ /index.php;
rewrite ^/sitemap.xml$ /sitemap.php;
rewrite ^/api/(\w*).html$ /api.php?alias=$1;
rewrite ^/down-([1-9]+[0-9]*).html$ /down/down.php?id=$1;
rewrite ^/down.html$ /down/index.php;
}
安装环境
PHP版本支持5.6-7.4 mysql5.5-5.7
免费下载地址:
[hide]
https://wwxi.lanzoum.com/iQpBz0mba1sd
https://pan.baidu.com/s/1cFFs2_L-uWJS-aV3dqfLxw?pwd=ugjt
[/hide]
原文链接:https://www.jocat.cn/archives/73701,转载请注明出处。