1.0.1 • Published 3 years ago

vuepress-plugin-sponsor-jym v1.0.1

Weekly downloads
5
License
ISC
Repository
-
Last release
3 years ago

How To Use?

Add an array/object to the config.js(./vuepress/config.js) plugins array/object. Examples are as follows.

Babel Style

module.exports = {
  plugins: [
     [
      'vuepress-plugin-sponsor',
      {
        theme: 'simple',
        alipay: '/sponsor-qrcode/qrcode-alipay.png',
        wechat: '/sponsor-qrcode/qrcode-wechat.png',
        qq: '/sponsor-qrcode/qrcode-qq.png',
        paypal: 'https://www.paypal.me/yokefellow',
        duration: 2000
      }
    ]
  ]
}

Object Style

module.exports = {
  plugins: {
    'vuepress-plugin-sponsor': {
      theme: 'simple',
      alipay: '/sponsor-qrcode/qrcode-alipay.png',
      wechat: '/sponsor-qrcode/qrcode-wechat.png',
      qq: '/sponsor-qrcode/qrcode-qq.png',
      paypal: 'https://www.paypal.me/yokefellow',
      duration: 2000
    }
  }
}
1.0.1

3 years ago

1.0.0

3 years ago