🔧 chore: 更新 Electron 版本至 36.2.0,优化歌词视图的悬停效果

This commit is contained in:
alger
2025-05-09 19:42:49 +08:00
parent 3c1a144113
commit 44f9709bb3
3 changed files with 5 additions and 3 deletions
+2
View File
@@ -89,6 +89,8 @@ const createWin = () => {
alwaysOnTop: true,
resizable: true,
roundedCorners: false,
titleBarStyle: 'hidden',
titleBarOverlay: false,
// 添加跨屏幕支持选项
webPreferences: {
preload: join(__dirname, '../preload/index.js'),