3 Star 27 Fork 1

ZhaoJiaXuan / XPlayerConsole

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 1.62 KB
一键复制 编辑 原始数据 按行查看 历史
ZhaoJiaXuan 提交于 2021-01-20 22:15 . update README.md.

XPlayerConsole

介绍

基于thinkphp6开发的XPlayerHTML5网页播放器前台控制面板,支持多音乐平台音乐解析。 预览图

说明

因服务器到期,本人无法再提供程序的接口建设,app/controller/Common中可以修改程序对接的音乐接口地址,如有接口需求请添加QQ2687409344

技术栈

后端: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静态化无需配置

安装

  1. 导入根目录install.sql到数据库
  2. 配置config/database.php数据库信息
  3. 默认账户 admin 123456
  4. 开放函数popen和proc_open

参与开发

QQ群

点击链接加入群聊【Hello World】:https://jq.qq.com/?_wv=1027&k=KkspUV8O

赞赏

赞赏

版权信息

XPlayerConsole遵循MIT开源协议发布,并提供免费使用。

版权所有Copyright © 2020 by Ocink (https://gitee.com/ocink)

All rights reserved。

PHP
1
https://gitee.com/ZhaoJiaXuan-Hub/xplayer-console.git
git@gitee.com:ZhaoJiaXuan-Hub/xplayer-console.git
ZhaoJiaXuan-Hub
xplayer-console
XPlayerConsole
master

搜索帮助