Merge branch 'hicccc77:main' into main

This commit is contained in:
Jason
2026-04-06 13:13:15 +08:00
committed by GitHub
9 changed files with 210 additions and 19 deletions

View File

@@ -2376,6 +2376,9 @@ function registerIpcHandlers() {
const cfg = configService || new ConfigService()
configService = cfg
const logEnabled = cfg.get('logEnabled')
const dbPath = String(cfg.get('dbPath') || '').trim()
const decryptKey = String(cfg.get('decryptKey') || '').trim()
const myWxid = String(cfg.get('myWxid') || '').trim()
const resourcesPath = app.isPackaged
? join(process.resourcesPath, 'resources')
: join(app.getAppPath(), 'resources')
@@ -2389,6 +2392,9 @@ function registerIpcHandlers() {
sessionIds,
outputDir,
options,
dbPath,
decryptKey,
myWxid,
resourcesPath,
userDataPath,
logEnabled