fix: 播放页&功能&界面优化

- 播放页UI(全)
- 音量控制优化
- 歌词组件
- 各种控件组件
- 图标打包
- 布局优化
This commit is contained in:
lqtmcstudio
2026-02-09 11:38:47 +08:00
parent 664145c6e8
commit 85862af686
38 changed files with 1871 additions and 267 deletions

View File

@@ -34,7 +34,8 @@ function createWindow() {
webPreferences: {
preload: path.join(__dirname, '../preload/index.js'),
sandbox: false,
contextIsolation: true
contextIsolation: true,
webSecurity: false
}
})