mirror of
https://github.com/lqtmcstudio/QZMusic_PC.git
synced 2026-06-20 23:35:06 +08:00
fix: 播放页&功能&界面优化
- 播放页UI(全) - 音量控制优化 - 歌词组件 - 各种控件组件 - 图标打包 - 布局优化
This commit is contained in:
@@ -34,7 +34,8 @@ function createWindow() {
|
||||
webPreferences: {
|
||||
preload: path.join(__dirname, '../preload/index.js'),
|
||||
sandbox: false,
|
||||
contextIsolation: true
|
||||
contextIsolation: true,
|
||||
webSecurity: false
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user