hexo 下Next主题新增打赏支持 Posted on 2022-01-27 In Computer , Building Website , Advertisement PS:制作透明二维码图片可以用草料 编辑文件themes/next/_config.yml, 找到Reward部分的内容进行修改,参考如下: 12345678910111213# Reward (Donate)# Front-matter variable (unsupport animation).reward_settings: # If true, reward will be displayed in every article by default. enable: true animation: false comment: 坚持原创分享,您的支持将鼓励我继续创作更多优质内容!reward: wechatpay: /images/wechatpay.jpg #alipay: /images/alipay.png #paypal: /images/paypal.png #bitcoin: /images/bitcoin.png 其中wechatpay就是微信支付了。 把第二步获取的图片放到themes/next/source/images目录下,并改名为wechatpay.jpg