fix:修复一些bug

This commit is contained in:
H3CoF6
2026-03-17 04:05:50 +08:00
parent 56a8859eaf
commit 1680acb22c
3 changed files with 28 additions and 13 deletions

View File

@@ -16,7 +16,7 @@ interface ConfigSchema {
imageXorKey: number
imageAesKey: string
wxidConfigs: Record<string, { decryptKey?: string; imageXorKey?: number; imageAesKey?: string; updatedAt?: number }>
exportPath?: string;
// 缓存相关
cachePath: string
lastOpenedDb: string