File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,10 @@ function recruitPage() {
1818 window .open (" https://danxi-dev.feishu.cn/wiki/wikcn6MwNEtwXvpMWyiQN5ViBrd" , " _blank" )
1919}
2020
21+ function officialAccountPage() {
22+ window .open (' https://mp.weixin.qq.com/s/AQr2pBkC6c8QOevOkeIR4Q' , ' _blank' )
23+ }
24+
2125function galleryPage() {
2226 window .location .href = " /celebration/gallery"
2327}
@@ -53,7 +57,7 @@ function imgLoad() {
5357 @click =" gamePage" :src =" src" @load =" imgLoad" >
5458 </img >
5559 <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" @click =" window.open('https://mp.weixin.qq.com/s/AQr2pBkC6c8QOevOkeIR4Q', '_blank') " >
60+ src =" /assets/letter.png.webp" @click =" officialAccountPage " >
5761
5862 </img >
5963 <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