Files
test-repo/docs/zh-cn/index.md
T
sanbuphy f5adedf77b feat(docs): refactor homepage layouts and add HomeFeatures component
- Replace verbose inline HTML/CSS in multiple language homepages with reusable HomeFeatures component
- Simplify hero section taglines and action links across all language versions
- Add iOS/Apple style enhancements including glassmorphism effects and refined button animations
- Register HomeFeatures component globally in Vue app for consistent usage
- Remove redundant translation banners and GitHub star sections to streamline content
2026-01-26 13:00:54 +08:00

22 lines
615 B
Markdown

---
layout: home
navbar: false
hero:
name: 'Easy-Vibe'
text: '从零开始的 AI 编程指南'
tagline: '适合所有人的编程新范式。无论你是产品经理还是全栈开发者,都能在这里找到属于你的 AI 编程之路。'
typingTagline:
- 适合所有人的编程新范式。
- 无论你是产品经理还是全栈开发者,
- 都能在这里找到属于你的 AI 编程之路。
actions:
- theme: brand
text: 开始学习
link: /zh-cn/stage-0/0.1-learning-map/
- theme: alt
text: 课程大纲
link: /zh-cn/stage-0/
---
<HomeFeatures />