调度框架
This commit is contained in:
35
.vuepress/components/AdSenseTitlePureText.vue
Normal file
35
.vuepress/components/AdSenseTitlePureText.vue
Normal file
@ -0,0 +1,35 @@
|
||||
<template>
|
||||
<div class="adsense-under-title">
|
||||
<!-- <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> -->
|
||||
<!-- PageTopUnderTitle -->
|
||||
<!-- <ins class="adsbygoogle"
|
||||
style="display:inline-block;min-width:200px;max-width:1000px;width:100%;height:50px"
|
||||
data-ad-client="ca-pub-3313149841665250"
|
||||
data-ad-slot="1677363818"></ins>
|
||||
<script>
|
||||
(adsbygoogle = window.adsbygoogle || []).push({});
|
||||
</script> -->
|
||||
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
||||
<ins class="adsbygoogle"
|
||||
style="display:block"
|
||||
data-ad-format="fluid"
|
||||
data-ad-layout-key="-i0-3+1f-3d+2z"
|
||||
data-ad-client="ca-pub-3313149841665250"
|
||||
data-ad-slot="3534684042"></ins>
|
||||
<script>
|
||||
(adsbygoogle = window.adsbygoogle || []).push({});
|
||||
</script>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.adsense-under-title {
|
||||
border: 1px solid #d7dae2;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user