895 B
895 B
- 是否要泡咖啡? #流程图
-
graph TD A("fab:fa-youtube Starter Guide") --> B("fab:fa-youtube Make Flowchart") B --> C("fa:fa-book-open Learn More") C --> n1[" "] & D{"Use the editor"} & n2["Many shapes"] & n3["Untitled Node"] D -- Build and Design --> E("fa:fa-shapes Visual Editor") E --> F("fa:fa-chevron-up Add node in toolbar") D -- Use AI --> G("fa:fa-comment-dots AI chat") G --> H("fa:fa-arrow-left Open AI in side menu") D -- Mermaid js --> I("fa:fa-code Text") I --> J("fa:fa-arrow-left Type Mermaid syntax") n1@{ icon: "fa:gem", pos: "b", h: 24} n2@{ shape: delay} n3@{ shape: rounded} style E color:#FFFFFF, fill:#AA00FF, stroke:#AA00FF style G color:#FFFFFF, stroke:#00C853, fill:#00C853 style I color:#FFFFFF, stroke:#2962FF, fill:#2962FF
-