1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

样式优化与小调整

This commit is contained in:
2025-02-21 00:27:46 +08:00
parent 8820544319
commit 90860b719f
6 changed files with 31 additions and 23 deletions

10
docs/how-to/intro.md Normal file
View File

@@ -0,0 +1,10 @@
# How to ... ? 如何做系列教程
请在左侧选择教程。
<contents :sidebar-item="sidebar['/how-to/']" />
<script setup>
import contents from '/components/contents.vue'
import { sidebar } from '/sidebar.mts';
</script>