mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-01 07:26:47 +00:00
懒加载图片组件
This commit is contained in:
@@ -8,7 +8,7 @@ import CategoryItem from './CategoryItem'
|
||||
* @param {*} param0
|
||||
* @returns
|
||||
*/
|
||||
const PostItemCardSimple = ({ post, showSummary }) => {
|
||||
const PostItemCardSimple = ({ post }) => {
|
||||
return (
|
||||
<div
|
||||
key={post.id}
|
||||
|
||||
Reference in New Issue
Block a user