1
0

feat: 添加评论模块

This commit is contained in:
2025-10-10 23:30:49 +08:00
parent 71befd546d
commit 309cb5d369
2 changed files with 91 additions and 0 deletions

View File

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