docs: update stage naming and enhance content presentation

- Rename "Stage 0" to "新手入门" for better clarity
- Improve stage introduction layout with styled cards and tags
- Add visual step progress bars in guide sections
- Enhance terminology sections with card components and navigation
- Update appendix sections with better organization and styling
This commit is contained in:
sanbuphy
2026-01-13 11:47:29 +08:00
parent c2152498a4
commit ecb8abd5e7
5 changed files with 292 additions and 42 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ features:
<div class="stage-container">
<div class="stage-card">
<div class="stage-icon">🌱</div>
<h3>Stage 0: 新手</h3>
<h3>Stage 0: 新手入门</h3>
<p>适合产品、运营及非技术背景。通过做游戏理解 AI 编程逻辑,建立信心。</p>
<a href="./stage-0/0.1-learning-map/">查看详情 →</a>
</div>