add ADs
This commit is contained in:
parent
94a0f24b32
commit
036abef98d
@ -20,6 +20,7 @@ div
|
||||
.articelTitle 目录
|
||||
.articelTocList(v-html="Articels.post_toc")
|
||||
.articelContent(v-html='Articels.post_content')
|
||||
ins.adsbygoogle(style="display:block; text-align:center; margin-top:50px;", data-ad-layout="in-article", data-ad-format="fluid", data-ad-client="ca-pub-2143583075951360", data-ad-slot="4741804954")
|
||||
.articelRightToc(v-show="Articels.post_toc_show && showRightToc", @click="articelRightTocClick")
|
||||
.articelTitle 目录
|
||||
.articelTocList(v-html="Articels.post_toc")
|
||||
@ -128,6 +129,8 @@ export default {
|
||||
this.showRightToc = !this.showRightToc
|
||||
}
|
||||
}
|
||||
|
||||
(adsbygoogle = window.adsbygoogle || []).push({})
|
||||
},
|
||||
methods: {
|
||||
decodeTitle (name) {
|
||||
|
Loading…
Reference in New Issue
Block a user