Skip to content

Commit 49333e4

Browse files
committed
update
1 parent 88951ea commit 49333e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/BlessingBar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import { computed, ref } from 'vue';
33
import { useFetch } from '@vueuse/core';
44
5-
const floorNumber = 440843
5+
const floorNumber = 444012
66
77
const position = ref(0)
88

src/views/CelebrationView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ function imgLoad() {
5353
@click="gamePage" :src="src" @load="imgLoad">
5454
</img>
5555
<img class="w-full rounded-3xl shadow-lg hover:shadow-2xl transition-all duration-300 ease-in-out hover:cursor-pointer relative bg-gradient-to-tl from-cyan-200 to-blue-200"
56-
src="/assets/letter.png.webp">
56+
src="/assets/letter.png.webp" @click="window.open('https://mp.weixin.qq.com/s/AQr2pBkC6c8QOevOkeIR4Q', '_blank')">
5757

5858
</img>
5959
<img class="w-full rounded-3xl shadow-lg hover:shadow-2xl transition-all duration-300 ease-in-out hover:cursor-pointer relative bg-gradient-to-tl from-sky-200 to-indigo-200 "

0 commit comments

Comments
 (0)