c8b68e5139
- Change primary hero button text from "Start Learning" to "Start Vibe Together!" across all language versions to align with project branding - Update online reading links in README files to point to /welcome.html for better user onboarding - Enhance WelcomeScreen.vue with improved animation timing and spacing - Add dynamic SVG wordmark to homepage hero section for visual appeal - Implement animated color transition for top promo bar - Remove testing guidelines comment in AGENTS.md as placeholder - Adjust feature card styling with increased min-height and icon sizes
27 lines
785 B
Markdown
27 lines
785 B
Markdown
---
|
||
layout: home
|
||
navbar: false
|
||
hero:
|
||
name: 'Easy-Vibe'
|
||
text: '从零开始的 AI 编程指南'
|
||
tagline: '适合所有人的编程新范式。无论你是产品经理还是全栈开发者,都能在这里找到属于你的 AI 编程之路。'
|
||
typingTagline:
|
||
- 写代码,从此不同。
|
||
- 复杂,化繁为简。
|
||
- 每一步,都恰到好处。
|
||
- 所想即所得。
|
||
- 你的节奏,AI 跟上。
|
||
- 从第一个字符,到完整系统。
|
||
- 少些折腾,多些创造。
|
||
- 这就是编程该有的样子。
|
||
actions:
|
||
- theme: brand
|
||
text: 开始一起 vibe!
|
||
link: /zh-cn/stage-0/0.1-learning-map/
|
||
- theme: alt
|
||
text: GitHub 加速更新
|
||
link: https://github.com/datawhalechina/easy-vibe
|
||
---
|
||
|
||
<HomeFeatures />
|