feat: publish representation and depth chapter

This commit is contained in:
wuyang
2026-07-29 10:32:33 +08:00
parent a9afa12c7c
commit a2c9298d35
28 changed files with 2960 additions and 51 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ const stages = [
{stage.items.map((number) => {
const chapter = chapters.find((item) => item.number === number)!;
return (
<a href={`#chapter-${number}`} class:list={{ hot: ["02", "06", "07", "11"].includes(number) }}>
<a href={`#chapter-${number}`} class:list={{ hot: ["02", "03", "06", "07", "11"].includes(number) }}>
<b>{number}</b>
<p>{chapter.title}</p>
</a>