update release log

This commit is contained in:
duanfuxiang
2025-06-18 09:51:01 +08:00
parent 7416ddffaa
commit b3e16d6bcb
4 changed files with 6 additions and 3 deletions

View File

@@ -95,7 +95,6 @@ const SearchView = () => {
const file = app.vault.getFileByPath(result.path)
if (!file) {
console.error('❌ [SearchView] 在vault中找不到文件:', result.path)
().map(f => f.path))
return
}