|
|
пре 3 недеља | |
|---|---|---|
| app | пре 3 недеља | |
| static | пре 3 недеља | |
| templates | пре 3 недеља | |
| .gitignore | пре 3 недеља | |
| README.md | пре 3 недеља | |
| playlists.json | пре 3 недеља | |
| requirements.txt | пре 3 недеља | |
| start.sh | пре 3 недеља |
FastAPI 在线音乐播放器,音乐文件默认存储在 mp3file/ 目录。
conda activate py311
cd /home/myprojector/musicweb
pip install -r requirements.txt
uvicorn app.main:app --host 0.0.0.0 --port 8000 --reload