From 786cd1d4f8440ac0460d61c5ef012dd4abefbb36 Mon Sep 17 00:00:00 2001 From: knoxnoe Date: Mon, 10 Mar 2025 14:39:33 +0800 Subject: [PATCH] fix(style): text visibility issue in english i18n --- apps/docs/src/en/guide/introduction.mdx | 89 ++++++++++++++++--------- 1 file changed, 57 insertions(+), 32 deletions(-) diff --git a/apps/docs/src/en/guide/introduction.mdx b/apps/docs/src/en/guide/introduction.mdx index 47a8af36..5e9d7145 100644 --- a/apps/docs/src/en/guide/introduction.mdx +++ b/apps/docs/src/en/guide/introduction.mdx @@ -5,38 +5,45 @@ FlowGram is a node-based flow building engine that helps developers quickly crea In today's AI-driven era, we are focusing more on how to empower workflows with AI, hence the AI suffix in our name.
- FlowGram = Flow + Program, suggesting that flows are like programs, with Condition, Loop, and even TryCatch nodes. + FlowGram = Flow + Program, suggesting that flows are like programs, with + Condition, Loop, and even TryCatch nodes.
- ## Official Demo - -
+
- + Fixed Layout
-
- Fixed layout with nodes/branches supporting specified position drag and drop, offering compound nodes like branches and loops +
+ Fixed layout with nodes/branches supporting specified position drag and + drop, offering compound nodes like branches and loops
- +
-
- Free layout where nodes can be moved to any position and connected through free connections +
+ Free layout where nodes can be moved to any position and connected through + free connections
- +
@@ -50,7 +57,11 @@ Providing a set of interactive best practices for smoother workflow operations Motion Transitions

- 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 + 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

@@ -61,10 +72,12 @@ Providing a set of interactive best practices for smoother workflow operations Touchpad Gesture Zoom + Space Key Canvas Drag

- 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 + 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 +85,7 @@ Providing a set of interactive best practices for smoother workflow operations Minimap
- +
@@ -80,7 +93,7 @@ Providing a set of interactive best practices for smoother workflow operations Undo/Redo
- +
@@ -88,7 +101,7 @@ Providing a set of interactive best practices for smoother workflow operations Copy/Paste (Shortcut Support)
- +
@@ -102,7 +115,7 @@ Providing a set of interactive best practices for smoother workflow operations
- +
@@ -114,7 +127,7 @@ Providing a set of interactive best practices for smoother workflow operations
- +
@@ -125,7 +138,7 @@ Providing a set of interactive best practices for smoother workflow operations
- +
@@ -136,7 +149,7 @@ Providing a set of interactive best practices for smoother workflow operations
- +
@@ -147,7 +160,7 @@ Providing a set of interactive best practices for smoother workflow operations
- +
@@ -158,7 +171,7 @@ Providing a set of interactive best practices for smoother workflow operations
- +
@@ -169,7 +182,7 @@ Providing a set of interactive best practices for smoother workflow operations
- +
@@ -177,31 +190,43 @@ Providing a set of interactive best practices for smoother workflow operations ## Online Applications -