docs(fixed):更新Arabica Sprint开发文档指南中mermaid示意图语法与GitLink平台不兼容的代码

Signed-off-by: gzkoala <guohao@gitconomy.org>
This commit is contained in:
gzkoala
2026-03-08 10:55:39 +08:00
parent 52267a223b
commit a256bd2885

View File

@@ -1021,10 +1021,10 @@ async function handleSaveNote(params: any) {
```mermaid
graph TD
A[收到 prompts/list 请求] --> B[调用 listFrameworks]
A["收到 prompts/list 请求"] --> B[调用 listFrameworks]
B --> C[获取框架元信息列表]
C --> D[遍历框架,转换为 prompts 格式]
D --> E[返回 prompts]
D --> E["返回 { prompts: [...] }"]
```
2. **调用序列图**