diff --git a/src/components/TopBar/TopBar.vue b/src/components/TopBar/TopBar.vue index 2aca2591..a659c9d9 100644 --- a/src/components/TopBar/TopBar.vue +++ b/src/components/TopBar/TopBar.vue @@ -72,6 +72,8 @@ const forceWhiteIcon = computed((): boolean => { ) // watch later & history page || /https?:\/\/(?:www.)?bilibili.com\/(?:watchlater|account\/history).*/.test(location.href) + // user space page 空間頁 + || /https?:\/\/space.bilibili\.com\.*/.test(location.href) ) { return true }