We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d41d7a6 commit 0373e3dCopy full SHA for 0373e3d
site/src/components/rice/right_bottom_rice.vue
@@ -1,12 +1,11 @@
1
<template>
2
<div id="right-bottom">
3
<img
4
- v-if="isCN && isEffective('2021-10-17 10:00:00', '2021-10-23 18:00:00')"
+ v-if="isCN"
5
width="150"
6
alt="早早聊 Vue 专场大会"
7
- :src="`https://next-antdv.oss-cn-beijing.aliyuncs.com/zaozaoliao.png?v=${Date.now()}`"
+ :src="`https://next.antdv.com/common_rice.png?v=${v}`"
8
/>
9
- <img v-else-if="isCN" width="150" alt="官方公众号" src="https://qn.antdv.com/wechat.jpeg" />
10
<div v-if="isMobile" class="close" @click="visible = false">
11
<close-outlined />
12
</div>
@@ -31,6 +30,7 @@ export default {
31
30
return {
32
isEffective,
33
visible: true,
+ v: dayjs().date(),
34
ads: [
35
{
36
alt: 'geektime',
0 commit comments