-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathindex.html
More file actions
304 lines (278 loc) · 14.2 KB
/
Copy pathindex.html
File metadata and controls
304 lines (278 loc) · 14.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
name="description"
content="Vibe Coding Guide: 中文优先的 AI Coding 工程工作流手册,包含中英教程、PDF 和 19 章费曼间隔学习清单。"
/>
<meta name="theme-color" content="#f6faf8" />
<meta property="og:title" content="Vibe Coding Guide | AI Coding 工程工作流手册" />
<meta
property="og:description"
content="用 spec、上下文、subagent、worktree、skill、CI 和 review,把 AI Coding 变成可审查、可验证、可交付的工程循环。"
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://lling0000.github.io/Vibe_coding_guide/" />
<meta property="og:site_name" content="Vibe Coding Guide" />
<meta name="twitter:card" content="summary" />
<link rel="canonical" href="https://lling0000.github.io/Vibe_coding_guide/" />
<title>Vibe Coding Guide | AI Coding 工程工作流手册</title>
<link rel="stylesheet" href="./assets/styles.css?v=20260618-schedule-first" />
<script defer src="https://cdn.jsdelivr.net/npm/dompurify@3.2.6/dist/purify.min.js"></script>
<script defer src="https://cdn.jsdelivr.net/npm/marked@15.0.12/marked.min.js"></script>
<script defer src="https://cdn.jsdelivr.net/npm/mermaid@11.4.1/dist/mermaid.min.js"></script>
<script defer src="https://cdn.jsdelivr.net/npm/lucide@0.475.0/dist/umd/lucide.min.js"></script>
<script defer src="./assets/site.js?v=20260618-schedule-first"></script>
</head>
<body data-mode="schedule">
<div class="site-progress" aria-hidden="true">
<span id="reading-progress"></span>
</div>
<header class="topbar">
<a class="brand" href="./" aria-label="Vibe Coding Guide home">
<span class="brand-mark" aria-hidden="true">VC</span>
<span class="brand-copy">
<span class="brand-name">Vibe Coding Guide</span>
<span class="brand-line" id="brand-line">AI Coding 工程工作流手册</span>
</span>
</a>
<div class="topbar-actions">
<div class="segmented view-toggle" aria-label="View mode">
<button type="button" class="segmented-button" data-mode="planner" aria-pressed="false">
<i data-lucide="list-checks" aria-hidden="true"></i>
<span id="planner-mode-label">学习清单</span>
</button>
<button type="button" class="segmented-button is-active" data-mode="schedule" aria-pressed="true">
<i data-lucide="calendar-days" aria-hidden="true"></i>
<span id="schedule-mode-label">学习计划</span>
</button>
<button type="button" class="segmented-button" data-mode="reader" aria-pressed="false">
<i data-lucide="book-open-text" aria-hidden="true"></i>
<span id="reader-mode-label">全文阅读</span>
</button>
</div>
<div class="segmented lang-toggle" aria-label="Language">
<button type="button" class="segmented-button" data-lang="zh">中文</button>
<button type="button" class="segmented-button" data-lang="en">EN</button>
</div>
<a class="icon-button" id="pdf-link" href="./vibe-coding-guide-zh.pdf" title="PDF" aria-label="PDF">
<i data-lucide="file-down" aria-hidden="true"></i>
</a>
<a
class="icon-button"
href="https://github.com/Lling0000/Vibe_coding_guide"
title="GitHub"
aria-label="GitHub"
>
<i data-lucide="github" aria-hidden="true"></i>
</a>
</div>
</header>
<main class="app-shell">
<aside class="sidebar" aria-label="Guide navigation">
<div class="sidebar-sticky planner-sidebar" id="planner-nav">
<div class="side-heading">
<p class="eyebrow" id="planner-nav-kicker">Feynman Loop</p>
<h2 id="planner-nav-title">19 章 · 36 天费曼间隔练习</h2>
<p id="planner-nav-copy">每天一个新章,到期旧章按 2-3-5-7 间隔短复述。</p>
</div>
<div class="side-stat" aria-label="Overall progress">
<span id="side-progress-label">总进度</span>
<strong id="side-progress-value">0%</strong>
<span class="mini-progress" aria-hidden="true"><span id="side-progress-bar"></span></span>
</div>
<nav class="day-rail" aria-label="Daily learning plan">
<ol id="day-list"></ol>
</nav>
<button type="button" class="sidebar-action" id="reset-all-button">
<i data-lucide="rotate-ccw" aria-hidden="true"></i>
<span id="reset-all-label">重置全部进度</span>
</button>
</div>
<div class="sidebar-sticky reader-sidebar" id="reader-nav" hidden>
<label class="search-wrap">
<i data-lucide="search" aria-hidden="true"></i>
<input id="toc-search" type="search" autocomplete="off" placeholder="搜索章节" />
</label>
<nav class="toc" aria-label="Table of contents">
<ol id="toc-list"></ol>
</nav>
</div>
</aside>
<section class="workspace">
<section class="planner-view" id="planner-view" aria-labelledby="planner-title" hidden>
<div class="learning-hero">
<div class="learning-hero-copy">
<p class="eyebrow" id="planner-kicker">Feynman Practice</p>
<h1 id="planner-title">Day 1:新学第 1 章</h1>
<p id="planner-summary">
新章走完整费曼流程,复习章只做短复述、查漏和连接。
</p>
<div class="hero-actions">
<button type="button" class="text-button" id="prev-day-button">
<i data-lucide="chevron-left" aria-hidden="true"></i>
<span id="prev-day-label">前一天</span>
</button>
<button type="button" class="text-button primary" id="next-day-button">
<span id="next-day-label">下一天</span>
<i data-lucide="chevron-right" aria-hidden="true"></i>
</button>
<button type="button" class="text-button" id="open-reader-button">
<i data-lucide="book-open-text" aria-hidden="true"></i>
<span id="open-reader-label">打开原文</span>
</button>
</div>
</div>
<figure class="hero-visual">
<img src="./assets/feynman-board.png?v=20260530" alt="" aria-hidden="true" />
<figcaption id="hero-visual-caption">阅读、复述、查漏、应用</figcaption>
</figure>
</div>
<div class="stats-grid" aria-label="Learning progress">
<div class="stat-tile">
<span id="scope-stat-label">今日安排</span>
<strong id="scope-stat-value">1 新 · 0 复</strong>
</div>
<div class="stat-tile">
<span id="today-stat-label">今日完成</span>
<strong id="today-stat-value">0/0</strong>
<span class="tile-progress" aria-hidden="true"><span id="today-progress-bar"></span></span>
</div>
<div class="stat-tile">
<span id="overall-stat-label">总进度</span>
<strong id="overall-stat-value">0%</strong>
<span class="tile-progress" aria-hidden="true"><span id="overall-progress-bar"></span></span>
</div>
</div>
<section class="scope-section" aria-labelledby="scope-title">
<div class="section-heading">
<p class="eyebrow" id="scope-kicker">Spaced Practice</p>
<h2 id="scope-title">今天的新学与复习</h2>
</div>
<div class="scope-list" id="scope-list"></div>
</section>
<section class="note-section" aria-labelledby="note-title">
<div class="section-heading">
<p class="eyebrow" id="note-kicker">Teach Back</p>
<h2 id="note-title">费曼讲解草稿</h2>
</div>
<textarea id="explain-note" rows="5" placeholder="我会这样向一个刚开始用 AI Coding 的朋友解释今天的内容..."></textarea>
</section>
<section class="checklist-section" aria-labelledby="checklist-title">
<div class="section-heading split">
<div>
<p class="eyebrow" id="checklist-kicker">Daily List</p>
<h2 id="checklist-title">今日任务清单</h2>
</div>
<button type="button" class="text-button" id="reset-day-button">
<i data-lucide="refresh-cw" aria-hidden="true"></i>
<span id="reset-day-label">重置今天</span>
</button>
</div>
<div class="checklist-groups" id="checklist"></div>
</section>
</section>
<section class="schedule-view" id="schedule-view" aria-labelledby="schedule-title">
<div class="schedule-hero">
<div>
<p class="eyebrow" id="schedule-kicker">Learning Plan</p>
<h1 id="schedule-title">36 天学习计划</h1>
<p id="schedule-summary">每天一个新章,到期旧章按 2-3-5-7 间隔短复述。</p>
</div>
<button type="button" class="text-button primary" data-mode="planner">
<i data-lucide="list-checks" aria-hidden="true"></i>
<span id="schedule-open-day-label">回到今日清单</span>
</button>
</div>
<section class="matrix-section" aria-labelledby="matrix-title">
<div class="section-heading split">
<div>
<p class="eyebrow" id="matrix-kicker">Schedule Table</p>
<h2 id="matrix-title">间隔学习总表</h2>
</div>
<div class="matrix-actions">
<button type="button" class="text-button primary" id="export-matrix-pdf-button">
<i data-lucide="file-down" aria-hidden="true"></i>
<span id="export-matrix-pdf-label">导出 PDF</span>
</button>
<button type="button" class="text-button" id="reset-matrix-button">
<i data-lucide="eraser" aria-hidden="true"></i>
<span id="reset-matrix-label">清空表格勾选</span>
</button>
</div>
</div>
<div class="schedule-table-wrap">
<table class="schedule-table" id="schedule-table"></table>
</div>
</section>
</section>
<section class="reader-view" id="reader-view" aria-labelledby="reader-title" hidden>
<div class="reader-hero">
<p class="eyebrow" id="reader-kicker">Field Guide</p>
<h1 id="reader-title">把 AI Coding 变成可复用的工程工作流。</h1>
<p class="reader-summary" id="reader-summary">
这不是 prompt 话术合集,而是一套从 spec、上下文、subagent、worktree、skill 到 CI、测试和审查的工程操作手册。
</p>
<div class="reader-metrics" aria-label="Guide highlights">
<span id="metric-chapters"><strong>19</strong> 章</span>
<span id="metric-languages"><strong>2</strong> 种语言</span>
<span id="metric-pdf"><strong>PDF</strong> 已包含</span>
</div>
</div>
<div class="reader-shell">
<div class="reader-column">
<article id="guide-content" class="prose" aria-live="polite"></article>
<nav class="chapter-pager" id="chapter-pager" aria-label="Chapter navigation">
<button type="button" class="chapter-page-button" id="prev-chapter-button">
<i data-lucide="chevron-left" aria-hidden="true"></i>
<span>
<span class="chapter-page-kicker" id="prev-chapter-kicker">上一章</span>
<strong id="prev-chapter-title">第 1 章</strong>
</span>
</button>
<button type="button" class="chapter-page-button next" id="next-chapter-button">
<span>
<span class="chapter-page-kicker" id="next-chapter-kicker">下一章</span>
<strong id="next-chapter-title">第 2 章</strong>
</span>
<i data-lucide="chevron-right" aria-hidden="true"></i>
</button>
</nav>
</div>
<aside class="annotation-panel" id="annotation-panel" aria-labelledby="annotation-title">
<div class="annotation-panel-head">
<p class="eyebrow" id="annotation-kicker">Reader Notes</p>
<h2 id="annotation-title">批注评论</h2>
</div>
<div class="annotation-list" id="annotation-list"></div>
</aside>
</div>
</section>
</section>
</main>
<div class="annotation-popover" id="annotation-popover" role="toolbar" aria-label="批注工具" hidden>
<button type="button" class="icon-button" id="highlight-button" title="高亮" aria-label="高亮">
<i data-lucide="highlighter" aria-hidden="true"></i>
</button>
<button type="button" class="icon-button" id="underline-button" title="下划线" aria-label="下划线">
<i data-lucide="underline" aria-hidden="true"></i>
</button>
<button type="button" class="icon-button" id="comment-button" title="评论" aria-label="评论">
<i data-lucide="message-square-plus" aria-hidden="true"></i>
</button>
</div>
<div class="annotation-status" id="annotation-status" aria-live="polite"></div>
<noscript>
<main class="noscript">
<h1>Vibe Coding Guide</h1>
<p>This site needs JavaScript to render the learning checklist and Markdown guide. You can still read the source files directly:</p>
<p>
<a href="./vibe-coding-guide-zh.md">中文教程</a>
<a href="./vibe-coding-guide-en.md">English guide</a>
</p>
</main>
</noscript>
</body>
</html>