🎨 /资源
支持搜索未索引的文件 https://github.com/siyuan-note/siyuan/issues/5416
This commit is contained in:
parent
7c4cff3790
commit
527753113b
1 changed files with 1 additions and 1 deletions
2
kernel/cache/asset.go
vendored
2
kernel/cache/asset.go
vendored
|
@ -45,7 +45,7 @@ func LoadAssets() {
|
|||
}
|
||||
return nil
|
||||
}
|
||||
if strings.HasSuffix(info.Name(), ".sya") {
|
||||
if strings.HasSuffix(info.Name(), ".sya") || strings.HasPrefix(info.Name(), ".") {
|
||||
return nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue