mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-05-24 08:55:59 +00:00
feat: adjust timing
This commit is contained in:
@@ -80,7 +80,7 @@ export async function play() {
|
|||||||
playing: true,
|
playing: true,
|
||||||
});
|
});
|
||||||
nextStep();
|
nextStep();
|
||||||
await sleep(4000);
|
await sleep(3000);
|
||||||
const playing = useMAVStore.getState().playing;
|
const playing = useMAVStore.getState().playing;
|
||||||
if (playing) {
|
if (playing) {
|
||||||
await play();
|
await play();
|
||||||
|
|||||||
Reference in New Issue
Block a user