Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.56 KB

README-zh_CN.md

File metadata and controls

45 lines (29 loc) · 1.56 KB

vuepress-plugin-google-adsense2

English | 简体中文

注意: 这个插件是提供给 VuePress 2 版本的

VuePress 2 的 Google adsense 插件, 自动帮你在你的 VuePress 站点上添加谷歌广告

npm GitHub license

安装

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

选项

id

  • 类型: string

  • 详情:

    在 AdSense 提供给你的代码块中,找到 'data-ad-client' 一词。 id 应该以'ca-pub-'开头。 你可以按照此处的说明查找 AdSense 代码。

    亦或者你可以使用 发布商 ID 并在前面加上 'ca-' 字符串,来组合成 id。你可以按照此处的说明查找 AdSense 发布商 ID