diff --git a/src/components/ImagePlaceholder.tsx b/src/components/ImagePlaceholder.tsx index 6732064..8b2f329 100644 --- a/src/components/ImagePlaceholder.tsx +++ b/src/components/ImagePlaceholder.tsx @@ -1,7 +1,7 @@ // 图片占位符组件 - 实现骨架屏效果(支持暗色模式) const ImagePlaceholder = ({ aspectRatio }: { aspectRatio: string }) => (