Skip to content

Commit 020c0b2

Browse files
committed
update reademe.md
1 parent aa34d95 commit 020c0b2

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,15 @@
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端口。

0 commit comments

Comments
 (0)