Commit ad2422d 1 parent 6b9ba74 commit ad2422d Copy full SHA for ad2422d
File tree 3 files changed +2
-1
lines changed
3 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -114,6 +114,7 @@ class MainProcess {
114
114
center : true , // 是否出现在屏幕居中的位置
115
115
show : false , // 初始时不显示窗口
116
116
frame : false , // 无边框
117
+ // transparent: true, // 透明窗口
117
118
titleBarStyle : "customButtonsOnHover" , // Macos 隐藏菜单栏
118
119
autoHideMenuBar : true , // 失去焦点后自动隐藏菜单栏
119
120
// 图标配置
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ const getKuwoSongUrl = async (keyword) => {
121
121
const url = encryptQuery
122
122
? "http://mobi.kuwo.cn/mobi.s?f=kuwo&q=" +
123
123
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" +
125
125
"&rid=" +
126
126
songId ,
127
127
)
You can’t perform that action at this time.
0 commit comments