mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-20 23:36:10 +01:00
🎨 数据同步忽略用于文件系统检查的文件 https://github.com/siyuan-note/siyuan/issues/7744
This commit is contained in:
parent
75d295cab6
commit
446bcc126d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue