欢迎访问我的个人博客网站:http://www.yanmin99.com/
hexo的next主题打赏
增加打赏配置
reward_comment: 坚持原创技术分享,您的支持将鼓励我继续创作!
wechatpay: /images/wechat.jpg
alipay: /images/aipay.png
wechat.jpg、aipay.png图片放入themes/next/source/images中
- 3、修复煽动bug
/* 注释文字闪动函数
#wechat:hover p{
animation: roll 0.1s infinite linear;
-webkit-animation: roll 0.1s infinite linear;
-moz-animation: roll 0.1s infinite linear;
}
#alipay:hover p{
animation: roll 0.1s infinite linear;
-webkit-animation: roll 0.1s infinite linear;
-moz-animation: roll 0.1s infinite linear;
}
*/
修改
next/source/css/_common/components/post/post-reward.styl
,注释wechat:hover
和alipay:hover
-
4、效果
网友评论