Next主题里面直接集成了这个功能,可以直接打开就行。
生成打赏码
打开微信→右上角➕号→收付款→赞赏码→设置后保存图片→裁剪为1:1的png图像并命名为wechatpay.png→放在hexo/public/images/
文件夹里
开启打赏功能
在next主题设置里面找到如下代码:
reward_settings:
# If true, reward will be displayed in every article by default.
enable: true #是否开启打赏功能
animation: true #微信支付跳动动画开关
comment: 你的鼓励是我更新的动力! #页面上留言信息
reward:
wechatpay: /images/wechatpay.png
#alipay: /images/alipay.png
#paypal: /images/paypal.png
#bitcoin: /images/bitcoin.png
按照上面设置就行。