fix/various fixes

This commit is contained in:
Kevin
2026-03-20 15:15:35 +08:00
parent 7f57f96c25
commit 7317bf10cd
112 changed files with 3790 additions and 2242 deletions

View File

@@ -8,3 +8,9 @@ class UpdateBookRequest(BaseModel):
class ExportPdfRequest(BaseModel):
book_id: str
class SetChapterStoryOrderRequest(BaseModel):
"""按顺序绑定本章节要收录的 stories覆盖原有 chapter_story_links"""
story_ids: list[str]