1.4 KiB
1.4 KiB
title, author, createTime, permalink
| title | author | createTime | permalink |
|---|---|---|---|
| 评论 | pengzhanbo | 2024/03/04 11:58:59 | /guide/features/comments/ |
概述
文章评论由 vuepress-plugin-comment2 提供支持。
在本主题中,通过以下字段进行配置:
// .vuepress/config.ts
import { defineUserConfig } from 'vuepress'
import { plumeTheme } from 'vuepress-theme-plume'
export default defineUserConfig({
theme: plumeTheme({
plugins: {
comment: {
// comment options
}
}
})
})
服务提供商
vuepress-plugin-comment2 支持
"Artalk“ | "Giscus" | "Twikoo" | "Waline" 等多种不同的评论服务提供商。
你可以根据自己的需求进行配置。