This commit is contained in:
2026-05-01 01:30:02 +08:00
parent aabad6407f
commit 2e9d0f4640
92 changed files with 4548 additions and 248 deletions

View File

@@ -756,7 +756,7 @@ export function PuzzleRuntimeShell({
}, [currentLevel?.levelIndex, currentLevel?.runId, currentLevel?.status]);
useEffect(() => {
if (!run || !currentLevel || currentLevel.status !== 'playing') {
if (!run || !currentLevel || currentLevel.status === 'cleared') {
return;
}
if (displayRemainingMs > 0) {