feat: Phase 6 - Electron main process with native IPC handlers

- overlay:start/stop (MaqiangTangXiXiOverlay.exe)
- monitor:start/stop (MaqiangTangHardwareMonitor.exe)
- optimize:item/restore/list (MaqiangTangh1.exe)
- window controls, fs utilities
This commit is contained in:
Chen Gu
2026-05-09 02:26:04 +08:00
parent 5bd314deb2
commit f79e95f254
5 changed files with 393 additions and 10 deletions

2
electron/vite.config.d.ts vendored Normal file
View File

@@ -0,0 +1,2 @@
declare const _default: import("vite").UserConfig;
export default _default;