mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
fix(top-bar): enforce white icons on user space page
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user