chore: 文档前添加 创建时间、修改时间、字数统计
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user