1
0

chore: 重命名 DocContentFooter.vue 为 ContentFooter.vue

This commit is contained in:
2025-10-10 21:57:54 +08:00
parent 605293d8e3
commit 897b70c73e
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
<script setup>
import DefaultTheme from 'vitepress/theme';
import DocContentFooter from './DocContentFooter.vue';
import ContentFooter from './ContentFooter.vue';
import SiteFooter from './SiteFooter.vue';
const { Layout } = DefaultTheme;
@@ -10,7 +10,7 @@ const { Layout } = DefaultTheme;
<Layout>
<template #doc-footer-before>
<hr class="custom__divider" />
<DocContentFooter />
<ContentFooter />
</template>
<template #layout-bottom>
<SiteFooter />