We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb03efc commit 73d68b9Copy full SHA for 73d68b9
site/src/components/rice/right_bottom_rice.vue
@@ -1,6 +1,12 @@
1
<template>
2
<div id="right-bottom">
3
- <img v-if="isCN" width="150" alt="官方公众号" src="https://qn.antdv.com/wechat.jpeg" />
+ <img
4
+ v-if="isCN && isEffective('2021-10-17 10:00:00', '2021-10-23 18:00:00')"
5
+ width="150"
6
+ alt="早早聊 Vue 专场大会"
7
+ :src="`https://next-antdv.oss-cn-beijing.aliyuncs.com/zaozaoliao.png?v=${Date.now()}`"
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>
0 commit comments