Shuo Liu 1f89d7f515
feat(plugin-md-power): enable python code repl(#585) (#613)
* feat(plugin-md-power): enable python code repl(#585)

* fix(plugin-md-power): correct grammars

* fix(plugin-md-power): modify pnpm-lock.yaml

* feat: tweak

* chore: tweak

---------

Co-authored-by: Shuo Liu <sliu84@outlook.com>
Co-authored-by: pengzhanbo <volodymyr@foxmail.com>
2025-06-06 21:14:59 +08:00
..
2025-04-01 10:23:34 +08:00
2025-04-01 10:23:34 +08:00
2025-04-01 10:23:34 +08:00

title, createTime, permalink
title createTime permalink
介绍 2024/03/06 8:26:44 /config/plugins/

主题内置的使用的插件,扩展了主题的众多功能,你可以在 plugins 配置中, 实现对内部使用的各个插件的自定义配置。

配置

所有主题内部使用的插件, 均在 plugins 字段中进行配置。

import { defineUserConfig } from 'vuepress'
import { plumeTheme } from 'vuepress-theme-plume'

export default defineUserConfig({
  theme: plumeTheme({
    plugins: {
      // more options...  // [!code ++]
    }
  }),
})

插件列表

:::tip 您无需重复安装这些内置插件,也无需在 vuepress配置 > plugins 中添加它们。主题已在内部完成了这些工作。 :::