20260723存档01

This commit is contained in:
2026-07-23 01:29:55 +08:00
parent 0a2b8bd018
commit cdbb1e54a3
13 changed files with 774 additions and 82 deletions
+2
View File
@@ -12,6 +12,7 @@ import { registerTaskHandlers } from './handlers/task';
import { registerSystemHandlers } from './handlers/system';
import { registerWindowHandlers } from './handlers/window';
import { registerCrashHandlers, setupCrashListeners, testCrashDialog } from './handlers/crash-monitor';
import { registerKoringAuthHandlers } from './handlers/koring-auth';
import { loadConfig, saveConfig, configExists } from './config';
const { app } = electron;
@@ -133,6 +134,7 @@ function registerAllHandlers() {
registerSystemHandlers();
registerWindowHandlers(win);
registerCrashHandlers();
registerKoringAuthHandlers();
}
app.whenReady().then(() => {