This commit is contained in:
梁泽军
2025-04-16 17:29:16 +08:00
parent 7e4e3af65f
commit 83a60df68d
75 changed files with 2243 additions and 604 deletions

View File

@@ -40,7 +40,7 @@ onMounted(() => {
Preloader({
name: "内页资源",
imgs: pageImg,
callback: (progress) => {
callback: (progress) => {
gsap.set(".bar", { width: progress + "%" });
loadNum.value = progress;
},