Skip to content

Commit ad2422d

Browse files
committed
🐞 fix: 修复酷我解灰失效
1 parent 6b9ba74 commit ad2422d

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

electron/main/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ class MainProcess {
114114
center: true, // 是否出现在屏幕居中的位置
115115
show: false, // 初始时不显示窗口
116116
frame: false, // 无边框
117+
// transparent: true, // 透明窗口
117118
titleBarStyle: "customButtonsOnHover", // Macos 隐藏菜单栏
118119
autoHideMenuBar: true, // 失去焦点后自动隐藏菜单栏
119120
// 图标配置

electron/main/utils/getNeteaseMusicUrl.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ const getKuwoSongUrl = async (keyword) => {
121121
const url = encryptQuery
122122
? "http://mobi.kuwo.cn/mobi.s?f=kuwo&q=" +
123123
encryptQuery(
124-
"corp=kuwo&source=kwplayer_ar_8.5.5.0_apk_keluze.apk&p2p=1&type=convert_url2&sig=0&format=mp3" +
124+
"corp=kuwo&source=kwplayer_ar_1.1.9_oppo_118980_320.apk&p2p=1&type=convert_url2&sig=0&format=mp3" +
125125
"&rid=" +
126126
songId,
127127
)

public/imgs/pic/song.jpg

3.37 KB
Loading

0 commit comments

Comments
 (0)