添加版权声明
This commit is contained in:
parent
995f875616
commit
76de2e555f
@ -1,13 +1,18 @@
|
|||||||
<template lang="pug">
|
<template lang="pug">
|
||||||
footer
|
footer
|
||||||
a#gotop.scroll-top(href='javascript:;', style='display: none;')
|
a#gotop.scroll-top(href='javascript:;', style='display: none;')
|
||||||
Icon(:icon="['fas', 'angle-double-up']")
|
Icon(:icon='["fas", "angle-double-up"]')
|
||||||
#mobileToc.mobileToc(style='display: none;')
|
#mobileToc.mobileToc(style='display: none;')
|
||||||
| 目录
|
| 目录
|
||||||
.footer
|
.footer
|
||||||
| Copyright © 2020 WangYi.
|
| Copyright © 2009-2020 WangYi.
|
||||||
br
|
br
|
||||||
| All Rights Reserved.
|
| All Rights Reserved.
|
||||||
a(href='http://www.beian.miit.gov.cn', target='_blank', rel='external nofollow', style='color: #ccc; margin-left: 5px')
|
a(
|
||||||
|
href='http://www.beian.miit.gov.cn',
|
||||||
|
target='_blank',
|
||||||
|
rel='external nofollow',
|
||||||
|
style='color: #ccc; margin-left: 5px'
|
||||||
|
)
|
||||||
| 浙ICP备14013313号-2
|
| 浙ICP备14013313号-2
|
||||||
</template>
|
</template>
|
||||||
|
@ -25,6 +25,8 @@
|
|||||||
.articelTitle 目录
|
.articelTitle 目录
|
||||||
.articelTocList(v-html='articels.post_toc')
|
.articelTocList(v-html='articels.post_toc')
|
||||||
.articelContent(v-html='articels.post_content', v-viewer)
|
.articelContent(v-html='articels.post_content', v-viewer)
|
||||||
|
.copyright
|
||||||
|
| 除特别注明外,本站所有文章均为原创。原创文章均已备案且受著作权保护,未经作者书面授权,请勿转载。
|
||||||
.tools
|
.tools
|
||||||
.reward(@click='reward') 打赏
|
.reward(@click='reward') 打赏
|
||||||
#comment.comment
|
#comment.comment
|
||||||
@ -1017,6 +1019,11 @@ modal
|
|||||||
font-size 85%
|
font-size 85%
|
||||||
padding 2px 5px
|
padding 2px 5px
|
||||||
|
|
||||||
|
.copyright
|
||||||
|
margin-top 80px
|
||||||
|
font-size 10px
|
||||||
|
color #888
|
||||||
|
|
||||||
.comment
|
.comment
|
||||||
width 100%
|
width 100%
|
||||||
margin-top 60px
|
margin-top 60px
|
||||||
@ -1372,7 +1379,7 @@ modal
|
|||||||
font-weight 300
|
font-weight 300
|
||||||
|
|
||||||
.tools
|
.tools
|
||||||
margin-top 80px
|
margin-top 30px
|
||||||
margin-bottom 10px
|
margin-bottom 10px
|
||||||
text-align center
|
text-align center
|
||||||
user-select none
|
user-select none
|
||||||
|
Loading…
Reference in New Issue
Block a user