百度统计
概述
为站点添加 百度统计。该插件默认不启用。
关联插件: @vuepress-plume/plugin-baidu-tongji
配置
key
- 类型:
string
- 默认值:
''
配置百度统计的key
启用
import { plumeTheme } from 'vuepress-theme-plume'
import { defineUserConfig } from 'vuepress'
export default defineUserConfig({
theme: plumeTheme({
plugins: {
baiduTongji: {
key: '你的百度统计key'
}
}
}),
})