更新 FullCalendarView.vue

This commit is contained in:
jxxghp
2023-08-04 07:34:52 +08:00
committed by GitHub
parent a60da0af8c
commit 098bbabf62

View File

@@ -49,6 +49,7 @@ async function getSubscribes() {
return {
title: subscribe.name,
subtitle: "",
start: parseDate(movie.release_date || ''),
allDay: false,
posterPath: subscribe.poster,