diff --git a/CHANGELOG.md b/CHANGELOG.md index 94f0a6174..8b6bcbddd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,41 @@ # 更新日志 +## v2.9.6-preview +`2024-12-28` + +包含 [v2.9.6](https://github.com/the1812/Bilibili-Evolved/releases/tag/v2.9.6) 的所有更新内容. + +- 新增插件 `自定义顶栏 - 版权内容`. (#5045) +> 为自定义顶栏扩充版权内容相关的快速入口, 包括国创 / 电影 / 电视剧 /综艺 / 纪录片 + +- 视频截图在还有截图未处理 (保存 / 丢弃) 时, 离开页面增加二次确认. (#5066) + +## v2.9.6 +`2024-12-28` + +✨新增 +- `自定义顶栏` 更新: + - (来自 v2.9.5-preview) 历史支持手动刷新. (#4948) + - 全局固定适配话题页. (#5039) + - 新歌热榜 URL 更新. (#5056) + - `订阅` 重命名为 `番剧`, 功能不变. (#4777) + - 增加 VLOG, 搞笑, 综艺, 单机游戏入口. (#1511) +- `传统连播模式` 支持番剧页面. (#5067) +- `下载视频` 增加选项 `DASH 回退编码`, 默认回退到 AVC, 可以避免 HEVC 回退到 AV1 的情况. (#5080) +- 新增功能 `隐藏首页轮播图`. (从上一版本废弃的 `简化首页` 中提取) (#5038) +- `夜间模式` 优化对动态和新版首页的适配. (#5075) + +🐛修复 +- 修复 `隐藏头像框` 对部分角标删除不完全. (#5040) +- 修复 `自定义顶栏` 删除搜索历史时失焦. (#4732) +- 修复 `自定义顶栏` 未登录时仍能通过功能面板进行排序. (#5051) +- 修复 `自定义顶栏` 收藏夹的音频链接错误. (#5069) +- 修复在搜索页的样式冲突. (#5073) +- 修复 `直播首页静音` 在关闭时仍会导致首页静音. (#5045) +- 修复 `禁止滚轮调音量` 在 Firefox 中不生效. (#5047) +- 回退 `直播信息扩充` 的 API 变更. (#4964) + ## v2.9.5-preview `2024-11-12` diff --git a/doc/donate.md b/doc/donate.md index 50d2f5cbe..9c6465c4c 100644 --- a/doc/donate.md +++ b/doc/donate.md @@ -30,6 +30,12 @@ https://afdian.com/a/the1812?tab=sponsor | 时间 | 用户名 | 单号后4位 | 金额 | | ------------------- | --------------------- | --------- | ------- | +| 2024.12.27 11:01:16 | *o | 2835 | ¥5.00 | +| 2024.12.20 18:05:09 | *言 | 6840 | ¥3.00 | +| 2024.12.17 18:30:53 | x*x | 3632 | ¥10.00 | +| 2024.12.10 12:20:10 | *吗 | 8875 | ¥5.00 | +| 2024.12.06 14:33:35 | 匿名 | 8998 | ¥5.00 | +| 2024.11.17 05:46:36 | *树 | 0442 | ¥20.00 | | 2024.10.24 19:59:56 | 匿名 | 5126 | ¥20.00 | | 2024.10.24 03:07:40 | S*a | 8703 | ¥20.00 | | 2024.10.11 11:19:52 | 匿名 | 8738 | ¥100.00 | diff --git a/doc/features/features.json b/doc/features/features.json index c32896e0d..ccc4e03fb 100644 --- a/doc/features/features.json +++ b/doc/features/features.json @@ -295,6 +295,14 @@ "fullRelativePath": "../../registry/dist/components/style/hide/banner.js", "fullAbsolutePath": "registry/dist/components/style/hide/banner.js" }, + { + "type": "component", + "name": "hideHomeCarousel", + "displayName": "隐藏首页轮播图", + "description": "隐藏首页的轮播图区域.\r\n", + "fullRelativePath": "../../registry/dist/components/style/hide/home-carousel.js", + "fullAbsolutePath": "registry/dist/components/style/hide/home-carousel.js" + }, { "type": "component", "name": "hideTrendingSearch", @@ -1116,7 +1124,7 @@ "type": "plugin", "name": "downloadVideo.outputs.idm", "displayName": "下载视频 - IDM 输出支持", - "description": "为下载视频增加 IDM 输出支持,建议配合 [ef2.exe](https://github.com/MotooriKashin/ef2) 以简化操作、保留文件名.", + "description": "为下载视频增加 IDM 输出支持.", "fullRelativePath": "../../registry/dist/plugins/video/download/idm-output.js", "fullAbsolutePath": "registry/dist/plugins/video/download/idm-output.js" }, diff --git a/doc/features/features.md b/doc/features/features.md index a9b2407bb..701bbe341 100644 --- a/doc/features/features.md +++ b/doc/features/features.md @@ -387,6 +387,15 @@ by [@Tinhone](https://github.com/Tinhone) 隐藏首页顶部横幅. +### [隐藏首页轮播图](../../registry/dist/components/style/hide/home-carousel.js) +`hideHomeCarousel` + +**jsDelivr:** [`Stable`](https://cdn.jsdelivr.net/gh/the1812/Bilibili-Evolved@master/registry/dist/components/style/hide/home-carousel.js) / [`Preview`](https://cdn.jsdelivr.net/gh/the1812/Bilibili-Evolved@preview/registry/dist/components/style/hide/home-carousel.js) + +**GitHub:** [`Stable`](https://raw.githubusercontent.com/the1812/Bilibili-Evolved/master/registry/dist/components/style/hide/home-carousel.js) / [`Preview`](https://raw.githubusercontent.com/the1812/Bilibili-Evolved/preview/registry/dist/components/style/hide/home-carousel.js) + +隐藏首页的轮播图区域. + ### [隐藏热搜](../../registry/dist/components/style/hide/trending-search.js) `hideTrendingSearch` @@ -1536,7 +1545,7 @@ by FoundTheWOUT **GitHub:** [`Stable`](https://raw.githubusercontent.com/the1812/Bilibili-Evolved/master/registry/dist/plugins/video/download/idm-output.js) / [`Preview`](https://raw.githubusercontent.com/the1812/Bilibili-Evolved/preview/registry/dist/plugins/video/download/idm-output.js) -为下载视频增加 IDM 输出支持,建议配合 [ef2.exe](https://github.com/MotooriKashin/ef2) 以简化操作、保留文件名. +为下载视频增加 IDM 输出支持. ### [下载视频 - 手动输入](../../registry/dist/plugins/video/download/manual-input.js) `downloadVideo.inputs.manual` diff --git a/registry/lib/components/style/custom-navbar/transparent-fill.ts b/registry/lib/components/style/custom-navbar/transparent-fill.ts index 5ef31a008..1b71069aa 100644 --- a/registry/lib/components/style/custom-navbar/transparent-fill.ts +++ b/registry/lib/components/style/custom-navbar/transparent-fill.ts @@ -20,7 +20,7 @@ const setupTransparentFill = (vm: { toggleStyle: (value: boolean, style: string) }) } -const transparentFillUrls = ['//music.bilibili.com/'] +const transparentFillUrls = ['//music.bilibili.com/', '//space.bilibili.com/'] /** * 检查是否应用透明填充(有横幅时) diff --git a/registry/lib/components/style/dark-mode/dark-slice-18.scss b/registry/lib/components/style/dark-mode/dark-slice-18.scss index 2b0f47a28..afc96b9fd 100644 --- a/registry/lib/components/style/dark-mode/dark-slice-18.scss +++ b/registry/lib/components/style/dark-mode/dark-slice-18.scss @@ -1015,3 +1015,13 @@ @include background-color(); } } + +.header.space-header { + .header-toutu, + .header-upinfo-bg-shadow { + z-index: 0 !important; + } + .header-upinfo { + z-index: 1 !important; + } +} diff --git a/src/client/common.meta.json b/src/client/common.meta.json index 60a9e9437..de21ecce5 100644 --- a/src/client/common.meta.json +++ b/src/client/common.meta.json @@ -1,5 +1,5 @@ { - "version": "2.9.5", + "version": "2.9.6", "author": "Grant Howard, Coulomb-G", "copyright": "[year], Grant Howard (https://github.com/the1812) & Coulomb-G (https://github.com/Coulomb-G)", "license": "MIT",