English | 简体中文
注意: 这个插件是提供给 VuePress 2 版本的
VuePress 2 的 Google adsense 插件, 自动帮你在你的 VuePress 站点上添加谷歌广告。
yarn add -D vuepress-plugin-google-adsense2
# 或者
npm install -D vuepress-plugin-google-adsense2
import googleAdSensePlugin from 'vuepress-plugin-google-adsense2';
module.exports = {
plugins: [
googleAdSensePlugin({
id: 'ca-pub-xxxxxxx',
}),
],
};
更多插件的使用方式,请参考 VuePress Plugins