暂时无法自动播放

This commit is contained in:
2025-08-17 22:07:37 +08:00
parent 196ee46a8d
commit 90e4a01e62
13 changed files with 410 additions and 21 deletions

2
API.md
View File

@@ -33,7 +33,7 @@ connect_to_player(config: ConnectionConfig) -> Result<ApiResponse<PlayerState>,
**参数:**
```json
{
"host": "192.168.1.100",
"host": "127.0.0.1",
"port": 8080,
"timeout": 10,
"autoReconnect": true,