diff --git a/src/assets/imgs/home-screen/approach.mp4 b/src/assets/imgs/home-screen/approach.mp4 index b984550..ba9df49 100644 Binary files a/src/assets/imgs/home-screen/approach.mp4 and b/src/assets/imgs/home-screen/approach.mp4 differ diff --git a/src/assets/imgs/home-screen/exit.mp4 b/src/assets/imgs/home-screen/exit.mp4 index 683d008..d48d5c4 100644 Binary files a/src/assets/imgs/home-screen/exit.mp4 and b/src/assets/imgs/home-screen/exit.mp4 differ diff --git a/src/assets/imgs/home-screen/power_on_loop.mp4 b/src/assets/imgs/home-screen/power_on_loop.mp4 index 5f48fba..8f98d56 100644 Binary files a/src/assets/imgs/home-screen/power_on_loop.mp4 and b/src/assets/imgs/home-screen/power_on_loop.mp4 differ diff --git a/src/assets/imgs/home-screen/shutdown_loop.mp4 b/src/assets/imgs/home-screen/shutdown_loop.mp4 index 28cb1d0..65457de 100644 Binary files a/src/assets/imgs/home-screen/shutdown_loop.mp4 and b/src/assets/imgs/home-screen/shutdown_loop.mp4 differ diff --git a/src/view/tabs/home-screen.vue b/src/view/tabs/home-screen.vue index a54cc43..9df8dab 100644 --- a/src/view/tabs/home-screen.vue +++ b/src/view/tabs/home-screen.vue @@ -224,7 +224,7 @@ const queryData = (data: any) => { }; onActivated(() => { animationShutdown.value && animationShutdown.value.play(); - animationPower.value.animationPower && animationPower.value.play(); + animationPower.value && animationPower.value.play(); }); onMounted(() => { @@ -307,7 +307,7 @@ const changeAnimation = () => { setTimeout(() => { currentAnimation.value = 2; proxy.$eventBusService.emit("openControl", true); - }, 11 * 1000); + }, 10.8 * 1000); } else if (currentAnimation.value === 1 || currentAnimation.value === 3) { } else if (currentAnimation.value === 2) { if (animationExit.value) { @@ -332,7 +332,7 @@ const changeAnimation = () => { if (indoorValue.value) { indoorValue.value.style.opacity = "1"; } - }, 4.4 * 1000); + }, 4.7 * 1000); } };