From 047118a7f03de384c34c70f48ab14c48feaf803d Mon Sep 17 00:00:00 2001
From: sanbuphy
Date: Fri, 16 Jan 2026 21:49:15 +0800
Subject: [PATCH] docs: enhance README, appendix naming, and IDE intro
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- 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
---
README.md | 2 +-
docs/.vitepress/config.mjs | 4 ++--
docs/zh-cn/appendix/ide-intro/index.md | 9 +++++++++
.../example0-1/vibe-coding-tools-snake-game-tutorial.md | 2 +-
...ols-build-website-with-ai-coding-and-design-agents.md | 2 +-
5 files changed, 14 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index b0ba8d0..3701c87 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@
- ⭐ 欢迎 Star 支持加速更新 ❤️
+
⭐ 欢迎点击 Star 加速更新 ❤️
diff --git a/docs/.vitepress/config.mjs b/docs/.vitepress/config.mjs
index b0e3350..03febec 100644
--- a/docs/.vitepress/config.mjs
+++ b/docs/.vitepress/config.mjs
@@ -302,11 +302,11 @@ export default defineConfig({
link: '/zh-cn/stage-1/appendix-b-common-errors/'
},
{
- text: '附录示例 1:7 款主流 Vibe Coding 在线平台实测对比',
+ text: '扩展阅读 1:7 款主流 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'
}
],
diff --git a/docs/zh-cn/appendix/ide-intro/index.md b/docs/zh-cn/appendix/ide-intro/index.md
index 5da72c3..8ead28d 100644
--- a/docs/zh-cn/appendix/ide-intro/index.md
+++ b/docs/zh-cn/appendix/ide-intro/index.md
@@ -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. 核心界面解析
diff --git a/docs/zh-cn/stage-1/appendix-articles/example0-1/vibe-coding-tools-snake-game-tutorial.md b/docs/zh-cn/stage-1/appendix-articles/example0-1/vibe-coding-tools-snake-game-tutorial.md
index 92120b9..c9d1954 100644
--- a/docs/zh-cn/stage-1/appendix-articles/example0-1/vibe-coding-tools-snake-game-tutorial.md
+++ b/docs/zh-cn/stage-1/appendix-articles/example0-1/vibe-coding-tools-snake-game-tutorial.md
@@ -1,4 +1,4 @@
-# 附录示例 1:7 款主流 Vibe Coding 在线平台实测对比
+# 扩展阅读 1:7 款主流 Vibe Coding 在线平台实测对比
## 本章导读
diff --git a/docs/zh-cn/stage-1/appendix-articles/example0-2/vibe-coding-tools-build-website-with-ai-coding-and-design-agents.md b/docs/zh-cn/stage-1/appendix-articles/example0-2/vibe-coding-tools-build-website-with-ai-coding-and-design-agents.md
index 4610e66..3dc68cc 100644
--- a/docs/zh-cn/stage-1/appendix-articles/example0-2/vibe-coding-tools-build-website-with-ai-coding-and-design-agents.md
+++ b/docs/zh-cn/stage-1/appendix-articles/example0-2/vibe-coding-tools-build-website-with-ai-coding-and-design-agents.md
@@ -1,4 +1,4 @@
-# 附录示例 2:利用设计与编程 Agent 搭建网站
+# 扩展阅读 2:利用设计与编程 Agent 搭建网站
## 本章导读