3 Star 27 Fork 1

ZhaoJiaXuan / XPlayerConsole

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

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。

MIT License Copyright (c) 2020 Ocink Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

基于thinkphp6开发的XPlayer播放器前台控制面板,支持多音乐平台音乐解析。 展开 收起
PHP
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
PHP
1
https://gitee.com/ZhaoJiaXuan-Hub/xplayer-console.git
git@gitee.com:ZhaoJiaXuan-Hub/xplayer-console.git
ZhaoJiaXuan-Hub
xplayer-console
XPlayerConsole
master

搜索帮助