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