feat(docs): add image height constraints and appendix examples

- Implement dynamic image height constraints based on aspect ratio to prevent vertical space issues
- Add new ultra-tall category for images with ratio > 3
- Include two new appendix examples in sidebar navigation
This commit is contained in:
sanbuphy
2026-01-12 15:31:23 +08:00
parent 201806f662
commit ab90283e1b
3 changed files with 38 additions and 3 deletions
+9
View File
@@ -65,6 +65,15 @@ export default defineConfig({
text: '附录 B:常见报错及解决方案',
link: '/stage-1/appendix-b-common-errors/'
}
,
{
text: '附录示例:贪吃蛇游戏教程',
link: '/stage-1/appendix-articles/example0-1/vibe-coding-tools-snake-game-tutorial'
},
{
text: '附录示例:用 AI 搭建完整网站',
link: '/stage-1/appendix-articles/example0-2/vibe-coding-tools-build-website-with-ai-coding-and-design-agents'
}
],
'/stage-2/': [
{