diff --git a/src/components/BangumiCard/BangumiCard.vue b/src/components/BangumiCard/BangumiCard.vue index fbb71bd3..2ae886ce 100644 --- a/src/components/BangumiCard/BangumiCard.vue +++ b/src/components/BangumiCard/BangumiCard.vue @@ -52,7 +52,7 @@ function handleClick(event: MouseEvent) { :style="{ display: horizontal ? 'flex' : 'block', }" - :href="bangumi.url" target="_blank" rel="noopener noreferrer" + :href="bangumi.url" target="_blank" gap-4 hover:bg="$bew-fill-2" hover:ring="8 $bew-fill-2" content-visibility-auto intrinsic-size-400px transition="all ease-in-out 300" @@ -172,7 +172,7 @@ function handleClick(event: MouseEvent) { >

diff --git a/src/components/TopBar/components/FavoritesPop.vue b/src/components/TopBar/components/FavoritesPop.vue index 3be446ce..ed22ce1f 100644 --- a/src/components/TopBar/components/FavoritesPop.vue +++ b/src/components/TopBar/components/FavoritesPop.vue @@ -163,13 +163,13 @@ defineExpose({

{{ $t('common.play_all') }} {{ $t('common.view_all') }} @@ -238,7 +238,6 @@ defineExpose({ v-for="item in favoriteResources" :key="item.id" :href="isMusic(item) ? `https://www.bilibili.com/audio/au${item.id}` : `//www.bilibili.com/video/${item.bvid}`" - rel="noopener noreferrer" hover:bg="$bew-fill-2" rounded="$bew-radius" m="last:b-4" p="2" diff --git a/src/components/TopBar/components/HistoryPop.vue b/src/components/TopBar/components/HistoryPop.vue index b2b21283..71d4605d 100644 --- a/src/components/TopBar/components/HistoryPop.vue +++ b/src/components/TopBar/components/HistoryPop.vue @@ -206,7 +206,7 @@ function getHistoryList(type: Business, view_at = 0 as number) {
{{ $t('common.view_all') }} @@ -249,7 +249,7 @@ function getHistoryList(type: Business, view_at = 0 as number) { {{ historyItem.author_name }} diff --git a/src/components/TopBar/components/MomentsPop.vue b/src/components/TopBar/components/MomentsPop.vue index 9db8f6a2..9c0fed12 100644 --- a/src/components/TopBar/components/MomentsPop.vue +++ b/src/components/TopBar/components/MomentsPop.vue @@ -315,7 +315,7 @@ defineExpose({ {{ $t('common.view_all') }} @@ -353,7 +353,7 @@ defineExpose({ {{ moment.author }} diff --git a/src/components/TopBar/components/WatchLaterPop.vue b/src/components/TopBar/components/WatchLaterPop.vue index 57cb09bf..f6032b42 100644 --- a/src/components/TopBar/components/WatchLaterPop.vue +++ b/src/components/TopBar/components/WatchLaterPop.vue @@ -81,13 +81,13 @@ function getAllWatchLaterList() {
{{ $t('common.play_all') }} {{ $t('common.view_all') }} @@ -130,7 +130,7 @@ function getAllWatchLaterList() { props.type!) > props.type!)
props.type!) text="lg overflow-ellipsis $bew-text-1" cursor="pointer" > - + {{ video.title }} @@ -495,7 +495,7 @@ provide('getVideoType', () => props.type!)
props.type!) class="channel-name" un-text="hover:$bew-text-1" cursor-pointer mr-4 - :href="authorJumpUrl" target="_blank" rel="noopener noreferrer" + :href="authorJumpUrl" target="_blank" @click.stop="" > {{ video.author }} diff --git a/src/contentScripts/views/History/History.vue b/src/contentScripts/views/History/History.vue index afb6a495..b9da669c 100644 --- a/src/contentScripts/views/History/History.vue +++ b/src/contentScripts/views/History/History.vue @@ -240,7 +240,6 @@ function jumpToLoginPage() { :key="historyItem.kid" :href="settings.videoCardLinkOpenMode === 'drawer' ? undefined : getHistoryUrl(historyItem)" target="_blank" - rel="noopener noreferrer" block class="group" flex @@ -373,7 +372,7 @@ function jumpToLoginPage() {

{{ item.title }} @@ -249,7 +248,7 @@ function jumpToLoginPage() { hover:bg="$bew-theme-color-10" duration-300 pr-2 - :href="`//space.bilibili.com/${item.owner.mid}`" target="_blank" rel="noopener noreferrer" + :href="`//space.bilibili.com/${item.owner.mid}`" target="_blank" >