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

@@ -199,6 +199,7 @@ function DoubanPageClient() {
doubanData.map((item, index) => (
<div key={`${item.title}-${index}`} className='w-full'>
<DemoCard
id={item.id}
title={item.title}
poster={item.poster}
rate={item.rate}