pengzhanbo
95字小于1分钟
2024-03-06
为站点添加 百度统计。该插件默认不启用。
关联插件: @vuepress-plume/plugin-baidu-tongji
string
''
配置百度统计的key
import { plumeTheme } from 'vuepress-theme-plume'
import { defineUserConfig } from 'vuepress'
export default defineUserConfig({
theme: plumeTheme({
plugins: {
baiduTongji: {
key: '你的百度统计key'
}
}
}),
})