mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
@@ -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() {
|
||||
<div flex justify-between w-full h-full>
|
||||
<div flex="~ col">
|
||||
<a
|
||||
:href="`${getHistoryUrl(historyItem)}`" target="_blank" rel="noopener noreferrer"
|
||||
:href="`${getHistoryUrl(historyItem)}`" target="_blank"
|
||||
:title="historyItem.show_title ? historyItem.show_title : historyItem.title"
|
||||
>
|
||||
<h3
|
||||
@@ -395,7 +394,7 @@ function jumpToLoginPage() {
|
||||
hover:bg="$bew-theme-color-10"
|
||||
duration-300
|
||||
pr-2
|
||||
:href="historyItem.author_mid ? `https://space.bilibili.com/${historyItem.author_mid}` : historyItem.uri" target="_blank" rel="noopener noreferrer"
|
||||
:href="historyItem.author_mid ? `https://space.bilibili.com/${historyItem.author_mid}` : historyItem.uri" target="_blank"
|
||||
>
|
||||
<img
|
||||
:src="
|
||||
|
||||
@@ -156,7 +156,6 @@ function jumpToLoginPage() {
|
||||
:key="item.aid"
|
||||
:href="settings.videoCardLinkOpenMode === 'drawer' ? undefined : `https://www.bilibili.com/list/watchlater?bvid=${item.bvid}`"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
class="group"
|
||||
flex cursor-pointer
|
||||
@click="settings.videoCardLinkOpenMode === 'drawer' && openIframeDrawer(`https://www.bilibili.com/list/watchlater?bvid=${item.bvid}`)"
|
||||
@@ -233,7 +232,7 @@ function jumpToLoginPage() {
|
||||
class="keep-two-lines"
|
||||
overflow="hidden"
|
||||
un-text="lg overflow-ellipsis"
|
||||
:href="removeHttpFromUrl(`https://www.bilibili.com/list/watchlater?bvid=${item.bvid}`)" target="_blank" rel="noopener noreferrer"
|
||||
:href="removeHttpFromUrl(`https://www.bilibili.com/list/watchlater?bvid=${item.bvid}`)" target="_blank"
|
||||
>
|
||||
{{ item.title }}
|
||||
</a>
|
||||
@@ -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"
|
||||
>
|
||||
<img
|
||||
:src="removeHttpFromUrl(`${item.owner.face}@40w_40h_1c`)"
|
||||
|
||||
Reference in New Issue
Block a user