feat: add douban url, optimize source aggregate

This commit is contained in:
shinya
2025-07-01 22:41:30 +08:00
parent 31069691ef
commit b732e9a3d4
12 changed files with 177 additions and 9 deletions

View File

@@ -203,6 +203,7 @@ function DoubanPageClient() {
title={item.title}
poster={item.poster}
rate={item.rate}
type={type || 'movie'}
/>
</div>
))}