跳至主要內容
vuepress-theme-hope

vuepress-plugin-comment2

评论与阅读量插件

快速上手配置

Giscus

由 GitHub Discussions 提供支持的评论系统

Waline

一个带后端的强大评论系统

Twikoo

一个简洁、安全且免费的静态网站评论系统,基于腾讯云开发

Artalk

一个基于 golang 服务器的简洁自托管评论系统。

如何使用

安装

pnpm
pnpm add -D vuepress-plugin-comment2

使用

TS
import { commentPlugin } from "vuepress-plugin-comment2";

export default {
  plugins: [
    commentPlugin({
      // 插件选项
    }),
  ],
};

从 V1 迁移

详见 迁移指南