样式优化与小调整
This commit is contained in:
10
docs/how-to/intro.md
Normal file
10
docs/how-to/intro.md
Normal 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>
|
Reference in New Issue
Block a user