Skip to content

Commit 0373e3d

Browse files
committed
doc: update
1 parent d41d7a6 commit 0373e3d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

site/src/components/rice/right_bottom_rice.vue

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<template>
22
<div id="right-bottom">
33
<img
4-
v-if="isCN && isEffective('2021-10-17 10:00:00', '2021-10-23 18:00:00')"
4+
v-if="isCN"
55
width="150"
66
alt="早早聊 Vue 专场大会"
7-
:src="`https://next-antdv.oss-cn-beijing.aliyuncs.com/zaozaoliao.png?v=${Date.now()}`"
7+
:src="`https://next.antdv.com/common_rice.png?v=${v}`"
88
/>
9-
<img v-else-if="isCN" width="150" alt="官方公众号" src="https://qn.antdv.com/wechat.jpeg" />
109
<div v-if="isMobile" class="close" @click="visible = false">
1110
<close-outlined />
1211
</div>
@@ -31,6 +30,7 @@ export default {
3130
return {
3231
isEffective,
3332
visible: true,
33+
v: dayjs().date(),
3434
ads: [
3535
{
3636
alt: 'geektime',

0 commit comments

Comments
 (0)