mirror of
https://git.mirrors.martin98.com/https://github.com/bytedance/deer-flow
synced 2025-08-19 22:09:08 +08:00
feat: adjust timing
This commit is contained in:
parent
e37c0a755c
commit
00c8445276
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user