mirror of
https://github.com/tradecatlabs/vibe-coding-cn.git
synced 2026-08-15 20:08:05 +00:00
docs: clarify collapsible section summaries
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
6. [递归自优化系统](#concept-recursive-self-optimizing-system) - 递归自优化生成系统的形式化模型。
|
||||
|
||||
<details>
|
||||
<summary><strong>完整细粒度目录(默认收起)</strong></summary>
|
||||
<summary><strong>完整细粒度目录(点击展开/收起)</strong></summary>
|
||||
|
||||
### 细粒度目录
|
||||
|
||||
@@ -172,7 +172,7 @@
|
||||
---
|
||||
|
||||
<details>
|
||||
<summary><strong>1. 问题求解</strong> - 目标、现状、差距、标准、约束、对象与路径。</summary>
|
||||
<summary><strong>1. 问题求解</strong> - 目标、现状、差距、标准、约束、对象与路径。(点击展开/收起)</summary>
|
||||
|
||||
<a id="concept-problem-solving"></a>
|
||||
|
||||
@@ -758,7 +758,7 @@ A 和 B 之间的距离、障碍、路线不清楚的地方,就是问题。
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><strong>2. 拼好码</strong> - 复用成熟能力,用胶水代码连接、编排、适配业务流程。</summary>
|
||||
<summary><strong>2. 拼好码</strong> - 复用成熟能力,用胶水代码连接、编排、适配业务流程。(点击展开/收起)</summary>
|
||||
|
||||
<a id="concept-glue-coding"></a>
|
||||
|
||||
@@ -1273,7 +1273,7 @@ AI 特别适合生成:
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><strong>3. 系统构建方法</strong> - 自顶向下、自底向上与分而治之的组合使用。</summary>
|
||||
<summary><strong>3. 系统构建方法</strong> - 自顶向下、自底向上与分而治之的组合使用。(点击展开/收起)</summary>
|
||||
|
||||
<a id="concept-system-building"></a>
|
||||
|
||||
@@ -1431,7 +1431,7 @@ AI 特别适合生成:
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><strong>4. 开发范式演进</strong> - 软件工程组织方式的演进。</summary>
|
||||
<summary><strong>4. 开发范式演进</strong> - 软件工程组织方式的演进。(点击展开/收起)</summary>
|
||||
|
||||
<a id="concept-development-paradigms"></a>
|
||||
|
||||
@@ -1464,7 +1464,7 @@ AI 特别适合生成:
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><strong>5. 语言层要素</strong> - 看懂代码所需的语言层要素。</summary>
|
||||
<summary><strong>5. 语言层要素</strong> - 看懂代码所需的语言层要素。(点击展开/收起)</summary>
|
||||
|
||||
<a id="concept-language-layers"></a>
|
||||
|
||||
@@ -2029,7 +2029,7 @@ async def get_user(user_id: int, db: Session = Depends(get_db)):
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><strong>6. 递归自优化系统</strong> - 递归自优化生成系统的形式化模型。</summary>
|
||||
<summary><strong>6. 递归自优化系统</strong> - 递归自优化生成系统的形式化模型。(点击展开/收起)</summary>
|
||||
|
||||
<a id="concept-recursive-self-optimizing-system"></a>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user