Fetch the repository succeeded.
基于thinkphp6开发的XPlayerHTML5网页播放器前台控制面板,支持多音乐平台音乐解析。
后端:thinkphp 6 前端:layui 数据库:mysql
composer php 7.1+ mysql 5.5+
nginx
location / {
index index.htm index.html index.php;
#访问路径的文件不存在则重写URL转交给ThinkPHP处理
if (!-e $request_filename) {
rewrite ^/(.*)$ /index.php?s=$1 last;
break;
}
}
apache 项目自带apache静态化无需配置
点击链接加入群聊【Hello World】:https://jq.qq.com/?_wv=1027&k=KkspUV8O
ThinkPHP遵循MIT开源协议发布,并提供免费使用。
版权所有Copyright © 2020 by Ocink (https://gitee.com/ocink)
All rights reserved。
Sign in for post a comment
Comments ( 4 )