增加赞赏码

This commit is contained in:
yi-ge 2020-02-22 16:00:05 +08:00
parent 046b10ad1b
commit 56da7e7aad

View File

@ -24,6 +24,8 @@ div
.articelRightToc(v-show="Articels.post_toc_show && showRightToc", @click="articelRightTocClick") .articelRightToc(v-show="Articels.post_toc_show && showRightToc", @click="articelRightTocClick")
.articelTitle 目录 .articelTitle 目录
.articelTocList(v-html="Articels.post_toc") .articelTocList(v-html="Articels.post_toc")
p(style="margin: 15px 0;")
img(src="https://cdn.wyr.me/imgs/reward.jpg" style="width: 100%")
p(style="margin: 15px 0;") 评论功能已被暂时关闭请通过 a@wyr.me 联系我 p(style="margin: 15px 0;") 评论功能已被暂时关闭请通过 a@wyr.me 联系我
nuxt-link(:to="Articels.last ? '/post/' + Articels.last.ID : ''") nuxt-link(:to="Articels.last ? '/post/' + Articels.last.ID : ''")
.btnFooter.btnPrevt(:style="'color: ' + (Articels.last ? '#333' : '#ccc')") .btnFooter.btnPrevt(:style="'color: ' + (Articels.last ? '#333' : '#ccc')")