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 图表代码 ```