1
0

feat:添加lrcapi到列表

This commit is contained in:
okxlin
2024-11-01 00:47:07 +08:00
parent 1a532e80f1
commit 40e1578a6b
9 changed files with 130 additions and 0 deletions

13
apps/lrcapi/README.md Normal file
View File

@@ -0,0 +1,13 @@
# LrcApi
A Flask API For [StreamMusic](https://github.com/gitbobobo/StreamMusic)
## 功能
支持酷狗/聚合API获取LRC歌词
支持text/json API
支持获取音乐/专辑/艺术家封面
默认监听28883端口API地址 `http://0.0.0.0:28883/lyrics` 新版API地址 `http://0.0.0.0:28883/jsonapi` 封面API地址 `http://0.0.0.0:28883/cover`