feat(ifm_json): 添加酷狗音乐支持

- 在音质字典中添加酷狗音乐的音质选项
- 在音乐平台列表中增加酷狗音乐的 API地址和音质映射
This commit is contained in:
2025-09-06 21:30:26 +08:00
parent a237e3d73d
commit a7b76fb2fe

View File

@ -6,6 +6,7 @@ usercache = {
"QQ": "HQ高音质", "QQ": "HQ高音质",
"KUWO": "高品音质", "KUWO": "高品音质",
"WANGYIYUN": "极高音质", "WANGYIYUN": "极高音质",
"KUGOU": "高品音质"
}, },
"choice": "KUWO", "choice": "KUWO",
"auto_update": True, "auto_update": True,
@ -38,6 +39,11 @@ api_data = {
"超清母带": 7 "超清母带": 7
} }
], ],
"KUGOU": ["https://sdkapi.hhlqilongzhu.cn/api/dgMusic_kugou/",
{
"高品音质": 1
}
]
} }