From 938f63a0734208fb445bfcd5dd45b868c6d20cbf Mon Sep 17 00:00:00 2001 From: NFL_jiancx <1678594309@qq.com> Date: Fri, 3 Oct 2025 16:15:52 +0800 Subject: [PATCH] =?UTF-8?q?feat(config):=20=E6=9B=B4=E6=96=B0=E9=9F=B3?= =?UTF-8?q?=E4=B9=90=E6=BA=90=E9=85=8D=E7=BD=AE=E5=B9=B6=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E9=80=89=E6=8B=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加聚合音乐源及其默认音质配置 - 将默认音乐源从酷我调整为QQ音乐 - 更新音乐源配置结构以支持新选项 --- nflmusic/ifm_json.py | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/nflmusic/ifm_json.py b/nflmusic/ifm_json.py index 24a128e..cea3436 100644 --- a/nflmusic/ifm_json.py +++ b/nflmusic/ifm_json.py @@ -6,9 +6,10 @@ usercache = { "QQ": "HQ高音质", "KUWO": "高品音质", "WANGYIYUN": "极高音质", - "KUGOU": "高品音质" + "KUGOU": "高品音质", + "JUHE": "默认音质" }, - "choice": "KUWO", + "choice": "QQ", "auto_update": True, "playing_mode": 0, "auto_play": False @@ -43,6 +44,11 @@ api_data = { { "高品音质": 1 } + ], + "JUHE": ["https://sdkapi.hhlqilongzhu.cn/api/juhe_dgmusic/", + { + "默认音质": 1 + } ] }