fix collection

This commit is contained in:
tangly1024.com
2024-02-08 10:09:42 +08:00
parent a80a800978
commit ec9da76277

View File

@@ -75,7 +75,7 @@ function cleanBlock(post) {
delete pageBlock[i]?.value?.alive
}
delete post?.blockMap?.collection
// delete post?.blockMap?.collection
return post
}