Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
使用 Mermaid 展示图表
```mermaid flowchart LR subgraph subgraph1 direction TB top1[top] --> bottom1[bottom] end subgraph subgraph2 direction TB top2[top] --> bottom2[bottom] end %% ^ 这两个子图完全相同,唯一区别在于指向它们的链接: %% 指向 subgraph1 的链接:会保留 subgraph1 的方向 outside --> subgraph1 %% subgraph2 内部的链接: %% subgraph2 继承顶层图(LR)的方向 outside ---> top2 ```
```mermaid // 在此编写你的 Mermaid 图表代码 ```
此页面对您有帮助吗?