Initial commit: webman project

This commit is contained in:
zimoyin
2026-08-02 02:23:18 +08:00
commit 6f178e30c5
63 changed files with 9170 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
# 更改播放模式, mode:0-顺序播放;1-单曲循环;2-队列循环;
POST http://192.168.42.4:8888
Content-Type: application/json
{
"sn": "ls20://0202AD1AE849",
"type": "req",
"name": "songs_queue_mode",
"params": {
"mode": 0
}
}