feat: implement admin interface for managing custom movie sources and servers with new API endpoint and database schema updates

This commit is contained in:
ngthanhvu
2026-07-28 03:29:55 -04:00
parent 5ee45151ba
commit 72bc657d86
19 changed files with 1423 additions and 229 deletions
+1 -1
View File
@@ -203,7 +203,7 @@ useHead({
<NuxtLink v-for="movie in selectedDay.items" :key="`${movie.source}-${movie.slug}`"
:to="{ path: `/phim/${movie.slug}`, query: { source: movie.source } }"
class="schedule-card">
<img :src="movie.poster || movie.thumb" :alt="movie.name"
<img :src="movie.thumb || movie.poster" :alt="movie.name"
class="schedule-card-image">
<div class="schedule-card-body">
<h2 class="schedule-card-title">