Merge branch 'dev' into fix/sns-thumb-and-backup-v2

This commit is contained in:
Moxiaoyuan1003
2026-05-23 00:32:06 +08:00
committed by GitHub
26 changed files with 2069 additions and 141 deletions

View File

@@ -460,6 +460,7 @@ export class BackupService {
const dbStorage = join(accountDir, 'db_storage')
if (!existsSync(dbStorage)) return { success: false, error: '未找到 db_storage 目录' }
const accountDirName = basename(accountDir)
const opened = await withTimeout(
wcdbService.open(accountDir, decryptKey),
15000,