添加提示
This commit is contained in:
parent
a197ca80ce
commit
34965b8b3b
@ -24,6 +24,7 @@ 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;") 评论功能已被暂时关闭,请通过 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')")
|
||||||
Icon(:icon="['fas', 'chevron-left']")
|
Icon(:icon="['fas', 'chevron-left']")
|
||||||
|
Loading…
Reference in New Issue
Block a user