feat: 添加音质选择 优化灰色歌曲解析

This commit is contained in:
alger
2025-01-06 20:54:42 +08:00
parent fcc47dc0ff
commit 020aca7384
12 changed files with 78 additions and 54 deletions
+4 -3
View File
@@ -6,12 +6,13 @@
"host": "127.0.0.1",
"port": 7890
},
"enableRealIP":false,
"realIP":"",
"enableRealIP": false,
"realIP": "",
"noAnimate": false,
"animationSpeed": 1,
"author": "Alger",
"authorUrl": "https://github.com/algerkong",
"musicApiPort": 30488,
"closeAction": "ask"
"closeAction": "ask",
"musicQuality": "higher"
}