自动恢复工作区,增加重置按钮

This commit is contained in:
2025-12-24 14:39:32 +08:00
parent 919bd08ca1
commit f483227f8b
2 changed files with 18 additions and 3 deletions

View File

@@ -278,7 +278,7 @@ export const useFilesStore = defineStore('files', () => {
}
// 关闭文件后立即更新
updateTab();
// updateTab();
};
// 更新指定 Tab - 内存操作即时localStorage 操作防抖