Skip to content

Commit

Permalink
🐞 fix: 修复酷我音源失效
Browse files Browse the repository at this point in the history
  • Loading branch information
imsyy committed Jun 6, 2024
1 parent b146dc0 commit e66ba52
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion electron/main/utils/getNeteaseMusicUrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ const getKuwoSongUrl = async (keyword) => {
const url = encryptQuery
? "http://mobi.kuwo.cn/mobi.s?f=kuwo&q=" +
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=" +
songId,
)
Expand Down
3 changes: 3 additions & 0 deletions src/views/Setting/system.vue
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ const getSystemFonts = async () => {
allFontsData.value.push({
label: v,
value: v,
style: {
fontFamily: v,
},
});
});
};
Expand Down

0 comments on commit e66ba52

Please sign in to comment.