Merge pull request #1885 from tangly1024/fix/notice-collection

fix collection
This commit is contained in:
tangly1024
2024-02-08 10:10:12 +08:00
committed by GitHub

View File

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