1
0
mirror of https://github.com/hanxi/xiaomusic.git synced 2026-04-04 11:45:14 +08:00

Auto-Generate docs 🤖

This commit is contained in:
Issues Docs [BOT]
2026-03-20 01:01:27 +00:00
parent ecdd512e03
commit 3f0bd174e8

View File

@@ -406,15 +406,37 @@ https://github.com/airroy888/xiaomusic
#786 现已经支持B站在线播放形式的歌单无需下载适合小机器部署
```json
{
"name": "B站测试歌单",
"songs": [
[
{
"name": "晴天",
"url": "https://www.bilibili.com/video/BV1U44y1G7a6"
"name": "英文电台",
"musics": [
{
"name": "BBC NEWS",
"url": "https://stream.live.vc.bbcmedia.co.uk/bbc_world_service",
"type": "radio"
},
{
"name": "CGTN ENGLISH",
"url": "https://english-livetx.cgtn.com/hls/yypdyyctzb_sd.m3u8",
"type": "radio"
},
{
"name": "CGTN BEIJING HOUR",
"url": "https://sk.cri.cn/am846.m3u8",
"type": "radio"
}
]
},
{
"name": "B站测试歌单",
"musics": [
{
"name": "晴天",
"url": "https://www.bilibili.com/video/BV1U44y1G7a6"
}
]
}
]
}
]
```
---