From 66cd669d8a4d36ad6964c47d87de54cf339fc73f Mon Sep 17 00:00:00 2001 From: Hakadao Date: Fri, 27 Jan 2023 02:49:53 +0800 Subject: [PATCH] fix: recommend anime always show the same result the first time --- src/contentScripts/views/Anime/Anime.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()