feat: 修复 7 个 Gap — 图分组布局、status 映射、详情面板丰富等 #2

Open
openclaw wants to merge 11 commits from feat/v2-fix-gaps into feat/full-implementation
Showing only changes of commit ca9f199d53 - Show all commits

View File

@ -34,6 +34,7 @@ export interface GraphNode {
label: string
status: string
group_id: string
parent: string | null
}
export interface GraphEdge {