mirror of
https://github.com/siyuan-note/siyuan
synced 2026-04-21 13:37:52 +00:00
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
0e1071f4f4
commit
0d09c84317
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ func (box *Box) docFromFileInfo(fileInfo *FileInfo, ial map[string]string) (ret
|
|||
ret = &File{}
|
||||
ret.Path = fileInfo.path
|
||||
ret.Size = uint64(fileInfo.size)
|
||||
ret.Name = ial["title"] + ".sy"
|
||||
ret.Name = ial["title"]
|
||||
ret.Icon = ial["icon"]
|
||||
ret.ID = ial["id"]
|
||||
ret.Name1 = ial["name"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue