mirror of
https://github.com/MeoProject/lx-music-api-server.git
synced 2025-05-23 19:17:41 +08:00
docs: README
This commit is contained in:
parent
ceede1c03b
commit
1640723ad4
@ -16,7 +16,6 @@ LX Music非官方测试接口服务器的Python实现(需自行写源)
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/lxmusics/lx-music-api-server-python.git # clone本项目
|
git clone https://github.com/lxmusics/lx-music-api-server-python.git # clone本项目
|
||||||
cd python # 后期可能会有nodejs版
|
|
||||||
python -m pip install -r ./requirements.txt # 安装依赖
|
python -m pip install -r ./requirements.txt # 安装依赖
|
||||||
python main.py # 启动服务
|
python main.py # 启动服务
|
||||||
```
|
```
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
import os
|
import os
|
||||||
|
|
||||||
|
|
||||||
debug_mode = False
|
debug_mode = True
|
||||||
log_length_limit = 400
|
log_length_limit = 400
|
||||||
running = True
|
running = True
|
||||||
config = {}
|
config = {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user