File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 22import { computed , ref } from ' vue' ;
33import { useFetch } from ' @vueuse/core' ;
44
5- const floorNumber = 440843
5+ const floorNumber = 444012
66
77const position = ref (0 )
88
Original file line number Diff line number Diff 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 "
You can’t perform that action at this time.
0 commit comments