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
+2 -2
View File
@@ -466,7 +466,7 @@ watch(sidebarCollapsed, (collapsed) => {
font-size: 18px;
font-weight: 500;
white-space: pre-wrap;
color: #000000;
color: var(--vp-c-text-2);
min-height: 28px;
display: flex;
/* 居中对齐 */
@@ -488,7 +488,7 @@ watch(sidebarCollapsed, (collapsed) => {
margin-right: auto;
}
.VPHomeHero .text {
color: #000000 !important;
color: var(--vp-c-text-1) !important;
}
.VPHomeHero .actions {
justify-content: center;