diff --git a/src/contentScripts/views/App.vue b/src/contentScripts/views/App.vue index 1405bdd6..99ed63c7 100644 --- a/src/contentScripts/views/App.vue +++ b/src/contentScripts/views/App.vue @@ -38,7 +38,7 @@ const handleThrottledPageRefresh = useThrottleFn(() => handlePageRefresh.value?. const handleThrottledReachBottom = useThrottleFn(() => handleReachBottom.value?.(), 500) const handleThrottledBackToTop = useThrottleFn(() => handleBackToTop(), 1000) const topBarRef = ref() -const reachTop = ref(false) +const reachTop = ref(true) const isVideoPage = computed(() => { if (/https?:\/\/(www.)?bilibili.com\/video\/.*/.test(location.href))