feat(appendix): 添加多个交互式演示组件,完善 AI/Infra 等章节内容

- 新增 Vibe Coding 全栈相关演示组件 (DeveloperSkillShift, FrontendTriad, BackendCore 等)
- 新增 RAG 相关组件 (RAGPipeline, ChunkingStrategy, Retrieval 等)
- 新增 Embedding & Vector 相关组件 (EmbeddingConcept, VectorSimilarity 等)
- 新增 AI Native App 设计组件 (AINativeArch, PromptDesign 等)
- 新增 Infrastructure as Code 组件 (IaCConcept, TerraformWorkflow 等)
- 新增 DNS & HTTPS 演示组件 (DnsResolution, HttpsHandshake 等)
- 新增 Model Finetuning 组件 (FinetuningPipeline 等)
- 更新多个章节的 markdown 内容,集成交互式演示
This commit is contained in:
sanbuphy
2026-02-24 18:22:58 +08:00
parent b5a55811cc
commit 3af119a598
86 changed files with 20311 additions and 340 deletions
+5
View File
@@ -8,6 +8,11 @@
从晶体管到操作系统,深入了解计算机如何工作:
<NavGrid>
<NavCard
href="/zh-cn/appendix/1-computer-fundamentals/vibe-coding-fullstack"
title="Vibe Coding 时代下的全栈开发"
description="AI 辅助时代,前端、后端、编程语言、全栈工程师的成长路径全景图"
/>
<NavCard
href="/zh-cn/appendix/1-computer-fundamentals/transistor-to-cpu"
title="从晶体管到 CPU"