feat: douban url

This commit is contained in:
shinya
2025-07-01 20:35:54 +08:00
parent dfc6e84475
commit 4cb26067fe
5 changed files with 28 additions and 7 deletions

View File

@@ -193,6 +193,7 @@ function HomeClient() {
className='min-w-[96px] w-24 sm:min-w-[180px] sm:w-44'
>
<DemoCard
id={movie.id}
title={movie.title}
poster={movie.poster}
rate={movie.rate}
@@ -237,6 +238,7 @@ function HomeClient() {
className='min-w-[96px] w-24 sm:min-w-[180px] sm:w-44'
>
<DemoCard
id={show.id}
title={show.title}
poster={show.poster}
rate={show.rate}