docs: update doc
parent
9b5a36186b
commit
833cd47955
|
@ -23,11 +23,9 @@ export default {
|
||||||
<ins
|
<ins
|
||||||
ref="ins"
|
ref="ins"
|
||||||
class="adsbygoogle"
|
class="adsbygoogle"
|
||||||
style="display:block"
|
|
||||||
data-ad-client="ca-pub-4801326429087140"
|
data-ad-client="ca-pub-4801326429087140"
|
||||||
data-ad-slot="7647023136"
|
data-ad-slot="7647023136"
|
||||||
data-ad-format="auto"
|
style="display: inline-block; width: 728px; height: 90px"
|
||||||
data-full-width-responsive="true"
|
|
||||||
></ins>
|
></ins>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|
|
@ -22,11 +22,10 @@ export default {
|
||||||
<div class="google-ads">
|
<div class="google-ads">
|
||||||
<ins
|
<ins
|
||||||
ref="ins"
|
ref="ins"
|
||||||
style="display:block"
|
|
||||||
class="adsbygoogle"
|
class="adsbygoogle"
|
||||||
data-ad-client="ca-pub-4801326429087140"
|
data-ad-client="ca-pub-4801326429087140"
|
||||||
data-ad-slot="2425414214"
|
data-ad-slot="2425414214"
|
||||||
data-ad-format="auto"
|
style="display: inline-block; width: 728px; height: 90px"
|
||||||
></ins>
|
></ins>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<a-carousel autoplay>
|
<a-carousel autoplay>
|
||||||
<template v-for="ad in ads">
|
<template v-for="ad in ads">
|
||||||
<a :key="ad.href" :href="ad.href" target="_blank">
|
<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>
|
</a>
|
||||||
</template>
|
</template>
|
||||||
</a-carousel>
|
</a-carousel>
|
||||||
|
@ -35,14 +35,14 @@ export default {
|
||||||
href: 'https://yidengfe.com/launches/01/yd.html',
|
href: 'https://yidengfe.com/launches/01/yd.html',
|
||||||
visible: isEffective('2020-09-11 17:00:00', '2021-03-11 17:00:00'),
|
visible: isEffective('2020-09-11 17:00:00', '2021-03-11 17:00:00'),
|
||||||
},
|
},
|
||||||
].filter(ad => ad.visible),
|
].filter((ad) => ad.visible),
|
||||||
enAds: [
|
enAds: [
|
||||||
{
|
{
|
||||||
img: 'https://qn.antdv.com/TheBigRichGroup.png',
|
img: 'https://qn.antdv.com/TheBigRichGroup.png',
|
||||||
href: 'https://thebigrichgroup.com/',
|
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: {
|
computed: {
|
||||||
|
|
Loading…
Reference in New Issue