mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-03 06:12:14 +08:00
feat: adjust timing
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user