feat:增加AList博客

This commit is contained in:
2025-12-18 10:13:00 +08:00
parent 228109ee81
commit fb404f2bcf
13 changed files with 162 additions and 45 deletions

5
docs/Others/VitePress.md Normal file
View File

@@ -0,0 +1,5 @@
---
title: VitePress简介和使用
date: 2025-12-18
---

10
docs/Others/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[4] />