处理列表

This commit is contained in:
李瑞
2025-09-13 17:50:09 +08:00
parent ba7d904134
commit ee94f05c4a

View File

@@ -182,7 +182,9 @@ export interface ListCardProps {
showSkeleton?: boolean; showSkeleton?: boolean;
key?: string key?: string
participants: { participants: {
user: {
avatar_url: string; avatar_url: string;
};
}[]; }[];
venue_image_list: { venue_image_list: {
url: string; url: string;