From 80893d95dc4d974d5ea9ec1c1f733de59d939ce9 Mon Sep 17 00:00:00 2001
From: dragooncjw <289056872@qq.com>
Date: Fri, 7 Mar 2025 14:48:42 +0800
Subject: [PATCH] fix: resource
---
.../fixed-layout/fixed-feature-overview.mdx | 14 ++++----
.../free-layout/free-feature-overview.mdx | 4 +--
apps/docs/src/en/guide/advanced/form.mdx | 6 ++--
apps/docs/src/en/guide/concepts/reactflow.mdx | 4 +--
apps/docs/src/en/guide/index/introduction.mdx | 4 +--
apps/docs/src/en/guide/introduction.mdx | 34 +++++++++----------
.../fixed-layout/fixed-feature-overview.mdx | 14 ++++----
.../free-layout/free-feature-overview.mdx | 4 +--
apps/docs/src/zh/guide/advanced/form.mdx | 6 ++--
apps/docs/src/zh/guide/concepts/ecs.mdx | 2 +-
apps/docs/src/zh/guide/concepts/reactflow.mdx | 4 +--
.../src/zh/guide/concepts/variable-engine.mdx | 4 +--
apps/docs/src/zh/guide/introduction.mdx | 34 +++++++++----------
13 files changed, 67 insertions(+), 67 deletions(-)
diff --git a/apps/docs/src/en/examples/fixed-layout/fixed-feature-overview.mdx b/apps/docs/src/en/examples/fixed-layout/fixed-feature-overview.mdx
index 76deff70..e757504d 100644
--- a/apps/docs/src/en/examples/fixed-layout/fixed-feature-overview.mdx
+++ b/apps/docs/src/en/examples/fixed-layout/fixed-feature-overview.mdx
@@ -26,7 +26,7 @@ https://github.com/bytedance/flowgram.ai/tree/main/apps/demo-fixed-layout
Minimap |
- 
+
|
@@ -34,7 +34,7 @@ https://github.com/bytedance/flowgram.ai/tree/main/apps/demo-fixed-layout
Undo/Redo |
- 
+
|
@@ -42,7 +42,7 @@ https://github.com/bytedance/flowgram.ai/tree/main/apps/demo-fixed-layout
Copy/Paste (Support Shortcut) |
- 
+
|
@@ -55,7 +55,7 @@ https://github.com/bytedance/flowgram.ai/tree/main/apps/demo-fixed-layout
- 
+
|
@@ -66,7 +66,7 @@ https://github.com/bytedance/flowgram.ai/tree/main/apps/demo-fixed-layout
- 
+
|
@@ -76,7 +76,7 @@ https://github.com/bytedance/flowgram.ai/tree/main/apps/demo-fixed-layout
- 
+
|
@@ -86,7 +86,7 @@ https://github.com/bytedance/flowgram.ai/tree/main/apps/demo-fixed-layout
- 
+
|
diff --git a/apps/docs/src/en/examples/free-layout/free-feature-overview.mdx b/apps/docs/src/en/examples/free-layout/free-feature-overview.mdx
index 9d57c988..d8c46073 100644
--- a/apps/docs/src/en/examples/free-layout/free-feature-overview.mdx
+++ b/apps/docs/src/en/examples/free-layout/free-feature-overview.mdx
@@ -29,7 +29,7 @@ https://github.com/bytedance/flowgram.ai/tree/main/apps/demo-free-layout
- 
+
|
@@ -39,7 +39,7 @@ https://github.com/bytedance/flowgram.ai/tree/main/apps/demo-free-layout
- 
+
|
diff --git a/apps/docs/src/en/guide/advanced/form.mdx b/apps/docs/src/en/guide/advanced/form.mdx
index d2d8b4ef..0db6b372 100644
--- a/apps/docs/src/en/guide/advanced/form.mdx
+++ b/apps/docs/src/en/guide/advanced/form.mdx
@@ -130,7 +130,7 @@ The following example shows:
3. How to display the error of the array item
-

