From d1ca102e5141cb648f9191a2aa858915775ab329 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=94=E6=A2=A6?= Date: Thu, 2 Jan 2025 15:20:02 +0800 Subject: [PATCH] =?UTF-8?q?fix:api=E6=9B=B4=E6=94=B9antdVersion=E9=BB=98?= =?UTF-8?q?=E8=AE=A4V5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/xflow/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/xflow/api.md b/docs/xflow/api.md index e7fbe0b13..a460cf62c 100644 --- a/docs/xflow/api.md +++ b/docs/xflow/api.md @@ -18,7 +18,7 @@ title: API | globalConfig | 全局的面板和节点配置 | {nodePanel:[TNodePanel](#tnodepanel),nodeView:[TNodeView](#tnodeview),edge:[TEdge](#tedge)} | | | logPanel | 日志面板配置 | [TLogPanel](#tlogpanel) | | | onNodeClick | 节点点击事件 | `NodeMouseHandler` | | -| antdVersion | antd 的版本 | `V4 \| V5` | `V4` | +| antdVersion | antd 的版本 | `V4 \| V5` | `V5` | ## TNodePanel