diff --git a/src/components/TopBar/TopBar.vue b/src/components/TopBar/TopBar.vue index 3ecaf159..c737e27f 100644 --- a/src/components/TopBar/TopBar.vue +++ b/src/components/TopBar/TopBar.vue @@ -374,7 +374,7 @@ defineExpose({ @@ -471,7 +471,7 @@ defineExpose({ @@ -493,7 +493,7 @@ defineExpose({ > @@ -519,7 +519,7 @@ defineExpose({ > diff --git a/src/contentScripts/views/App.vue b/src/contentScripts/views/App.vue index a8f09ba8..0bf8ca8f 100644 --- a/src/contentScripts/views/App.vue +++ b/src/contentScripts/views/App.vue @@ -48,8 +48,8 @@ const isTopBarFixed = computed(() => { || /https?:\/\/(www.)?bilibili.com\/bangumi\/play\/.*/.test(location.href) // moment page || /https?:\/\/t.bilibili.com.*/.test(location.href) - // channel, anime, tv shows, movie, variety shows, mooc page - || /https?:\/\/(www.)?bilibili.com\/(v|anime|tv|movie|variety|mooc).*/.test(location.href) + // channel, anime, chinese anime, tv shows, movie, variety shows, mooc page + || /https?:\/\/(www.)?bilibili.com\/(v|anime|guochuang|tv|movie|variety|mooc).*/.test(location.href) ) return true return false