多余日志清理,修复部分作品无法创建文件夹的问题

This commit is contained in:
2025-08-24 15:58:22 +08:00
parent 8d19acf8f3
commit a35e82731d
10 changed files with 410 additions and 354 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ class HistoryManager {
await fs.ensureDir(this.dataPath);
await this.loadHistory();
this.initialized = true;
console.log('历史记录管理器初始化完成');
// 历史记录管理器初始化完成
} catch (error) {
console.error('历史记录管理器初始化失败:', error);
this.initialized = false;