diff --git a/src/contentScripts/views/Anime/Anime.vue b/src/contentScripts/views/Anime/Anime.vue index a7d65aff..42c7a151 100644 --- a/src/contentScripts/views/Anime/Anime.vue +++ b/src/contentScripts/views/Anime/Anime.vue @@ -6,7 +6,7 @@ import { getUserID } from '~/utils' const recommendAnimeList = reactive([]) const animeWatchList = reactive([]) -const cursor = ref() +const cursor = ref(29) // 遊標默認必須要非0,否則第一次會出現同樣的結果 const isLoading = ref() const activatedSeasonId = ref()