diff --git a/src/components/TopBar/components/FavoritesPop.vue b/src/components/TopBar/components/FavoritesPop.vue index 691315ee..71be4434 100644 --- a/src/components/TopBar/components/FavoritesPop.vue +++ b/src/components/TopBar/components/FavoritesPop.vue @@ -123,6 +123,10 @@ function changeCategory(categoryItem: FavoriteCategory) { activatedFavoriteTitle.value = categoryItem.title } +function isMusic(item: FavoriteResource) { + return item.link.includes('bilibili://music') +} + defineExpose({ refreshFavoriteResources, }) @@ -224,7 +228,8 @@ defineExpose({