Skip to content

Commit

Permalink
Merge branch 'preview-fixes' into preview-features
Browse files Browse the repository at this point in the history
  • Loading branch information
the1812 committed Dec 28, 2024
2 parents 1a02068 + df1e646 commit 15648f2
Show file tree
Hide file tree
Showing 7 changed files with 72 additions and 4 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,41 @@
<!-- spell-checker: disable -->
# 更新日志

## 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`

Expand Down
6 changes: 6 additions & 0 deletions doc/donate.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
10 changes: 9 additions & 1 deletion doc/features/features.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"
},
Expand Down
11 changes: 10 additions & 1 deletion doc/features/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down Expand Up @@ -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`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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/']

/**
* 检查是否应用透明填充(有横幅时)
Expand Down
10 changes: 10 additions & 0 deletions registry/lib/components/style/dark-mode/dark-slice-18.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
2 changes: 1 addition & 1 deletion src/client/common.meta.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 15648f2

Please sign in to comment.