* 初始化超级面板管理器
(mainWindow: BrowserWindow)
| 59 | * 初始化超级面板管理器 |
| 60 | */ |
| 61 | init(mainWindow: BrowserWindow): void { |
| 62 | this.mainWindow = mainWindow |
| 63 | this.setupIPC() |
| 64 | this.loadConfig() |
| 65 | } |
| 66 | |
| 67 | /** |
| 68 | * 从数据库加载配置并启动监听 |
nothing calls this directly
no test coverage detected