```mermaid graph TB A[准备食材] --> B(炒菜) B --> C{味道满意吗?} C -- 是 --> D[装盘] C -- 否 --> B D --> E[享用美食] ``` Let me know if you'd like to see other examples or have specific requirements for your flowchart!
写一个Mermaid流程图示例
- 作者:本地
- 日期:2025年3月31日 19:57
- 浏览:7
```mermaid graph TB A[准备食材] --> B(炒菜) B --> C{味道满意吗?} C -- 是 --> D[装盘] C -- 否 --> B D --> E[享用美食] ``` Let me know if you'd like to see other examples or have specific requirements for your flowchart!
评论区: