From 1592c1550bb8ed0b149fa8318be4eacde4d97c6f Mon Sep 17 00:00:00 2001 From: gzkoala Date: Wed, 11 Mar 2026 13:55:02 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/arabica/docs/design/arabica-sprint3-development-specification.md b/projects/arabica/docs/design/arabica-sprint3-development-specification.md index bd716124..81a36306 100644 --- a/projects/arabica/docs/design/arabica-sprint3-development-specification.md +++ b/projects/arabica/docs/design/arabica-sprint3-development-specification.md @@ -216,7 +216,7 @@ async function handleFetchFramework(params: any) { graph TD A[接收参数 params.content] --> B{typeof content === string?} B -- 是 --> C[直接将 content 传给 resourceService] - B -- 否(是个对象) --> D["执行 JSON.stringify(content, null, 2)"] + B -- 否(是个对象) --> D["执行 JSON.stringify] D --> C C --> E[写入 Markdown 文件] E --> F[返回操作成功]