From 56da7e7aadc6b63498e3323a5e936d02a61516ca Mon Sep 17 00:00:00 2001 From: yige Date: Sat, 22 Feb 2020 16:00:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=B5=9E=E8=B5=8F=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/post/_id.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/post/_id.vue b/pages/post/_id.vue index f066e05..52dfaa0 100644 --- a/pages/post/_id.vue +++ b/pages/post/_id.vue @@ -24,6 +24,8 @@ div .articelRightToc(v-show="Articels.post_toc_show && showRightToc", @click="articelRightTocClick") .articelTitle 目录 .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 联系我。 nuxt-link(:to="Articels.last ? '/post/' + Articels.last.ID : ''") .btnFooter.btnPrevt(:style="'color: ' + (Articels.last ? '#333' : '#ccc')")