feat:增加项目实战模块

This commit is contained in:
2026-05-27 11:26:16 +08:00
parent 8c9b3adc57
commit efc1f5fbae
15 changed files with 687 additions and 318 deletions

10
docs/Practice/index.md Normal file
View File

@@ -0,0 +1,10 @@
---
layout: doc
title: 项目实战
---
<script setup>
import { routers } from '../.vitepress/theme/router'
</script>
<MenuList :routers=routers[2] :isNested=true />