Skip to content

Commit 748ab3f

Browse files
committed
feat: 使用折疊區塊嵌入設置指南,避免跳頁體驗
1 parent 4a82284 commit 748ab3f

1 file changed

Lines changed: 36 additions & 1 deletion

File tree

08-comprehensive-project-guide.md

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,42 @@
1717
2. 更新了 git remote 到你的 Fork
1818
3. 在你的 GitHub repo 創建了至少一個 Issue
1919

20-
如果還沒完成,請參考 [SETUP.md](./08-comprehensive-project/SETUP.md) 的快速設置指南。
20+
<details>
21+
<summary>📋 點擊展開:快速設置指南</summary>
22+
23+
### 🚀 三步驟快速開始
24+
25+
#### 步驟 1:Fork Demo Repository
26+
1. 開啟瀏覽器,前往:https://github.com/yulin0629/copilot-agent-demo-todo
27+
2. 點擊右上角 **Fork** 按鈕
28+
3. 選擇你的帳號,完成 Fork
29+
4. 複製你的 Fork URL(例如:https://github.com/你的帳號/copilot-agent-demo-todo)
30+
31+
#### 步驟 2:讓 Agent 幫你設置(你的第一個 Agent 體驗!)
32+
在 VS Code 中開啟 Copilot Chat,選擇 **Agent 模式**,輸入:
33+
34+
```
35+
請幫我更新 git remote 到 [貼上你的 Fork URL]
36+
```
37+
38+
例如:
39+
```
40+
請幫我更新 git remote 到 https://github.com/alice/copilot-agent-demo-todo
41+
```
42+
43+
💡 **觀察**:Agent 會自動執行正確的 git 指令!
44+
45+
#### 步驟 3:創建你的第一個 Issue
46+
1. 在瀏覽器中開啟你的 Fork
47+
2. 前往 Issues 頁面
48+
3. 創建新 Issue,例如:
49+
- 標題:添加深色模式
50+
- 內容:請為待辦事項應用添加深色模式切換功能
51+
- 標籤:enhancement
52+
53+
**完成!** 現在你可以開始體驗 Agent 的威力了!
54+
55+
</details>
2156

2257
## 🚀 實作步驟
2358

0 commit comments

Comments
 (0)