Skip to content

Commit

Permalink
🐞 fix: 修复酷我解灰失效
Browse files Browse the repository at this point in the history
  • Loading branch information
imsyy committed May 28, 2024
1 parent 6b9ba74 commit ad2422d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions electron/main/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ class MainProcess {
center: true, // 是否出现在屏幕居中的位置
show: false, // 初始时不显示窗口
frame: false, // 无边框
// transparent: true, // 透明窗口
titleBarStyle: "customButtonsOnHover", // Macos 隐藏菜单栏
autoHideMenuBar: true, // 失去焦点后自动隐藏菜单栏
// 图标配置
Expand Down
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_8.5.5.0_apk_keluze.apk&p2p=1&type=convert_url2&sig=0&format=mp3" +
"corp=kuwo&source=kwplayer_ar_1.1.9_oppo_118980_320.apk&p2p=1&type=convert_url2&sig=0&format=mp3" +
"&rid=" +
songId,
)
Expand Down
Binary file modified public/imgs/pic/song.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ad2422d

Please sign in to comment.