mirror of
https://github.com/MoonTechLab/LunaTV.git
synced 2026-02-27 15:24:42 +08:00
feat: make Image unoptimized
This commit is contained in:
@@ -179,6 +179,7 @@ function AggregatePageClient() {
|
||||
className='w-full rounded-xl object-cover'
|
||||
style={{ aspectRatio: '2/3' }}
|
||||
priority
|
||||
unoptimized
|
||||
/>
|
||||
</div>
|
||||
{/* 右侧信息 */}
|
||||
|
||||
@@ -171,6 +171,7 @@ function DetailPageClient() {
|
||||
className='w-full rounded-xl object-cover'
|
||||
style={{ aspectRatio: '2/3' }}
|
||||
priority
|
||||
unoptimized
|
||||
/>
|
||||
</div>
|
||||
{/* 右侧信息 */}
|
||||
|
||||
Reference in New Issue
Block a user