Loading...
Loading...
Compare original and translation side by side
layoutdetailstylelayoutdetailstyle❌ WRONG: [1. Perception] → Triggers "Unsupported markdown: list"
✅ RIGHT: [1.Perception] → Remove space after period
✅ RIGHT: [① Perception] → Use circled numbers (①②③④⑤⑥⑦⑧⑨⑩)
✅ RIGHT: [(1) Perception] → Use parentheses
✅ RIGHT: [Step 1: Perception] → Use "Step" prefix❌ 错误:[1. Perception] → 触发“不支持的Markdown:列表”
✅ 正确:[1.Perception] → 移除句点后的空格
✅ 正确:[① Perception] → 使用带圈数字(①②③④⑤⑥⑦⑧⑨⑩)
✅ 正确:[(1) Perception] → 使用括号
✅ 正确:[Step 1: Perception] → 使用“Step”前缀❌ WRONG: subgraph AI Agent Core → Space in name without quotes
✅ RIGHT: subgraph agent["AI Agent Core"] → Use ID with display name
✅ RIGHT: subgraph agent → Use simple ID only❌ 错误:subgraph AI Agent Core → 名称含空格但未加引号
✅ 正确:subgraph agent["AI Agent Core"] → 使用ID加显示名称
✅ 正确:subgraph agent → 仅使用简单ID❌ WRONG: Title --> AI Agent Core → Reference display name directly
✅ RIGHT: Title --> agent → Reference subgraph ID❌ 错误:Title --> AI Agent Core → 直接引用显示名称
✅ 正确:Title --> agent → 引用子图ID✅ Use quotes for text with spaces: ["Text with spaces"]
✅ Escape or avoid: quotation marks → use 『』instead
✅ Escape or avoid: parentheses → use 「」instead
✅ Line breaks in circle nodes only: ((Text<br/>Break))✅ 含空格的文本使用引号:["Text with spaces"]
✅ 转义或避免使用引号 → 改用『』
✅ 转义或避免使用括号 → 改用「」
✅ 仅圆形节点支持换行:((Text<br/>Break))-->-.->==>~~~-->-.->==>~~~directionaspectsimplestandarddetailedpresentationminimalprofessionalcolorfulacademicshow_legendnumberedtitledirectionaspectsimplestandarddetailedpresentationminimalprofessionalcolorfulacademicshow_legendnumberedtitleUser: "Visualize the software development lifecycle"
Response: [Analyze → Choose graph TB → Generate with standard detail]User: "Create a horizontal flowchart of our sales process with lots of detail"
Response: [Analyze → Choose graph LR → Generate with detailed level]User: "Compare traditional AI vs AI agents"
Response: [Analyze → Choose comparison layout → Generate with contrasting styles]用户: "可视化软件开发生命周期"
响应: [分析 → 选择graph TB → 生成标准详细程度的图表]用户: "创建一个水平布局的销售流程流程图,要求详细"
响应: [分析 → 选择graph LR → 生成详细程度的图表]用户: "对比传统AI与AI Agent"
响应: [分析 → 选择对比布局 → 生成带对比样式的图表]graph TB
subgraph core["Core Process"]
A --> B --> C
end
subgraph support["Supporting Systems"]
D
E
end
core -.-> supportgraph TB
subgraph core["核心流程"]
A --> B --> C
end
subgraph support["支持系统"]
D
E
end
core -.-> supportgraph TB
A[Start] --> B[Process]
B --> C[End]
C -.->|Feedback| Agraph TB
A[开始] --> B[处理]
B --> C[结束]
C -.->|反馈| Agraph TB
Central[Hub]
A[Spoke 1] --> Central
B[Spoke 2] --> Central
C[Spoke 3] --> Centralgraph TB
Central[中心枢纽]
A[分支1] --> Central
B[分支2] --> Central
C[分支3] --> Central