diff --git a/CHANGELOG.md b/CHANGELOG.md index 13572f9a78..34ccc3439e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # 更新日志 +## v2.8.4-preview +`2023-09-07` + +包含 [v2.7.6](https://github.com/the1812/Bilibili-Evolved/releases/tag/v2.7.6) 的所有更新内容. + +- `直播间网页全屏自适应` 支持自定义侧边栏宽度. (#4216) +- 修复 `直播勋章快速更换` 获取头衔列表时报错. (#4403) + +## v2.7.6 +`2023-09-07` + +更新了动态相关的 API 地址, 修复番剧无法加载的问题. (#4305) + + ## v2.8.3-preview `2023-08-26` diff --git a/README.md b/README.md index c553d21833..c12c8522a8 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,10 @@ [🐛 版本历史与更新日志](CHANGELOG.md) +[📌 更新计划](https://github.com/users/the1812/projects/1/views/3) + [📕 文档站点](https://bilibili-evolved-doc.vercel.app/) -> 文档站点由 [FoundTheWOUT](https://github.com/FoundTheWOUT) 开发, [点此进入 GitHub 仓库](https://github.com/FoundTheWOUT/bilibili-evolved-doc). +> 文档站点由 [Waua](https://github.com/FoundTheWOUT) 开发, [点此进入 GitHub 仓库](https://github.com/FoundTheWOUT/bilibili-evolved-doc). [📖 参与开发](CONTRIBUTING.md) diff --git a/doc/donate.md b/doc/donate.md index 02bb86c6aa..47e714148c 100644 --- a/doc/donate.md +++ b/doc/donate.md @@ -28,6 +28,9 @@ https://afdian.net/@the1812?tab=sponsor | 时间 | 用户名 | 单号后4位 | 金额 | | ------------------- | --------------------- | --------- | ------- | +| 2023.08.29 12:38:40 | 匿名 | 3584 | ¥2.33 | +| 2023.08.27 05:41:58 | 匿名 | 3000 | ¥20.00 | +| 2023.08.27 05:41:35 | 匿名 | 2195 | ¥20.00 | | 2023.08.12 10:51:24 | *り | 3198 | ¥5.00 | | 2023.07.18 11:52:59 | *] | 4858 | ¥5.00 | | 2023.07.15 13:42:33 | *飞 | 0971 | ¥50.00 | diff --git a/doc/features/features.json b/doc/features/features.json index 174065600c..35234c60f4 100644 --- a/doc/features/features.json +++ b/doc/features/features.json @@ -707,7 +707,7 @@ "type": "component", "name": "playerIntersectionActions", "displayName": "播放器位置动作", - "description": "by [@FoundTheWOUT](https://github.com/FoundTheWOUT)\n\n设置当播放器移出视图的位置变化时执行的动作.", + "description": "by [@Waua](https://github.com/FoundTheWOUT)\n\n设置当播放器移出视图的位置变化时执行的动作.", "fullRelativePath": "../../registry/dist/components/video/player/intersection-actions.js", "fullAbsolutePath": "registry/dist/components/video/player/intersection-actions.js" }, diff --git a/doc/features/features.md b/doc/features/features.md index 518bcdca64..5835a3f6c1 100644 --- a/doc/features/features.md +++ b/doc/features/features.md @@ -926,7 +926,7 @@ by [@JLoeve](https://github.com/LonelySteve) **GitHub:** [`Stable`](https://raw.githubusercontent.com/the1812/Bilibili-Evolved/master/registry/dist/components/video/player/intersection-actions.js) / [`Preview`](https://raw.githubusercontent.com/the1812/Bilibili-Evolved/preview/registry/dist/components/video/player/intersection-actions.js) -by [@FoundTheWOUT](https://github.com/FoundTheWOUT) +by [@Waua](https://github.com/FoundTheWOUT) 设置当播放器移出视图的位置变化时执行的动作. diff --git a/registry/lib/components/style/custom-navbar/feeds/NavbarFeeds.vue b/registry/lib/components/style/custom-navbar/feeds/NavbarFeeds.vue index 1aa22701cb..b9a49be5a1 100644 --- a/registry/lib/components/style/custom-navbar/feeds/NavbarFeeds.vue +++ b/registry/lib/components/style/custom-navbar/feeds/NavbarFeeds.vue @@ -10,7 +10,7 @@