mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-23 22:24:46 +08:00
feat: fast-forward in mock mode
This commit is contained in:
@@ -82,6 +82,7 @@ async function* chatReplayStream(
|
|||||||
? "/mock/before-interrupt.txt"
|
? "/mock/before-interrupt.txt"
|
||||||
: "/mock/after-interrupt.txt";
|
: "/mock/after-interrupt.txt";
|
||||||
}
|
}
|
||||||
|
fastForwardReplaying = true;
|
||||||
} else {
|
} else {
|
||||||
const replayId = extractReplayIdFromSearchParams(window.location.search);
|
const replayId = extractReplayIdFromSearchParams(window.location.search);
|
||||||
if (replayId) {
|
if (replayId) {
|
||||||
|
|||||||
Reference in New Issue
Block a user