1.0.2 • Published 3 years ago

docsify-sponsor v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

docsify-sponsor

jsdelivr npm.io npm.io

docsify的赞助插件 Sponsor plugin for docsify

本项目参考自 sponsor-page

使用 Usage

  1. 插入样式 Insert the style
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify-sponsor@latest/dist/sponsor.min.css" />
  1. 插入脚本 Insert the script
<script src="//cdn.jsdelivr.net/npm/docsify-sponsor@latest/dist/sponsor.min.js"></script>
  1. 添加配置 Add settings
window.$docsify = {
    sponsor: {
        github: '',
        alipay_donate_qrcode: "",
        alipay_donate_link: "",
        wechat_donate_qrcode: "",
    }
}

配置说明 Configuration description

属性名 Attribute类型 Type解释 Description默认值 Defaults
githubstringGitHub 链接地址 GitHub link addresshttps://github.com/Jader
alipay_donate_qrcodestring支付宝二维码图片地址 Alipay two-dimensional code picture addresshttps://cdn.jsdelivr.net/gh/Jader/Jader.github.io@master/assets/AliPayQR.png
alipay_donate_linkstring支付宝二维码链接地址 Alipay QR code link addresshttps://qr.alipay.com/fkx14579f8hzpauqxrteze9
wechat_donate_qrcodestring微信二维码图片地址 WeChat QR code picture addresshttps://cdn.jsdelivr.net/gh/Jader/Jader.github.io@master/assets/WeChanSQ.png