mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
fix(top-bar): still show bewly's top bar on creative center
This commit is contained in:
@@ -100,7 +100,7 @@ const isTopBarFixed = computed(() => {
|
||||
})
|
||||
|
||||
const showTopBar = computed(() => {
|
||||
const isCreativeCenter = /https?:\/\/member.bilibili.com\/platform\/home.*/.test(location.href)
|
||||
const isCreativeCenter = /https?:\/\/member.bilibili.com\/platform.*/.test(location.href)
|
||||
if (settings.value.showTopBar && !isCreativeCenter)
|
||||
return true
|
||||
return false
|
||||
|
||||
Reference in New Issue
Block a user