feat: update child chunk handling and improve UI interactions

This commit is contained in:
twwu
2024-12-12 15:33:54 +08:00
parent c1d1960215
commit 5a1159f9ab
9 changed files with 53 additions and 25 deletions

View File

@ -627,6 +627,7 @@ export type ChildChunkDetail = {
content: string
word_count: number
created_at: number
updated_at: number
type: ChildChunkType
}