fix(windows): 修复 Electron 加载 WCDB 运行时导致的崩溃

This commit is contained in:
姜北尘
2026-04-18 17:42:24 +08:00
parent 00b63eed54
commit e12caa16a6
3 changed files with 65 additions and 10 deletions

View File

@@ -25,9 +25,7 @@ export class WcdbService {
private logEnabled = false
private monitorListener: ((type: string, json: string) => void) | null = null
constructor() {
this.initWorker()
}
constructor() {}
/**
* 初始化 Worker 线程