feat: 添加文章标签和更新日期信息显示
This commit is contained in:
15
docs/.vitepress/theme/layout/CustomLayout.vue
Normal file
15
docs/.vitepress/theme/layout/CustomLayout.vue
Normal file
@@ -0,0 +1,15 @@
|
||||
<script setup>
|
||||
import DefaultTheme from 'vitepress/theme';
|
||||
import DocContentFooter from './DocContentFooter.vue';
|
||||
|
||||
const { Layout } = DefaultTheme;
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<Layout>
|
||||
<template #doc-footer-before>
|
||||
<hr class="custom__divider" />
|
||||
<DocContentFooter />
|
||||
</template>
|
||||
</Layout>
|
||||
</template>
|
Reference in New Issue
Block a user