Skip to content

Commit bbb7670

Browse files
committed
refactor: remove Google Ads component from top_rice.vue and update favicon.ico
1 parent fcdda4a commit bbb7670

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

site/public/favicon.ico

168 KB
Binary file not shown.

site/src/components/rice/top_rice.vue

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,19 @@
99
</template>
1010
</a-carousel>
1111
</template>
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>
1812
</div>
1913
</template>
2014

2115
<script>
2216
import dayjs from 'dayjs';
2317
import isBetween from 'dayjs/plugin/isBetween';
2418
dayjs.extend(isBetween);
25-
import GoogleAdsTop from './GoogleAdsTop.vue';
2619
// import WWAds from './WWAds.vue';
2720
const isEffective = (start, end) => {
2821
return dayjs().isBetween(start, end);
2922
};
3023
export default {
3124
components: {
32-
GoogleAdsTop,
3325
// WWAds,
3426
},
3527
props: ['isCN', 'isMobile'],

0 commit comments

Comments
 (0)