diff --git a/src/components/Topbar/Topbar.vue b/src/components/Topbar/Topbar.vue
index c6a0ba0e..76831225 100644
--- a/src/components/Topbar/Topbar.vue
+++ b/src/components/Topbar/Topbar.vue
@@ -200,7 +200,7 @@ async function getTopbarNewMomentsCount() {
p="lg:x-20 md:x-16 x-14"
h="70px"
>
-
+
{
|| /https?:\/\/(www.)?bilibili.com\/video\/.*/.test(location.href)
// anime playback & movie page
|| /https?:\/\/(www.)?bilibili.com\/bangumi\/play\/.*/.test(location.href)
+ // anime page
+ || /https?:\/\/(www.)?bilibili.com\/anime(\/)?.*/.test(location.href)
// moment page
|| /https?:\/\/t.bilibili.com.*/.test(location.href)
)