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

chore: 文档前添加 创建时间、修改时间、字数统计

This commit is contained in:
2025-02-21 02:29:07 +08:00
parent 3aba82ed2f
commit 9b2ac76e01
19 changed files with 209 additions and 9 deletions

View File

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