Skip to content

打赏功能

配置文件

# Donate (Sponsor) settings
# Front-matter variable (unsupport animation).
reward_settings:
  # If true, a donate button will be displayed in every article by default.
  enable: false
  animation: false
  #comment: Buy me a coffee

reward:
  #wechatpay: /images/wechatpay.png
  #alipay: /images/alipay.png
  #paypal: /images/paypal.png
  #bitcoin: /images/bitcoin.png

设置属性enabletrueanimationtrue,添加comment

enable: true
comment: Buy me a coffee

将微信支付和支付宝支付的截图放置在主题包下source/images文件夹下

wechatpay: /images/wechatpay.jpg
alipay: /images/alipay.jpg
#bitcoin: /images/bitcoin.jpg

相关阅读