style: 优化大纲管理页面UI展示,增加structure大纲完整结构展示

This commit is contained in:
xiamuceer-j
2026-02-06 16:43:40 +08:00
parent 9dab5c486a
commit 29fbb7cc0b
4 changed files with 899 additions and 105 deletions
+1 -1
View File
@@ -193,7 +193,7 @@ export interface OutlineCreate {
export interface OutlineUpdate {
title?: string;
content?: string;
// structure 暂不支持修改
structure?: string; // 支持修改structure字段
// order_index 只能通过 reorder 接口批量调整
}