mirror of
https://github.com/ngthanhvu/kr-phim.git
synced 2026-08-10 14:27:47 +00:00
feat: implement admin interface for managing custom movie sources and servers with new API endpoint and database schema updates
This commit is contained in:
@@ -215,7 +215,7 @@ useHead(() => ({
|
||||
<div class="shrink-0 w-40 md:w-56 lg:w-64 max-w-70 mx-auto md:mx-0 flex flex-col gap-8">
|
||||
<div
|
||||
class="relative rounded-xl overflow-hidden shadow-2xl shadow-[#0f111a]/50 ring-1 ring-white/10 bg-[#16161e] w-full aspect-2/3">
|
||||
<img :src="movie.poster || movie.thumb" :alt="movie.name"
|
||||
<img :src="movie.thumb || movie.poster" :alt="movie.name"
|
||||
class="w-full h-full object-cover relative z-10">
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user