We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcdda4a commit bbb7670Copy full SHA for bbb7670
site/public/favicon.ico
168 KB
site/src/components/rice/top_rice.vue
@@ -9,27 +9,19 @@
9
</template>
10
</a-carousel>
11
12
- <template v-else-if="showGoogleAd">
13
- <!-- <template v-if="isCN">
14
- <WWAds :key="`WWAds_${$route.path}`" />
15
- </template> -->
16
- <google-ads-top :key="`GoogleAdsTop_${$route.path}`" />
17
- </template>
18
</div>
19
20
21
<script>
22
import dayjs from 'dayjs';
23
import isBetween from 'dayjs/plugin/isBetween';
24
dayjs.extend(isBetween);
25
-import GoogleAdsTop from './GoogleAdsTop.vue';
26
// import WWAds from './WWAds.vue';
27
const isEffective = (start, end) => {
28
return dayjs().isBetween(start, end);
29
};
30
export default {
31
components: {
32
- GoogleAdsTop,
33
// WWAds,
34
},
35
props: ['isCN', 'isMobile'],
0 commit comments