diff --git a/registry/lib/components/style/custom-navbar/history/history.ts b/registry/lib/components/style/custom-navbar/history/history.ts index 23c0f0c91..e843f1be9 100644 --- a/registry/lib/components/style/custom-navbar/history/history.ts +++ b/registry/lib/components/style/custom-navbar/history/history.ts @@ -7,6 +7,7 @@ export const history: CustomNavbarItemInit = { content: '历史', href, + touch: true, active: document.URL.replace(/\?.*$/, '') === href, loginRequired: true, diff --git a/registry/lib/components/style/dark-mode/dark-slice-12.scss b/registry/lib/components/style/dark-mode/dark-slice-12.scss index ebe878168..4f6b70178 100644 --- a/registry/lib/components/style/dark-mode/dark-slice-12.scss +++ b/registry/lib/components/style/dark-mode/dark-slice-12.scss @@ -239,6 +239,7 @@ } } .s_tag .tag-area { + .tag, .tag-item { @include background-color("4"); @include border-color(); diff --git a/registry/lib/components/style/dark-mode/dark-slice-14.scss b/registry/lib/components/style/dark-mode/dark-slice-14.scss index 12b96886d..00e5093d1 100644 --- a/registry/lib/components/style/dark-mode/dark-slice-14.scss +++ b/registry/lib/components/style/dark-mode/dark-slice-14.scss @@ -112,6 +112,12 @@ @include color("e"); } } + &-title { + @include color("e"); + &:hover { + @include theme-color(); + } + } } } &_second-line { diff --git a/registry/lib/components/style/dark-mode/dark-slice-15.scss b/registry/lib/components/style/dark-mode/dark-slice-15.scss index 6a48b3472..c545fb634 100644 --- a/registry/lib/components/style/dark-mode/dark-slice-15.scss +++ b/registry/lib/components/style/dark-mode/dark-slice-15.scss @@ -1032,6 +1032,10 @@ $media-types: (video, bangumi, cheese, live, manga, movie, ogv, article); } } } + + .border-bottom-line { + @include background-color("6"); + } } .up-info { .u-face .u-face__avatar { @@ -1054,3 +1058,11 @@ $media-types: (video, bangumi, cheese, live, manga, movie, ogv, article); } } } +.user-card { + .info p { + @include color("e"); + } + .gray-text { + @include color("a"); + } +} diff --git a/registry/lib/components/utils/keymap/actions.ts b/registry/lib/components/utils/keymap/actions.ts index aae65b969..fe7a61870 100644 --- a/registry/lib/components/utils/keymap/actions.ts +++ b/registry/lib/components/utils/keymap/actions.ts @@ -112,7 +112,7 @@ export const builtInActions: Record = { if (lodash.isNil(result)) { return result } - if (result) { + if (playerAgent.isMute()) { showTip('已静音', 'mdi-volume-off') } else { showTip('已取消静音', 'mdi-volume-high') diff --git a/registry/lib/components/video/download/DownloadVideo.vue b/registry/lib/components/video/download/DownloadVideo.vue index 3a7df2462..a2a10f121 100644 --- a/registry/lib/components/video/download/DownloadVideo.vue +++ b/registry/lib/components/video/download/DownloadVideo.vue @@ -14,105 +14,106 @@ -
-
- 输入源: -
- -
-
- 没有匹配的输入源, 请确保安装了适合此页面的插件. -
- -
-
- 格式: -
- -
-
-
-
-
- 清晰度: -
- -
- - -
-
- 输出方式: -
-
-
- {{ selectedOutput.description }} -
- -