feat: add oriontv compatible interfaces

This commit is contained in:
shinya
2025-07-08 21:28:44 +08:00
parent d0966f09d6
commit 5a734b944f
6 changed files with 154 additions and 8 deletions

View File

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