Skip to content

Commit 73d68b9

Browse files
committed
doc: update qrcode
1 parent bb03efc commit 73d68b9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

site/src/components/rice/right_bottom_rice.vue

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
<template>
22
<div id="right-bottom">
3-
<img v-if="isCN" width="150" alt="官方公众号" src="https://qn.antdv.com/wechat.jpeg" />
3+
<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" />
410
<div v-if="isMobile" class="close" @click="visible = false">
511
<close-outlined />
612
</div>

0 commit comments

Comments
 (0)