升级nuxt -> 3.15.0 修复防止休眠无法停止的问题

This commit is contained in:
黑先森
2024-12-31 11:46:04 +08:00
parent cefcc930b8
commit 539092d769
5 changed files with 753 additions and 812 deletions
+1
View File
@@ -570,6 +570,7 @@
await invoke("stop_command", { child_id: listenObj.thread_id || 0 });
await invoke("stop_command", { child_id: data.winipBcPid || 0 });
await invoke("stop_command", { child_id: listenObj.server_thread_id.value || 0 });
await stopPreventSleep(); //关闭防休眠
},
async () => {
await handleConnection();