docs: update stage naming and enhance content presentation

- Rename "Stage 0" to "新手入门" for better clarity
- Improve stage introduction layout with styled cards and tags
- Add visual step progress bars in guide sections
- Enhance terminology sections with card components and navigation
- Update appendix sections with better organization and styling
This commit is contained in:
sanbuphy
2026-01-13 11:47:29 +08:00
parent c2152498a4
commit ecb8abd5e7
5 changed files with 292 additions and 42 deletions
+3 -3
View File
@@ -2,7 +2,7 @@
2025年,被很多人视为AI编程的元年。越来越多的人开始用AI写代码,但往往做出来的还停留在玩具层面——不知道如何用Vibe Coding组织开发流程,不知道该选哪些工具,更不清楚从原型到上线中间还差哪些关键步骤。
我们采用循序渐进的**三阶段实战路径**:第零阶段通过小游戏快速上手AI编程,第一阶段掌握Vibe Coding工作方式并完成Web应用原型,第二阶段学习全栈开发与部署上线,第三阶段构建跨平台复杂应用。
我们采用循序渐进的**三阶段实战路径**:新手入门阶段通过小游戏快速上手AI编程,第一阶段掌握Vibe Coding工作方式并完成Web应用原型,第二阶段学习全栈开发与部署上线,第三阶段构建跨平台复杂应用。
每个阶段都配有完整项目实战,让你在真实挑战中从玩具走向产品,最终具备**将任何想法落地为可用应用**的能力。
@@ -24,8 +24,8 @@
| 章节 | 关键内容 | 状态 |
| :----------------------------------------------------------------------------- | :------------------------------------- | :--- |
| [前言:学习地图](/stage-0/0.1-learning-map/) | 整体学习路径导览 | ✅ |
| [初级一AI 时代,会说话就会编程](/stage-0/0.2-ai-capabilities-through-games/) | 通过贪吃蛇等案例初步感受 AI 编程的能力 | ✅ |
| [新手入门:学习地图](/stage-0/0.1-learning-map/) | 整体学习路径导览 | ✅ |
| [新手入门AI 时代,会说话就会编程](/stage-0/0.2-ai-capabilities-through-games/) | 通过贪吃蛇等案例初步感受 AI 编程的能力 | ✅ |
### 一、AI 产品经理