File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 2222## 🚀 部署介绍
2323 此项目为魔改TS3AudioBot中Webinterface的Index.html,原理为通过TS3AudioBot和网易云音乐的API实现页面端操控与展示。
2424
25- 1 . 本适用于搭配 [ TS3AudioBot-NetEaseCloudmusic-plugin-wellwhz优化版 ] ( https://github.com/wellwhz /TS3AudioBot-NetEaseCloudmusic-plugin ) 与[ NeteaseCloudMusicApi] ( https://gitlab.com/Binaryify/neteasecloudmusicapi ) 的[ TS3AudioBot] ( https://github.com/Splamy/TS3AudioBot ) 。请先完成这些项目的部署。
26- 2 . 将本项目` index.html ` 替换TS3AudioBot的 ` WebInterface ` 目录下的同名文件,将文件中的五处` 127.0.0.1:3000 ` 替换为你的NeteaseCloudMusicApi地址。
27- 3 . 在Rights.toml中为Api配置访问权限:
25+ 1 . 本项目适用于搭配TS3AudioBot-NetEaseCloudmusic-plugin(需包含 ` !yun list ` 、 ` !yun clear ` 功能,因此可选 [ wellwhz版 ] ( https://github.com/wellwhz/ TS3AudioBot-NetEaseCloudmusic-plugin) 或 [ 原版DEV分支 ] ( https://github.com/ZHANGTIANYAO1 /TS3AudioBot-NetEaseCloudmusic-plugin/tree/DEV ) )与[ NeteaseCloudMusicApi] ( https://gitlab.com/Binaryify/neteasecloudmusicapi ) 的[ TS3AudioBot] ( https://github.com/Splamy/TS3AudioBot ) 。请先完成这些项目的部署。
26+ 2 . 将本项目` index.html ` 替换TS3AudioBot的 ` WebInterface ` 目录下的同名文件,将文件中的五处` 127.0.0.1:3000 ` 替换为你的NeteaseCloudMusicApi地址。
27+ 3 . 在Rights.toml中为Api配置访问权限:
2828```
2929# Web API规则
3030[[rule]]
3131 # 匹配来自Web API的请求
3232 isapi = true
3333 # 给予所有权限
3434 "+" = "*"
35- ```
35+ ```
36+ 4 . 运行TS3Audiobot,即可访问58913端口。
You can’t perform that action at this time.
0 commit comments