update:更新大纲管理和章节管理页面,支持前端搜索/分页。

This commit is contained in:
xiamuceer-j
2026-03-04 16:27:18 +08:00
parent cfbc32505e
commit ec5398d60a
5 changed files with 579 additions and 327 deletions
+2 -1
View File
@@ -35,9 +35,10 @@ class OutlineResponse(BaseModel):
content: str
structure: Optional[str] = None
order_index: int
has_chapters: Optional[bool] = None
created_at: datetime
updated_at: datetime
model_config = ConfigDict(from_attributes=True)