This commit is contained in:
jinli.yl 2026-05-14 10:51:26 +08:00
parent dce86f5b99
commit 3a573d9122

View file

@ -85,5 +85,7 @@ class DefaultFileParser(BaseFileParser):
break
start += step
return FileNode(path=rel_path, st_mtime=stat.st_mtime, front_matter=front_matter,
return FileNode(path=rel_path,
st_mtime=stat.st_mtime,
front_matter=front_matter,
chunk_ids=[c.id for c in chunks]), chunks