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

@@ -197,6 +197,7 @@ function HomeClient() {
title={movie.title}
poster={movie.poster}
rate={movie.rate}
type='movie'
/>
</div>
))}
@@ -242,6 +243,7 @@ function HomeClient() {
title={show.title}
poster={show.poster}
rate={show.rate}
type='tv'
/>
</div>
))}