feat: adjust timing

This commit is contained in:
Li Xin 2025-05-02 21:06:41 +08:00
parent e37c0a755c
commit 00c8445276

View File

@ -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();