Skip to content

在线多人一起听歌,支持网易云及网易云电台

License

Notifications You must be signed in to change notification settings

akyuu-cn/PotatoMusicBox

Repository files navigation

PotatoMusicBox

在线多人一起听歌,支持网易云及网易云电台

在线预览

pmb.akyuu.cn

部署后端

  1. app.ts 中修改 roomKey 常量,可以为任何字符串,但建议选择一个随机的uuid

  2. 在项目目录下新建 userList.json 文件,并按照以下格式新建用户:

[
    {
        "key": "replace_me_with_uuid",
        "name": "user1"
    },
    {
        "key": "replace_me_with_uuid",
        "name": "user2"
    }
]
  1. 启动 node 项目

部署前端

前端页面位于 /frontend 文件夹中,你可能需要修改前端的源码来设置默认服务器

使用说明

  1. 前往设置页面填入 用户密钥房间密钥
  2. 填入 api(后端)地址
  3. 保存设置
  4. 开始点歌!

About

在线多人一起听歌,支持网易云及网易云电台

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published