diff --git a/soul-admin/src/pages/content/ChapterTree.tsx b/soul-admin/src/pages/content/ChapterTree.tsx index bc1e8d87..49c04833 100644 --- a/soul-admin/src/pages/content/ChapterTree.tsx +++ b/soul-admin/src/pages/content/ChapterTree.tsx @@ -471,6 +471,7 @@ export function ChapterTree({ )} {section.id} {section.title} + {pinnedSectionIds.includes(section.id) && }
点击 {(section.clickCount ?? 0)} · 付款 {(section.payCount ?? 0)}