diff --git a/soul-admin/src/pages/content/ContentPage.tsx b/soul-admin/src/pages/content/ContentPage.tsx index 06608caa..bd466830 100644 --- a/soul-admin/src/pages/content/ContentPage.tsx +++ b/soul-admin/src/pages/content/ContentPage.tsx @@ -107,6 +107,8 @@ interface EditingSection { filePath?: string isFree?: boolean isNew?: boolean + isPinned?: boolean + hotScore?: number } function buildTree(sections: SectionListItem[]): Part[] {