docs: update doc

pull/4417/head
tangjinzhou 2021-07-14 11:36:25 +08:00
parent 9b5a36186b
commit 833cd47955
3 changed files with 6 additions and 9 deletions

View File

@ -23,11 +23,9 @@ export default {
<ins
ref="ins"
class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-4801326429087140"
data-ad-slot="7647023136"
data-ad-format="auto"
data-full-width-responsive="true"
style="display: inline-block; width: 728px; height: 90px"
></ins>
</div>
);

View File

@ -22,11 +22,10 @@ export default {
<div class="google-ads">
<ins
ref="ins"
style="display:block"
class="adsbygoogle"
data-ad-client="ca-pub-4801326429087140"
data-ad-slot="2425414214"
data-ad-format="auto"
style="display: inline-block; width: 728px; height: 90px"
></ins>
</div>
);

View File

@ -4,7 +4,7 @@
<a-carousel autoplay>
<template v-for="ad in ads">
<a :key="ad.href" :href="ad.href" target="_blank">
<img style="width: 100%; max-width: 1200px;" :alt="ad.alt || ''" :src="ad.img" />
<img style="width: 100%; max-width: 1200px" :alt="ad.alt || ''" :src="ad.img" />
</a>
</template>
</a-carousel>
@ -35,14 +35,14 @@ export default {
href: 'https://yidengfe.com/launches/01/yd.html',
visible: isEffective('2020-09-11 17:00:00', '2021-03-11 17:00:00'),
},
].filter(ad => ad.visible),
].filter((ad) => ad.visible),
enAds: [
{
img: 'https://qn.antdv.com/TheBigRichGroup.png',
href: 'https://thebigrichgroup.com/',
visible: isEffective('2020-09-18 17:00:00', '2021-10-11 17:00:00'),
visible: isEffective('2020-09-18 17:00:00', '2021-07-11 17:00:00'),
},
].filter(ad => ad.visible),
].filter((ad) => ad.visible),
};
},
computed: {