feat: 新增找到好点子章节,包含投资机构案例分析、需求类型详解、AI对话实战
This commit is contained in:
+14
-10
@@ -210,7 +210,7 @@ const productManagerSidebar = [
|
||||
items: [
|
||||
{ text: '1. 学习地图', link: '/zh-cn/stage-0/0.1-learning-map/' },
|
||||
{
|
||||
text: '2. AI 时代,会说话就会编程',
|
||||
text: '2. 对话式编程入门',
|
||||
link: '/zh-cn/stage-0/0.2-ai-capabilities-through-games/'
|
||||
}
|
||||
]
|
||||
@@ -220,19 +220,23 @@ const productManagerSidebar = [
|
||||
collapsed: false,
|
||||
items: [
|
||||
{
|
||||
text: '1. 认识 AI IDE 工具',
|
||||
text: '1. 学会 AI 编程工具',
|
||||
link: '/zh-cn/stage-1/1.1-introduction-to-ai-ide/'
|
||||
},
|
||||
{
|
||||
text: '2. 动手做出原型',
|
||||
text: '2. 找到好点子',
|
||||
link: '/zh-cn/stage-1/1.0-finding-great-idea/'
|
||||
},
|
||||
{
|
||||
text: '3. 搭建产品原型',
|
||||
link: '/zh-cn/stage-1/1.2-building-prototype/'
|
||||
},
|
||||
{
|
||||
text: '3. 给原型加上 AI 能力',
|
||||
text: '4. 接入 AI 能力',
|
||||
link: '/zh-cn/stage-1/1.3-integrating-ai-capabilities/'
|
||||
},
|
||||
{
|
||||
text: '4. 完整项目实战',
|
||||
text: '5. 完整项目实战',
|
||||
link: '/zh-cn/stage-1/1.4-complete-project-practice/'
|
||||
}
|
||||
]
|
||||
@@ -242,11 +246,11 @@ const productManagerSidebar = [
|
||||
collapsed: false,
|
||||
items: [
|
||||
{
|
||||
text: '产品思维补充',
|
||||
text: '产品思维与方案设计',
|
||||
link: '/zh-cn/stage-1/appendix-a-product-thinking/'
|
||||
},
|
||||
{
|
||||
text: '产业场景方向参考',
|
||||
text: 'AI 行业应用场景参考',
|
||||
link: '/zh-cn/stage-1/appendix-industry-scenarios/'
|
||||
}
|
||||
]
|
||||
@@ -256,15 +260,15 @@ const productManagerSidebar = [
|
||||
collapsed: false,
|
||||
items: [
|
||||
{
|
||||
text: '常见报错及解决方案',
|
||||
text: '常见报错与排查方法',
|
||||
link: '/zh-cn/stage-1/appendix-b-common-errors/'
|
||||
},
|
||||
{
|
||||
text: '7 款主流 Vibe Coding 平台实测对比',
|
||||
text: '七款 AI 编程工具对比',
|
||||
link: '/zh-cn/stage-1/appendix-articles/example0-1/vibe-coding-tools-snake-game-tutorial'
|
||||
},
|
||||
{
|
||||
text: '用编程和设计智能体开发网站',
|
||||
text: '用设计和编程 Agent 设计网站',
|
||||
link: '/zh-cn/stage-1/appendix-articles/example0-2/vibe-coding-tools-build-website-with-ai-coding-and-design-agents'
|
||||
}
|
||||
]
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: '认识 AI IDE 工具 - Claude Code、Cursor、Trae 教程'
|
||||
title: '学会 AI 编程工具 - Claude Code、Cursor、Trae 教程'
|
||||
description: '深入了解 AI IDE 工具:学习 VS Code、Claude Code、Cursor、Trae 等工具的使用。掌握 IDE 界面、AI 对话技巧,用本地 AI IDE 从零开发贪吃蛇游戏。'
|
||||
---
|
||||
|
||||
@@ -7,7 +7,7 @@ description: '深入了解 AI IDE 工具:学习 VS Code、Claude Code、Cursor
|
||||
const duration = '约 <strong>1 天</strong>,可分多次完成'
|
||||
</script>
|
||||
|
||||
# 初级二:认识 AI IDE 工具
|
||||
# 初级二:学会 AI 编程工具
|
||||
|
||||
## 本章导读
|
||||
|
||||
|
||||
Reference in New Issue
Block a user