Skip to content

Latest commit

 

History

History
44 lines (22 loc) · 749 Bytes

25-donate.md

File metadata and controls

44 lines (22 loc) · 749 Bytes

donate 打赏插件

显示在文章最下面的按钮,点击可弹出收款相关的图片和信息

配置使用方法:

{
    "plugins": ["donate"],
    "pluginsConfig": {
        "donate": {
          "wechat": "/images/wechat-qr.png",
          "alipay": "/images/alipay-qr.png",
          "title": "默认空",
          "button": "默认值:Donate",
          "alipayText": "默认值:支付宝捐赠",
          "wechatText": "默认值:微信捐赠"
        }
    }
}

插件 Github 地址:https://github.com/willin/gitbook-plugin-donate

效果预览:参考页面下方的打赏按钮插件