sync: soul-admin 页面 | 原因: 前端页面修改

This commit is contained in:
卡若
2026-03-09 04:53:07 +08:00
parent fb71faa117
commit cbc443b500

View File

@@ -107,6 +107,8 @@ interface EditingSection {
filePath?: string
isFree?: boolean
isNew?: boolean
isPinned?: boolean
hotScore?: number
}
function buildTree(sections: SectionListItem[]): Part[] {