完成加载页、我的奖品页面、答题页逻辑,首页待优化动画

This commit is contained in:
Andy Leong
2024-01-14 02:15:21 +08:00
parent a52ecc1526
commit f2bb4f9efc
30 changed files with 830 additions and 138 deletions

View File

@@ -11,6 +11,7 @@
"preview": "vite preview"
},
"dependencies": {
"@vueuse/core": "^10.7.1",
"axios": "^1.6.3",
"gsap": "^3.12.4",
"howler": "^2.2.4",
@@ -18,6 +19,7 @@
"lodash.debounce": "^4.0.8",
"pinia": "^2.1.7",
"qs": "^6.11.2",
"v-clipboard": "^3.0.0-next.1",
"vant": "^3.6.12",
"vconsole": "^3.15.1",
"vue": "^3.2.41",
@@ -35,4 +37,4 @@
"vite-plugin-compression": "^0.5.1",
"vite-plugin-html": "^3.2.1"
}
}
}