跳至主要內容
vuepress-theme-hope

vuepress-plugin-comment2

评论与阅读量插件

快速上手 💡配置 🛠

安装

pnpm add -D vuepress-plugin-comment2

使用

// .vuepress/config.ts
import { commentPlugin } from "vuepress-plugin-comment2";

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

从 V1 迁移

详见 迁移指南