Update page.tsx

This commit is contained in:
mtvpls
2025-09-25 03:20:32 +08:00
committed by GitHub
parent 1538933b9c
commit 6417609dd3

View File

@@ -379,11 +379,12 @@ function HomeClient() {
from='douban'
title={anime.name_cn || anime.name}
poster={
anime.images.large ||
anime.images.common ||
anime.images.medium ||
anime.images.small ||
anime.images.grid
anime.images?.large ||
anime.images?.common ||
anime.images?.medium ||
anime.images?.small ||
anime.images?.grid ||
''
}
douban_id={anime.id}
rate={anime.rating?.score?.toFixed(1) || ''}