feat: add qq music api search

This commit is contained in:
2024-09-25 23:04:49 +08:00
parent ecd50ffea6
commit 1c89d54636
9 files changed
+194 -4

No files matched your search

+2 -1
View File
@@ -24,5 +24,6 @@
],
"enableAntiRevoke": true,
"llamaUrl": "http://127.0.0.1",
"llamaModel": "llama3.1"
"llamaModel": "llama3.1",
"qqMusicApiUrl": "http://127.0.0.1:3200"
}