🐞 fix: 修复酷我音源失效

This commit is contained in:
imsyy
2024-06-06 09:34:52 +08:00
parent b146dc011e
commit e66ba52889
2 changed files with 4 additions and 1 deletions

View File

@@ -121,7 +121,7 @@ const getKuwoSongUrl = async (keyword) => {
const url = encryptQuery const url = encryptQuery
? "http://mobi.kuwo.cn/mobi.s?f=kuwo&q=" + ? "http://mobi.kuwo.cn/mobi.s?f=kuwo&q=" +
encryptQuery( encryptQuery(
"corp=kuwo&source=kwplayer_ar_1.1.9_oppo_118980_320.apk&p2p=1&type=convert_url2&sig=0&format=mp3" + "corp=kuwo&source=kwplayer_ar_5.1.0.0_B_jiakong_vh.apk&p2p=1&type=convert_url2&sig=0&format=mp3" +
"&rid=" + "&rid=" +
songId, songId,
) )

View File

@@ -108,6 +108,9 @@ const getSystemFonts = async () => {
allFontsData.value.push({ allFontsData.value.push({
label: v, label: v,
value: v, value: v,
style: {
fontFamily: v,
},
}); });
}); });
}; };