From 00c8445276b734d1012241a0248407b46e478e2e Mon Sep 17 00:00:00 2001 From: Li Xin Date: Fri, 2 May 2025 21:06:41 +0800 Subject: [PATCH] feat: adjust timing --- web/src/app/landing/store/mav-store.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/app/landing/store/mav-store.ts b/web/src/app/landing/store/mav-store.ts index 4004c45..b50173f 100644 --- a/web/src/app/landing/store/mav-store.ts +++ b/web/src/app/landing/store/mav-store.ts @@ -80,7 +80,7 @@ export async function play() { playing: true, }); nextStep(); - await sleep(4000); + await sleep(3000); const playing = useMAVStore.getState().playing; if (playing) { await play();