docs: update content and components across multiple files
- Refine chapter introductions in zh-cn docs for clarity and conciseness - Update navigation links to include '/easy-vibe' prefix - Simplify UI components (ChapterIntroduction, ContextWindowVisualizer) - Add new agent-related demo components (AgentMemoryDemo, AgentToolUseDemo) - Improve context compression demo with better visuals and metrics - Adjust styling and layout across various components
This commit is contained in:
+357
-671
File diff suppressed because it is too large
Load Diff
@@ -10,47 +10,47 @@
|
||||
|
||||
<NavGrid>
|
||||
<NavCard
|
||||
href="/zh-cn/appendix/prompt-engineering/"
|
||||
href="/easy-vibe/zh-cn/appendix/prompt-engineering/"
|
||||
title="提示词工程"
|
||||
description="掌握与 AI 高效对话的技巧,解锁大模型的潜力"
|
||||
/>
|
||||
<NavCard
|
||||
href="/zh-cn/appendix/ai-evolution"
|
||||
href="/easy-vibe/zh-cn/appendix/ai-evolution"
|
||||
title="人工智能进化史"
|
||||
description="回顾 AI 发展历程中的关键里程碑,理解技术演进脉络"
|
||||
/>
|
||||
<NavCard
|
||||
href="/zh-cn/appendix/llm-intro"
|
||||
href="/easy-vibe/zh-cn/appendix/llm-intro"
|
||||
title="大语言模型"
|
||||
description="深入浅出解析大语言模型(LLM)的工作原理与应用"
|
||||
/>
|
||||
<NavCard
|
||||
href="/zh-cn/appendix/vlm-intro"
|
||||
href="/easy-vibe/zh-cn/appendix/vlm-intro"
|
||||
title="多模态大模型"
|
||||
description="探索能够处理图像、音频等多种数据模态的先进模型"
|
||||
/>
|
||||
<NavCard
|
||||
href="/zh-cn/appendix/image-gen-intro"
|
||||
href="/easy-vibe/zh-cn/appendix/image-gen-intro"
|
||||
title="AI 绘画原理"
|
||||
description="揭秘 AI 图像生成的底层逻辑与技术实现"
|
||||
/>
|
||||
<NavCard
|
||||
href="/zh-cn/appendix/audio-intro"
|
||||
href="/easy-vibe/zh-cn/appendix/audio-intro"
|
||||
title="AI 音频模型"
|
||||
description="了解 AI 在语音合成、识别与音乐生成领域的应用"
|
||||
/>
|
||||
<NavCard
|
||||
href="/zh-cn/appendix/context-engineering"
|
||||
href="/easy-vibe/zh-cn/appendix/context-engineering"
|
||||
title="上下文工程"
|
||||
description="学习如何优化上下文管理,提升 AI 任务的长程连贯性"
|
||||
/>
|
||||
<NavCard
|
||||
href="/zh-cn/appendix/agent-intro"
|
||||
href="/easy-vibe/zh-cn/appendix/agent-intro"
|
||||
title="Agent 智能体"
|
||||
description="探索具备自主决策与执行能力的 AI 智能体架构"
|
||||
/>
|
||||
<NavCard
|
||||
href="/zh-cn/appendix/ai-capability-dictionary"
|
||||
href="/easy-vibe/zh-cn/appendix/ai-capability-dictionary"
|
||||
title="AI 能力词典"
|
||||
description="AI 领域常用术语与核心概念的速查手册"
|
||||
/>
|
||||
@@ -62,32 +62,32 @@
|
||||
|
||||
<NavGrid>
|
||||
<NavCard
|
||||
href="/zh-cn/appendix/web-basics"
|
||||
href="/easy-vibe/zh-cn/appendix/web-basics"
|
||||
title="HTML/CSS/JS 基础"
|
||||
description="构建 Web 页面的三大基石,前端开发的入门必修课"
|
||||
/>
|
||||
<NavCard
|
||||
href="/zh-cn/appendix/frontend-evolution"
|
||||
href="/easy-vibe/zh-cn/appendix/frontend-evolution"
|
||||
title="前端进化史"
|
||||
description="了解前端技术栈的演变历程,把握技术发展趋势"
|
||||
/>
|
||||
<NavCard
|
||||
href="/zh-cn/appendix/frontend-performance"
|
||||
href="/easy-vibe/zh-cn/appendix/frontend-performance"
|
||||
title="前端性能优化"
|
||||
description="学习提升网页加载速度与交互流畅度的关键策略"
|
||||
/>
|
||||
<NavCard
|
||||
href="/zh-cn/appendix/canvas-intro"
|
||||
href="/easy-vibe/zh-cn/appendix/canvas-intro"
|
||||
title="Canvas 2D 入门"
|
||||
description="掌握 Canvas 绘图 API,实现炫酷的图形与动画效果"
|
||||
/>
|
||||
<NavCard
|
||||
href="/zh-cn/appendix/url-to-browser"
|
||||
href="/easy-vibe/zh-cn/appendix/url-to-browser"
|
||||
title="URL 到浏览器显示"
|
||||
description="全链路解析浏览器渲染页面的完整过程"
|
||||
/>
|
||||
<NavCard
|
||||
href="/zh-cn/appendix/browser-devtools/"
|
||||
href="/easy-vibe/zh-cn/appendix/browser-devtools/"
|
||||
title="浏览器调试器"
|
||||
description="熟练使用开发者工具,高效定位与解决前端问题"
|
||||
/>
|
||||
@@ -99,42 +99,42 @@
|
||||
|
||||
<NavGrid>
|
||||
<NavCard
|
||||
href="/zh-cn/appendix/backend-evolution"
|
||||
href="/easy-vibe/zh-cn/appendix/backend-evolution"
|
||||
title="后端进化史"
|
||||
description="从单体到微服务,探索后端架构的演进之路"
|
||||
/>
|
||||
<NavCard
|
||||
href="/zh-cn/appendix/backend-languages"
|
||||
href="/easy-vibe/zh-cn/appendix/backend-languages"
|
||||
title="后端编程语言"
|
||||
description="对比主流后端语言的特性与适用场景,选择最佳技术栈"
|
||||
/>
|
||||
<NavCard
|
||||
href="/zh-cn/appendix/database-intro"
|
||||
href="/easy-vibe/zh-cn/appendix/database-intro"
|
||||
title="数据库原理"
|
||||
description="理解数据库核心原理,掌握数据存储与检索的艺术"
|
||||
/>
|
||||
<NavCard
|
||||
href="/zh-cn/appendix/cache-design"
|
||||
href="/easy-vibe/zh-cn/appendix/cache-design"
|
||||
title="系统缓存设计"
|
||||
description="学习缓存策略,提升系统的高并发处理能力"
|
||||
/>
|
||||
<NavCard
|
||||
href="/zh-cn/appendix/queue-design"
|
||||
href="/easy-vibe/zh-cn/appendix/queue-design"
|
||||
title="消息队列设计"
|
||||
description="掌握消息队列在解耦、削峰填谷中的关键作用"
|
||||
/>
|
||||
<NavCard
|
||||
href="/zh-cn/appendix/auth-design"
|
||||
href="/easy-vibe/zh-cn/appendix/auth-design"
|
||||
title="鉴权原理与实战"
|
||||
description="构建安全的身份认证与权限管理系统"
|
||||
/>
|
||||
<NavCard
|
||||
href="/zh-cn/appendix/tracking-design"
|
||||
href="/easy-vibe/zh-cn/appendix/tracking-design"
|
||||
title="埋点设计"
|
||||
description="科学设计数据埋点,为产品决策提供数据支持"
|
||||
/>
|
||||
<NavCard
|
||||
href="/zh-cn/appendix/operations"
|
||||
href="/easy-vibe/zh-cn/appendix/operations"
|
||||
title="线上运维"
|
||||
description="掌握系统部署、监控与故障排查的运维技能"
|
||||
/>
|
||||
@@ -146,32 +146,32 @@
|
||||
|
||||
<NavGrid>
|
||||
<NavCard
|
||||
href="/zh-cn/appendix/api-intro"
|
||||
href="/easy-vibe/zh-cn/appendix/api-intro"
|
||||
title="API 入门"
|
||||
description="API 接口设计与开发的基础知识"
|
||||
/>
|
||||
<NavCard
|
||||
href="/zh-cn/appendix/ide-intro/"
|
||||
href="/easy-vibe/zh-cn/appendix/ide-intro/"
|
||||
title="IDE 原理"
|
||||
description="了解集成开发环境(IDE)的内部工作机制"
|
||||
/>
|
||||
<NavCard
|
||||
href="/zh-cn/appendix/terminal-intro"
|
||||
href="/easy-vibe/zh-cn/appendix/terminal-intro"
|
||||
title="终端入门"
|
||||
description="掌握命令行终端的基本操作,提升开发效率"
|
||||
/>
|
||||
<NavCard
|
||||
href="/zh-cn/appendix/git-intro"
|
||||
href="/easy-vibe/zh-cn/appendix/git-intro"
|
||||
title="Git 详细介绍"
|
||||
description="深入理解 Git 版本控制原理与高级用法"
|
||||
/>
|
||||
<NavCard
|
||||
href="/zh-cn/appendix/computer-networks"
|
||||
href="/easy-vibe/zh-cn/appendix/computer-networks"
|
||||
title="计算机网络"
|
||||
description="网络协议与通信原理的基础知识"
|
||||
/>
|
||||
<NavCard
|
||||
href="/zh-cn/appendix/deployment"
|
||||
href="/easy-vibe/zh-cn/appendix/deployment"
|
||||
title="部署与上线"
|
||||
description="应用部署发布的完整流程与最佳实践"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user