diff --git a/src/components/TopBar/TopBar.vue b/src/components/TopBar/TopBar.vue index 5a50c1ec..c0cc7625 100644 --- a/src/components/TopBar/TopBar.vue +++ b/src/components/TopBar/TopBar.vue @@ -98,6 +98,13 @@ const isTopBarFixed = computed(() => { return false }) +const showTopBar = computed(() => { + const isCreativeCenter = /https?:\/\/member.bilibili.com\/platform\/home.*/.test(location.href) + if (settings.value.showTopBar && !isCreativeCenter) + return true + return false +}) + // #region Popups visibility control const popupVisible = reactive({ channels: false, @@ -421,7 +428,7 @@ defineExpose({