feat:增加AList博客
This commit is contained in:
5
docs/Others/VitePress.md
Normal file
5
docs/Others/VitePress.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
title: VitePress简介和使用
|
||||
date: 2025-12-18
|
||||
---
|
||||
|
||||
10
docs/Others/index.md
Normal file
10
docs/Others/index.md
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
layout: doc
|
||||
title: 其他
|
||||
---
|
||||
|
||||
<script setup>
|
||||
import { routers } from '../.vitepress/theme/router'
|
||||
</script>
|
||||
|
||||
<MenuList :routers=routers[4] />
|
||||
Reference in New Issue
Block a user