mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-05-14 16:17:30 +08:00
🔧 chore: 更新 Electron 版本至 36.2.0,优化歌词视图的悬停效果
This commit is contained in:
@@ -89,6 +89,8 @@ const createWin = () => {
|
||||
alwaysOnTop: true,
|
||||
resizable: true,
|
||||
roundedCorners: false,
|
||||
titleBarStyle: 'hidden',
|
||||
titleBarOverlay: false,
|
||||
// 添加跨屏幕支持选项
|
||||
webPreferences: {
|
||||
preload: join(__dirname, '../preload/index.js'),
|
||||
|
||||
@@ -682,7 +682,7 @@ body,
|
||||
--text-secondary: #ffffffea;
|
||||
--highlight-color: #1db954;
|
||||
--control-bg: rgba(124, 124, 124, 0.3);
|
||||
&:hover {
|
||||
&:hover:not(.lyric_lock) {
|
||||
background: rgba(44, 44, 44, 0.466) !important;
|
||||
}
|
||||
}
|
||||
@@ -692,7 +692,7 @@ body,
|
||||
--text-secondary: #39393989;
|
||||
--highlight-color: #1db954;
|
||||
--control-bg: rgba(255, 255, 255, 0.3);
|
||||
&:hover {
|
||||
&:hover:not(.lyric_lock) {
|
||||
background: rgba(0, 0, 0, 0.434) !important;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user