mirror of
https://github.com/tradecatlabs/vibe-coding-cn.git
synced 2026-08-15 20:08:05 +00:00
feat: reorganize badges layout per user specification
Row 1 (Core): 🧠核心哲学 🧬胶水编程 🚀从零开始 📊语言层要素 🕳️常见坑 📡信息源 Row 2 (Methodology): 📐元方法论 🧭编程之道 🎬实战案例 Row 3 (Tools): 🛠️工具集 Row 4 (Resources): 💬提示词 ⚡Skills 📋在线表格 🔧系统提示词 🔐Chat Vault Also add external resources: - Conductor for Gemini CLI - AI programming tools comparison
This commit is contained in:
+4
-4
@@ -63,19 +63,19 @@
|
||||
<a href="./documents/01-getting-started/00-Vibe%20Coding%20Philosophy.md"><img src="https://img.shields.io/badge/🧠_Core_Philosophy-Must_Read-crimson?style=for-the-badge" alt="Core Philosophy"></a>
|
||||
<a href="./documents/00-fundamentals/Glue%20Coding.md"><img src="https://img.shields.io/badge/🧬_Glue_Coding-Silver_Bullet-red?style=for-the-badge" alt="Glue Coding"></a>
|
||||
<a href="./documents/01-getting-started/README.md"><img src="https://img.shields.io/badge/🚀_Getting_Started-Beginners-red?style=for-the-badge" alt="Getting Started"></a>
|
||||
<a href="./documents/00-fundamentals/Language%20Layer%20Elements.md"><img src="https://img.shields.io/badge/📊_Language_Layers-12_Levels-gold?style=for-the-badge" alt="Language Layers"></a>
|
||||
<a href="./documents/00-fundamentals/Common%20Pitfalls.md"><img src="https://img.shields.io/badge/🕳️_Common_Pitfalls-Guide-yellow?style=for-the-badge" alt="Common Pitfalls"></a>
|
||||
<a href="./documents/04-resources/External%20Resource%20Aggregation.md"><img src="https://img.shields.io/badge/📡_Resources-Aggregation-teal?style=for-the-badge" alt="Resource Aggregation"></a>
|
||||
</p>
|
||||
<!-- 🟠 Methodology (Orange) -->
|
||||
<p>
|
||||
<a href="./documents/00-fundamentals/A%20Formalization%20of%20Recursive%20Self-Optimizing%20Generative%20Systems.md"><img src="https://img.shields.io/badge/📐_Meta_Methodology-Recursive-darkorange?style=for-the-badge" alt="Meta Methodology"></a>
|
||||
<a href="./documents/00-fundamentals/The%20Way%20of%20Programming.md"><img src="https://img.shields.io/badge/🧭_Dao_Fa_Shu-Methodology-orange?style=for-the-badge" alt="Dao Fa Shu"></a>
|
||||
<a href="./documents/00-fundamentals/The%20Way%20of%20Programming.md"><img src="https://img.shields.io/badge/🧭_Way_of_Programming-Dao_Fa_Shu-orange?style=for-the-badge" alt="Way of Programming"></a>
|
||||
<a href="./documents/03-practice/README.md"><img src="https://img.shields.io/badge/🎬_Practice-Projects-orange?style=for-the-badge" alt="Practice Projects"></a>
|
||||
</p>
|
||||
<!-- 🟡 Practical Tools (Yellow/Green) -->
|
||||
<p>
|
||||
<a href="./documents/00-fundamentals/Language%20Layer%20Elements.md"><img src="https://img.shields.io/badge/📊_Language_Layers-12_Levels-gold?style=for-the-badge" alt="Language Layers"></a>
|
||||
<a href="./documents/00-fundamentals/Common%20Pitfalls.md"><img src="https://img.shields.io/badge/🕳️_Common_Pitfalls-Guide-yellow?style=for-the-badge" alt="Common Pitfalls"></a>
|
||||
<a href="./documents/04-resources/Tool%20Collection.md"><img src="https://img.shields.io/badge/🛠️_Tools-Quick_Ref-teal?style=for-the-badge" alt="Tools"></a>
|
||||
<a href="./documents/04-resources/External%20Resource%20Aggregation.md"><img src="https://img.shields.io/badge/📡_Resources-Aggregation-teal?style=for-the-badge" alt="Resource Aggregation"></a>
|
||||
</p>
|
||||
<!-- 🔵 Resource Library (Blue/Purple) -->
|
||||
<p>
|
||||
|
||||
@@ -363,6 +363,7 @@
|
||||
|
||||
| Tutorial | Link | Description |
|
||||
|:---|:---|:---|
|
||||
| Conductor for Gemini CLI | [Google Blog](https://developers.googleblog.com/conductor-introducing-context-driven-development-for-gemini-cli/) | Context-driven development, Gemini CLI extension |
|
||||
| Erge's Java Advanced Path | [javabetter.cn](https://javabetter.cn/) | Development tool configuration tutorial |
|
||||
| Super Individual Resource List | [x.com/BiteyeCN](https://x.com/BiteyeCN/status/2000856243645157387) | |
|
||||
|
||||
|
||||
@@ -370,8 +370,10 @@
|
||||
|
||||
| 教程 | 链接 | 说明 |
|
||||
|:---|:---|:---|
|
||||
| Conductor for Gemini CLI | [Google Blog](https://developers.googleblog.com/conductor-introducing-context-driven-development-for-gemini-cli/) | 上下文驱动开发,Gemini CLI 扩展 |
|
||||
| 二哥的Java进阶之路 | [javabetter.cn](https://javabetter.cn/) | 开发工具配置教程 |
|
||||
| 超级个体资源清单 | [x.com/BiteyeCN](https://x.com/BiteyeCN/status/2000856243645157387) | |
|
||||
| AI 编程工具对比 | [x.com/xiaoying_eth](https://x.com/xiaoying_eth/status/2001865097661309260) | Cursor/Windsurf/Augment 等对比 |
|
||||
|
||||
</details>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user