This commit is contained in:
yj 2025-10-14 15:38:39 +08:00
parent b6ae093255
commit 1f0cfc9a70
1 changed files with 0 additions and 2 deletions

View File

@ -31,8 +31,6 @@ let connection = null;
let startNumber = 0;
let buildStatus = false; //true 打包开发版本 false 本地开发
powerSaveBlocker.start('prevent-display-sleep')
const id = powerSaveBlocker.start('prevent-display-sleep')
powerSaveBlocker.stop(id)
class AppWindow extends BrowserWindow {
constructor(config) {