feat: 添加EQ音效调节功能 实时调节以及多个预设提供

This commit is contained in:
alger
2025-03-07 01:14:35 +08:00
parent ddafcfba10
commit dd7b06d7e5
8 changed files with 908 additions and 16 deletions

View File

@@ -91,7 +91,8 @@ export function createMainWindow(icon: Electron.NativeImage): BrowserWindow {
webPreferences: {
preload: join(__dirname, '../preload/index.js'),
sandbox: false,
contextIsolation: true
contextIsolation: true,
webSecurity: false
}
});