From 76de2e555f3b9f1e25fc3469f9ea50062a0e26c6 Mon Sep 17 00:00:00 2001 From: yige Date: Tue, 10 Nov 2020 21:53:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=89=88=E6=9D=83=E5=A3=B0?= =?UTF-8?q?=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/Footer.vue | 11 ++++++++--- pages/post/_id.vue | 9 ++++++++- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/components/Footer.vue b/components/Footer.vue index ab88b0c..a7a3c5a 100644 --- a/components/Footer.vue +++ b/components/Footer.vue @@ -1,13 +1,18 @@ diff --git a/pages/post/_id.vue b/pages/post/_id.vue index ca45c53..56eaff2 100644 --- a/pages/post/_id.vue +++ b/pages/post/_id.vue @@ -25,6 +25,8 @@ .articelTitle 目录 .articelTocList(v-html='articels.post_toc') .articelContent(v-html='articels.post_content', v-viewer) + .copyright + | 除特别注明外,本站所有文章均为原创。原创文章均已备案且受著作权保护,未经作者书面授权,请勿转载。 .tools .reward(@click='reward') 打赏 #comment.comment @@ -1017,6 +1019,11 @@ modal font-size 85% padding 2px 5px + .copyright + margin-top 80px + font-size 10px + color #888 + .comment width 100% margin-top 60px @@ -1372,7 +1379,7 @@ modal font-weight 300 .tools - margin-top 80px + margin-top 30px margin-bottom 10px text-align center user-select none