feat: 重命名项目

This commit is contained in:
digua
2025-11-27 23:06:48 +08:00
parent ca43fbb72b
commit b5e0ce9ea9
11 changed files with 18 additions and 18 deletions

View File

@@ -21,7 +21,7 @@ function getDbDir(): string {
try {
const docPath = app.getPath('documents')
console.log('[Database] app.getPath("documents"):', docPath)
DB_DIR = path.join(docPath, 'ChatLens', 'databases')
DB_DIR = path.join(docPath, 'ChatLab', 'databases')
} catch (error) {
console.error('[Database] Error getting userData path:', error)
DB_DIR = path.join(process.cwd(), 'databases')