🎨 数据同步忽略用于文件系统检查的文件 https://github.com/siyuan-note/siyuan/issues/7744

This commit is contained in:
Liang Ding 2023-03-22 18:16:47 +08:00
parent 14ad385ed8
commit b7375b6788
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -331,7 +331,7 @@ func statTypesByPath(files []*entity.File) (ret []*TypeCount) {
for _, f := range files {
ext := path.Ext(f.Path)
if "" == ext {
ext = "noExt"
ext = "NoExt"
}
found := false