From 80f8a4500d830ae162dcf736c2fad7ea361dd99f Mon Sep 17 00:00:00 2001 From: gzkoala Date: Wed, 11 Mar 2026 13:58:29 +0800 Subject: [PATCH] =?UTF-8?q?docs(update):=E6=9B=B4=E6=96=B0Arabica=20Sprint?= =?UTF-8?q?3=20=E7=9B=B8=E5=85=B3=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: gzkoala --- .../docs/design/arabica-sprint3-development-specification.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/arabica/docs/design/arabica-sprint3-development-specification.md b/projects/arabica/docs/design/arabica-sprint3-development-specification.md index cb8332f..63c93ea 100644 --- a/projects/arabica/docs/design/arabica-sprint3-development-specification.md +++ b/projects/arabica/docs/design/arabica-sprint3-development-specification.md @@ -214,9 +214,9 @@ async function handleFetchFramework(params: any) { ```mermaid graph TD - A[""接收参数 params.content"] --> B{"typeof content === string?"} + A["接收参"] --> B{"typeof content === string?"} B -- 是 --> C["直接将 content 传给 resourceService"] - B -- 否("是个对象") --> D["执行 JSON.stringify"] + B -- 否("是个对象") --> D["执行"] D --> C C --> E["写入 Markdown 文件"] E --> F["返回操作成功"]