1
0
mirror of https://github.com/hanxi/xiaomusic.git synced 2025-12-07 15:02:55 +08:00

feat: 新增 websocket 接口获取当前播放状态

This commit is contained in:
涵曦
2025-09-09 19:55:45 +08:00
parent fcfff7c090
commit a36709e838
3 changed files with 160 additions and 47 deletions

View File

@@ -22,7 +22,8 @@ dependencies = [
"python-multipart>=0.0.12",
"requests>=2.32.3",
"sentry-sdk[fastapi]==1.45.1",
"python-socketio>=5.12.1",
"python-socketio>=5.12.1",
"pyjwt>=2.10.1",
]
requires-python = ">=3.10"
readme = "README.md"