mirror of
https://github.com/imsyy/SPlayer.git
synced 2025-11-25 19:37:35 +08:00
🐞 fix: 修复酷我音源失效
This commit is contained in:
@@ -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,
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -108,6 +108,9 @@ const getSystemFonts = async () => {
|
|||||||
allFontsData.value.push({
|
allFontsData.value.push({
|
||||||
label: v,
|
label: v,
|
||||||
value: v,
|
value: v,
|
||||||
|
style: {
|
||||||
|
fontFamily: v,
|
||||||
|
},
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user