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'
}
],
+9
View File
@@ -8,8 +8,17 @@
**IDE (Integrated Development Environment)** 的核心价值在于**集成**。它将软件开发所需的各种工具(编辑器、编译器、调试器、文件管理器等)整合到一个统一的图形界面中,提供一站式的工作体验。
**VS Code 就是一种最流行的 IDE。** 虽然它本质上是一个轻量级的代码编辑器,但通过强大的插件系统,它具备了 IDE 的所有核心功能(代码编辑、调试、版本控制等),因此被广泛视为现代前端和全栈开发的首选 IDE。
简而言之,IDE 旨在最大化开发者的生产力,减少在不同工具间切换的时间成本。
> 🔗 **资源下载**
>
> - [VS Code 官网下载](https://code.visualstudio.com/Download)
> - [VS Code 网页版体验](https://vscode.dev/)
>
> **VS Code (Visual Studio Code)** 是由微软开发的一款免费、开源、跨平台的代码编辑器。它凭借**轻量级、插件丰富、启动速度快**等特点,成为了全球最受欢迎的开发工具之一。无论你是写 Python、JavaScript 还是 C++VS Code 都能通过安装插件变成最适合你的“神器”。
---
## 1. 核心界面解析
@@ -1,4 +1,4 @@
# 附录示例 17 款主流 Vibe Coding 在线平台实测对比
# 扩展阅读 17 款主流 Vibe Coding 在线平台实测对比
## 本章导读
@@ -1,4 +1,4 @@
# 附录示例 2:利用设计与编程 Agent 搭建网站
# 扩展阅读 2:利用设计与编程 Agent 搭建网站
## 本章导读