Add recursive search option for folder filtering and enhance search UI

This commit is contained in:
Will Miao
2025-02-08 18:01:22 +08:00
parent ad65974bb9
commit 25c93f8cc9
7 changed files with 118 additions and 11 deletions

View File

@@ -6,5 +6,6 @@ export const state = {
activeFolder: null,
loadingManager: null,
observer: null,
previewVersions: new Map()
};
previewVersions: new Map(),
searchManager: null // 添加 searchManager
};