import type { PlazaPost } from '@/types/plaza'; import { PostCard } from '@/components/feed/PostCard'; export function PostGrid({ posts }: { posts: PlazaPost[] }) { if (posts.length === 0) { return (
暂无内容
发布到广场的作品会出现在这里