docs: enhance README, appendix naming, and IDE intro

- README.md:
  - Rename 'Zero' stage to '新手入门'
  - Highlight 'Star' encouragement with larger font and purple color
  - Default unfold 'Zero' and 'One' sections for better accessibility
- Content Updates:
  - Rename '附录示例' to '扩展阅读' (Extended Reading) for better clarity in sidebar and articles
  - Add VS Code download links and introductory explanation in 'IDE Intro' appendix
  - Clarify VS Code's role as a modern IDE
This commit is contained in:
sanbuphy
2026-01-16 21:49:15 +08:00
parent 1b6b88fe35
commit 047118a7f0
5 changed files with 14 additions and 5 deletions
+2 -2
View File
@@ -302,11 +302,11 @@ export default defineConfig({
link: '/zh-cn/stage-1/appendix-b-common-errors/'
},
{
text: '附录示例 17 款主流 Vibe Coding 在线平台实测对比',
text: '扩展阅读 17 款主流 Vibe Coding 在线平台实测对比',
link: '/zh-cn/stage-1/appendix-articles/example0-1/vibe-coding-tools-snake-game-tutorial'
},
{
text: '附录示例:用编程和设计智能体开发网站',
text: '扩展阅读 2:用编程和设计智能体开发网站',
link: '/zh-cn/stage-1/appendix-articles/example0-2/vibe-coding-tools-build-website-with-ai-coding-and-design-agents'
}
],