feat: 改善 seo

This commit is contained in:
claude-code-best
2026-04-01 15:21:46 +08:00
parent c5b55c1bf9
commit 64f79dc3be
32 changed files with 116 additions and 65 deletions

View File

@@ -1,6 +1,7 @@
---
title: "流式响应:逐字呈现"
description: "为什么 Claude Code 的回答是'打字机效果'而不是一整块弹出"
title: "流式响应机制 - Claude Code 打字机效果原理"
description: "解析 Claude Code 流式响应实现:如何通过 SSE 逐 token 接收 AI 输出,实现实时打字机效果,提升用户等待体验。"
keywords: ["流式响应", "SSE", "streaming", "实时输出", "API streaming"]
---
## 为什么需要流式