+
```tsx pure
@@ -203,7 +203,7 @@ export const arrayMeta: FormMeta = {
Validation logic is configured globally, and the validation logic is declared by the form item path
-

+
```tsx pure
@@ -304,7 +304,7 @@ The following example shows:
- onArrayDelete
-

+
```tsx pure
diff --git a/apps/docs/src/en/guide/concepts/reactflow.mdx b/apps/docs/src/en/guide/concepts/reactflow.mdx
index 9e3f5408..15ff4fb0 100644
--- a/apps/docs/src/en/guide/concepts/reactflow.mdx
+++ b/apps/docs/src/en/guide/concepts/reactflow.mdx
@@ -26,11 +26,11 @@ Compared to ReactFlow, FlowGram aims to provide a complete out-of-the-box soluti
|
Since events are bound to SVG, it's difficult to click on elements when zoomed out
-
+
|
FlowGram's events use global mousemove monitoring and calculate positions with Threshold, allowing clicks even when zoomed out, while also supporting edge reconnection
-
+
|
diff --git a/apps/docs/src/en/guide/index/introduction.mdx b/apps/docs/src/en/guide/index/introduction.mdx
index 87b06691..0722da99 100644
--- a/apps/docs/src/en/guide/index/introduction.mdx
+++ b/apps/docs/src/en/guide/index/introduction.mdx
@@ -5,8 +5,8 @@ See: https://reactflow.dev/examples/nodes/custom-node
- ReactFlow's interaction customization cost is high. As shown below, it's difficult to select points when the canvas is zoomed out, and it doesn't support drag-and-drop line reconnection
diff --git a/apps/docs/src/en/guide/introduction.mdx b/apps/docs/src/en/guide/introduction.mdx
index 76a1d0d9..47a8af36 100644
--- a/apps/docs/src/en/guide/introduction.mdx
+++ b/apps/docs/src/en/guide/introduction.mdx
@@ -23,7 +23,7 @@ In today's AI-driven era, we are focusing more on how to empower workflows with
Fixed layout with nodes/branches supporting specified position drag and drop, offering compound nodes like branches and loops
-

+
@@ -36,7 +36,7 @@ In today's AI-driven era, we are focusing more on how to empower workflows with
Free layout where nodes can be moved to any position and connected through free connections
-

+
@@ -53,7 +53,7 @@ Providing a set of interactive best practices for smoother workflow operations
Motion animations in web applications can be traced back to Material Design, which suggests that element changes in width, height, or position need a transition process. The canvas engine separates the drawing of lines and nodes, greatly reducing the cost of implementing motion transitions
-

+
@@ -64,7 +64,7 @@ Providing a set of interactive best practices for smoother workflow operations
Gestures refer to Mac touchpad two-finger spread/pinch for canvas zoom in/out, or holding space to drag the canvas, interactions inspired by Sketch and Figma
-

+
@@ -72,7 +72,7 @@ Providing a set of interactive best practices for smoother workflow operations
Minimap |
- 
+
|
@@ -80,7 +80,7 @@ Providing a set of interactive best practices for smoother workflow operations
Undo/Redo |
- 
+
|
@@ -88,7 +88,7 @@ Providing a set of interactive best practices for smoother workflow operations
Copy/Paste (Shortcut Support) |
- 
+
|
@@ -102,7 +102,7 @@ Providing a set of interactive best practices for smoother workflow operations
- 
+
|
@@ -114,7 +114,7 @@ Providing a set of interactive best practices for smoother workflow operations
- 
+
|
@@ -125,7 +125,7 @@ Providing a set of interactive best practices for smoother workflow operations
- 
+
|
@@ -136,7 +136,7 @@ Providing a set of interactive best practices for smoother workflow operations
- 
+
|
@@ -147,7 +147,7 @@ Providing a set of interactive best practices for smoother workflow operations
- 
+
|
@@ -158,7 +158,7 @@ Providing a set of interactive best practices for smoother workflow operations
- 
+
|
@@ -169,7 +169,7 @@ Providing a set of interactive best practices for smoother workflow operations
- 
+
|
@@ -185,7 +185,7 @@ Providing a set of interactive best practices for smoother workflow operations
-

+
@@ -193,7 +193,7 @@ Providing a set of interactive best practices for smoother workflow operations
Lark Low-code Platform Workflow
-

+
@@ -201,7 +201,7 @@ Providing a set of interactive best practices for smoother workflow operations
Lark Base Workflow
-

+
diff --git a/apps/docs/src/zh/examples/fixed-layout/fixed-feature-overview.mdx b/apps/docs/src/zh/examples/fixed-layout/fixed-feature-overview.mdx
index 3ac08150..63372c11 100644
--- a/apps/docs/src/zh/examples/fixed-layout/fixed-feature-overview.mdx
+++ b/apps/docs/src/zh/examples/fixed-layout/fixed-feature-overview.mdx
@@ -26,7 +26,7 @@ https://github.com/bytedance/flowgram.ai/tree/main/apps/demo-fixed-layout
缩略图 |
- 
+
|
@@ -34,7 +34,7 @@ https://github.com/bytedance/flowgram.ai/tree/main/apps/demo-fixed-layout
撤销/重做 |
- 
+
|
@@ -42,7 +42,7 @@ https://github.com/bytedance/flowgram.ai/tree/main/apps/demo-fixed-layout
复制/粘贴(支持快捷键) |
- 
+
|
@@ -55,7 +55,7 @@ https://github.com/bytedance/flowgram.ai/tree/main/apps/demo-fixed-layout
- 
+
|
@@ -66,7 +66,7 @@ https://github.com/bytedance/flowgram.ai/tree/main/apps/demo-fixed-layout
- 
+
|
@@ -76,7 +76,7 @@ https://github.com/bytedance/flowgram.ai/tree/main/apps/demo-fixed-layout
- 
+
|
@@ -86,7 +86,7 @@ https://github.com/bytedance/flowgram.ai/tree/main/apps/demo-fixed-layout
- 
+
|
diff --git a/apps/docs/src/zh/examples/free-layout/free-feature-overview.mdx b/apps/docs/src/zh/examples/free-layout/free-feature-overview.mdx
index 78d4614f..cad23d52 100644
--- a/apps/docs/src/zh/examples/free-layout/free-feature-overview.mdx
+++ b/apps/docs/src/zh/examples/free-layout/free-feature-overview.mdx
@@ -29,7 +29,7 @@ https://github.com/bytedance/flowgram.ai/tree/main/apps/demo-free-layout
- 
+
|
@@ -39,7 +39,7 @@ https://github.com/bytedance/flowgram.ai/tree/main/apps/demo-free-layout
- 
+
|
diff --git a/apps/docs/src/zh/guide/advanced/form.mdx b/apps/docs/src/zh/guide/advanced/form.mdx
index 6df90e9e..8ebb82e9 100644
--- a/apps/docs/src/zh/guide/advanced/form.mdx
+++ b/apps/docs/src/zh/guide/advanced/form.mdx
@@ -130,7 +130,7 @@ const render = () => (
3. 数组项错误的展示
-

+
```tsx pure
@@ -203,7 +203,7 @@ export const arrayMeta: FormMeta = {
校验逻辑配置在全局,通过表单项路径声明校验逻辑
-

+
```tsx pure
@@ -304,7 +304,7 @@ export const VALIDATE_EXAMPLE: FormMeta = {
- onArrayDelete
-

+
```tsx pure
diff --git a/apps/docs/src/zh/guide/concepts/ecs.mdx b/apps/docs/src/zh/guide/concepts/ecs.mdx
index 832f9cc3..add2f345 100644
--- a/apps/docs/src/zh/guide/concepts/ecs.mdx
+++ b/apps/docs/src/zh/guide/concepts/ecs.mdx
@@ -7,7 +7,7 @@
:::
-
+
ReduxStore 伪代码
```jsx pure
diff --git a/apps/docs/src/zh/guide/concepts/reactflow.mdx b/apps/docs/src/zh/guide/concepts/reactflow.mdx
index 3388912e..a1f41019 100644
--- a/apps/docs/src/zh/guide/concepts/reactflow.mdx
+++ b/apps/docs/src/zh/guide/concepts/reactflow.mdx
@@ -27,11 +27,11 @@
|
由于 事件是绑定在 svg 上,svg 在缩放后很容易点不到
-
+
|
FlowGram 的事件是一种全局监听 mousemove 变化,并通过计算及 Threshold 大致确定位置,即使缩放很小也能点到, 同时支持线条重连
-
+
|
diff --git a/apps/docs/src/zh/guide/concepts/variable-engine.mdx b/apps/docs/src/zh/guide/concepts/variable-engine.mdx
index 5c4c58b2..bc33e41a 100644
--- a/apps/docs/src/zh/guide/concepts/variable-engine.mdx
+++ b/apps/docs/src/zh/guide/concepts/variable-engine.mdx
@@ -69,8 +69,8 @@
:::
diff --git a/apps/docs/src/zh/guide/introduction.mdx b/apps/docs/src/zh/guide/introduction.mdx
index 915ec65a..f844f7f8 100644
--- a/apps/docs/src/zh/guide/introduction.mdx
+++ b/apps/docs/src/zh/guide/introduction.mdx
@@ -23,7 +23,7 @@ FlowGram 是一套基于节点编辑的流程搭建引擎,帮助开发者快
固定的排版,节点/分支支持指定位置拖拽移动,并提供分支、循环等复合节点
-

+
@@ -36,7 +36,7 @@ FlowGram 是一套基于节点编辑的流程搭建引擎,帮助开发者快
自由的排版,节点支持任意位置移动,通过自由连线连接节点
-

+
@@ -53,7 +53,7 @@ FlowGram 是一套基于节点编辑的流程搭建引擎,帮助开发者快
Motion 动画在 Web 端应用可追溯到 Material Design,里边提到元素的变化如宽高或位置需要一个过渡过程,画布引擎会把线条和节点拆分单独绘制,使实现 Motion 过渡动画成本大大降低
-

+
@@ -64,7 +64,7 @@ FlowGram 是一套基于节点编辑的流程搭建引擎,帮助开发者快
手势指在 Mac 触摸板两指展开/合并可以实现画布放大/缩小,或者按住空格拖动画布,交互借鉴 Sketch、Figma
-

+
@@ -72,7 +72,7 @@ FlowGram 是一套基于节点编辑的流程搭建引擎,帮助开发者快
缩略图 |
- 
+
|
@@ -80,7 +80,7 @@ FlowGram 是一套基于节点编辑的流程搭建引擎,帮助开发者快
撤销/重做 |
- 
+
|
@@ -88,7 +88,7 @@ FlowGram 是一套基于节点编辑的流程搭建引擎,帮助开发者快
复制/粘贴(支持快捷键) |
- 
+
|
@@ -102,7 +102,7 @@ FlowGram 是一套基于节点编辑的流程搭建引擎,帮助开发者快
- 
+
|
@@ -114,7 +114,7 @@ FlowGram 是一套基于节点编辑的流程搭建引擎,帮助开发者快
- 
+
|
@@ -125,7 +125,7 @@ FlowGram 是一套基于节点编辑的流程搭建引擎,帮助开发者快
- 
+
|
@@ -136,7 +136,7 @@ FlowGram 是一套基于节点编辑的流程搭建引擎,帮助开发者快
- 
+
|
@@ -147,7 +147,7 @@ FlowGram 是一套基于节点编辑的流程搭建引擎,帮助开发者快
- 
+
|
@@ -158,7 +158,7 @@ FlowGram 是一套基于节点编辑的流程搭建引擎,帮助开发者快
- 
+
|
@@ -169,7 +169,7 @@ FlowGram 是一套基于节点编辑的流程搭建引擎,帮助开发者快
- 
+
|
@@ -185,7 +185,7 @@ FlowGram 是一套基于节点编辑的流程搭建引擎,帮助开发者快
-

+
@@ -193,7 +193,7 @@ FlowGram 是一套基于节点编辑的流程搭建引擎,帮助开发者快
飞书低代码平台工作流
-

+
@@ -201,7 +201,7 @@ FlowGram 是一套基于节点编辑的流程搭建引擎,帮助开发者快
飞书多维表格工作流
-

+