diff --git a/src/app/aggregate/page.tsx b/src/app/aggregate/page.tsx index 3b87110..dec9c5e 100644 --- a/src/app/aggregate/page.tsx +++ b/src/app/aggregate/page.tsx @@ -179,6 +179,7 @@ function AggregatePageClient() { className='w-full rounded-xl object-cover' style={{ aspectRatio: '2/3' }} priority + unoptimized /> {/* 右侧信息 */} diff --git a/src/app/detail/page.tsx b/src/app/detail/page.tsx index ec66c76..994f8cf 100644 --- a/src/app/detail/page.tsx +++ b/src/app/detail/page.tsx @@ -171,6 +171,7 @@ function DetailPageClient() { className='w-full rounded-xl object-cover' style={{ aspectRatio: '2/3' }} priority + unoptimized /> {/* 右侧信息 */} diff --git a/src/components/AggregateCard.tsx b/src/components/AggregateCard.tsx index 2661c03..9230fd0 100644 --- a/src/components/AggregateCard.tsx +++ b/src/components/AggregateCard.tsx @@ -68,6 +68,7 @@ const AggregateCard: React.FC = ({ items }) => { alt={first.title} fill className='object-cover' + unoptimized /> {/* Hover 层 & 播放按钮 */} diff --git a/src/components/DemoCard.tsx b/src/components/DemoCard.tsx index 56fbc82..a618bc0 100644 --- a/src/components/DemoCard.tsx +++ b/src/components/DemoCard.tsx @@ -74,6 +74,7 @@ const DemoCard = ({ title, poster, rate }: DemoCardProps) => { fill className='object-cover' referrerPolicy='no-referrer' + unoptimized /> {/* 评分徽章 */} {rate && ( diff --git a/src/components/VideoCard.tsx b/src/components/VideoCard.tsx index 986ba37..836d415 100644 --- a/src/components/VideoCard.tsx +++ b/src/components/VideoCard.tsx @@ -152,7 +152,13 @@ export default function VideoCard({
{/* 海报图片 - 2:3 比例 */}
- {title} + {title} {/* Hover 效果 */}