fix: resolve video sound being muted by default (#921)

close #921
This commit is contained in:
Hakadao
2024-10-21 14:51:38 +08:00
parent 3ee00e6c19
commit b2ca87fe81
8 changed files with 20 additions and 26 deletions

View File

@@ -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="

View File

@@ -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`)"