新增:初步使用gitalk集成评论功能

This commit is contained in:
2022-07-26 23:43:19 +08:00
parent ed374ad948
commit dd2c0d52fb
6 changed files with 1605 additions and 9 deletions

View File

@@ -1,13 +1,14 @@
<template>
<Layout>
<template #doc-footer-before>
<template #doc-after>
<Comment />
</template>
</Layout>
</template>
<script lang="ts" setup>
import DefaultTheme from 'vitepress/theme'
import Comment from './Comment.vue'
const { Layout } = DefaultTheme
</script>