feat(docs): add NavGrid/NavCard components and restructure stage pages

- Add NavGrid.vue and NavCard.vue components for better navigation layout
- Restructure stage-0 index pages across languages into intro.md with new navigation components
- Remove old stage-0 index.md files and update stage-3 pages similarly
- Add new dependencies 'claude' and 'codex' to package.json
- Improve code formatting in multiple Vue components for better readability
- Update documentation content and structure for better user experience
This commit is contained in:
sanbuphy
2026-02-01 23:42:12 +08:00
parent a9a5c5c8a7
commit ad95658a11
171 changed files with 16366 additions and 7946 deletions
-40
View File
@@ -1,40 +0,0 @@
# 附录
人工智能基础与全栈开发基础知识。
## 人工智能基础
- [提示词工程](/zh-tw/appendix/prompt-engineering)
- [人工智能进化史](/zh-tw/appendix/ai-evolution)
- [大语言模型](/zh-tw/appendix/llm-intro)
- [多模态大模型](/zh-tw/appendix/vlm-intro)
- [AI 绘画原理](/zh-tw/appendix/image-gen-intro)
- [AI 音频模型](/zh-tw/appendix/audio-intro)
- [上下文工程](/zh-tw/appendix/context-engineering)
- [Agent 智能体](/zh-tw/appendix/agent-intro)
- [AI 能力词典](/zh-tw/appendix/ai-capability-dictionary)
## 前端开发
- [HTML/CSS/JS 基础](/zh-tw/appendix/web-basics)
- [前端进化史](/zh-tw/appendix/frontend-evolution)
- [前端性能优化](/zh-tw/appendix/frontend-performance)
- [Canvas 2D 入门](/zh-tw/appendix/canvas-intro)
- [URL 到浏览器显示](/zh-tw/appendix/url-to-browser)
- [浏览器调试器](/zh-tw/appendix/browser-devtools)
## 后端开发
- [后端进化史](/zh-tw/appendix/backend-evolution)
- [后端编程语言](/zh-tw/appendix/backend-languages)
- [数据库原理](/zh-tw/appendix/database-intro)
- [系统缓存设计](/zh-tw/appendix/cache-design)
- [消息队列设计](/zh-tw/appendix/queue-design)
- [鉴权原理与实战](/zh-tw/appendix/auth-design)
- [埋点设计](/zh-tw/appendix/tracking-design)
- [线上运维](/zh-tw/appendix/operations)
## 通用技能
- [API 入门](/zh-tw/appendix/api-intro)
- [IDE 原理](/zh-tw/appendix/ide-intro)
- [终端入门](/zh-tw/appendix/terminal-intro)
- [Git 详细介绍](/zh-tw/appendix/git-intro)
- [计算机网络](/zh-tw/appendix/computer-networks)
- [部署与上线](/zh-tw/appendix/deployment)