fix(top-bar): enforce white icons on user space page

This commit is contained in:
Hakadao
2024-12-12 02:26:17 +08:00
parent 550ea4c436
commit 18fa644198

View File

@@ -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
}