update at 2026-02-11 19:17:20

This commit is contained in:
douboer
2026-02-11 19:17:20 +08:00
parent b3add14421
commit 3d5d517439
11 changed files with 11 additions and 29 deletions

View File

@@ -364,7 +364,7 @@ async function generatePreviewBatch(
return []
}
return items.filter((item): item is PreviewItemType => item !== null)
return items.filter((item): item is PreviewRenderItem => item !== null)
}
async function loadNextPreviewBatch(generationToken: number) {