diff --git a/src/contentScripts/views/Anime/Anime.vue b/src/contentScripts/views/Anime/Anime.vue index b8033291..a3ca6d90 100644 --- a/src/contentScripts/views/Anime/Anime.vue +++ b/src/contentScripts/views/Anime/Anime.vue @@ -9,6 +9,7 @@ const animeWatchList = reactive([]) const cursor = ref(29) // 遊標默認必須要非0,否則第一次會出現同樣的結果 const isLoading = ref() const activatedSeasonId = ref() +const daysOfTheWeekList = ['MON', 'TUE', 'WED', 'THU', 'FRI', 'SAT', 'SUN'] onMounted(() => { getRecommendAnimeList() @@ -190,25 +191,47 @@ function getRecommendAnimeList() { pr-8 shrink-0 > -

- {{ item.date }} +

+ {{ + daysOfTheWeekList[item.day_of_week - 1] + }} + {{ item.date }}

    -
  • - -
    -

    {{ episode.title }}

    -

    - {{ episode.pub_index }} -

    +
  • +
    + {{ episode.pub_time }} +
    + +
    + + + +
    + {{ episode.title }} +

    + {{ episode.pub_index }} +

    +