更新文档:添加Windows启动脚本说明

This commit is contained in:
1e0n
2025-10-08 15:58:30 +08:00
parent e3e7a918cd
commit c677d7b429

View File

@@ -129,16 +129,23 @@ export DROID_REFRESH_KEY="your_refresh_token_here"
### 启动服务器
**方式1使用npm命令**
```bash
npm start
```
或使用快捷脚本:
**方式2使用启动脚本**
Linux/macOS
```bash
./start.sh
```
Windows
```cmd
start.bat
```
服务器默认运行在 `http://localhost:3000`
### Docker部署