interface ChapterListProps { currentChapterNo: number; } // 左栏目录(UX §6.3)。M1 无章节列表端点 → 仅展示当前章占位。 export function ChapterList({ currentChapterNo }: ChapterListProps) { return ( ); }