diff --git a/CHANGELOG.md b/CHANGELOG.md index eda46a55ee..11045244d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,58 @@ # 更新日志 +## v2.9.4-preview +`2024-10-22` + +包含 [v2.9.4](https://github.com/the1812/Bilibili-Evolved/releases/tag/v2.9.4) 的所有更新内容. + +✨新增 +- 新增组件 `隐藏头像框`. +> 隐藏页面中用户的头像框 (包括角标), 目前支持动态和视频页面. + +- 新增组件 `隐藏直播马赛克`. (#4634) +> 移除直播画面中的马赛克区域. + +- 优化了搜索框的搜索建议精准度. (#4833) +- 新增组件 `删除动态`. (PR #4915 by [gouzil](https://github.com/gouzil)) +> 删除动态, 可选转发抽奖, 和全部删除. + +- `保存视频元数据` 增加 FFMETADATA 字段选项. (PR #4943 by [WakelessSloth56](https://github.com/WakelessSloth56)) +- 新增组件 `评论内容替换`. (#4072) +> 替换评论中的内容. +> 可以添加多个替换配置, 每项配置可将一个关键词替换为其他文本. 若替换的目标是一个链接, 则视作替换为表情. +> + +- `直播信息扩充` 更换新的 API 接口. (PR #4964 by [Oxygenくん](https://github.com/oxygenkun)) + +## v2.9.4 +`2024-10-22` + +✨新增 +- `屏蔽黑名单up主` 去除了登录校验. (#4917, PR #4926 by [snowraincloud](https://github.com/snowraincloud)) +- `图片批量导出` 适配新型的图片动态. (#4830) +- 更新评论区的 `夜间模式`. (#4931) + +🐛修复 +- 修复 StreamSaver 和 ffmpeg WASM 的 SRI 校验问题. (#4913, #4864) +- 修复下载合集时 BV 号命名重复. (#4818) +- 修复 `删除广告` 去除首页广告时没有遵循 `占位文本` 选项. (#4836) +- 修复 `自定义顶栏` 历史面板中的多余 title 提示. (#4962) +- 修复下载弹幕时播放器设置没有正确读取. (#4824) + +🗑️废弃 +- `自定义顶栏` 删除 `相簿` 入口. + +☕开发者相关 +- 修复 DevClient 无法重载 Shadow DOM 样式. + ## v2.9.3-preview +`2024-09-15` + 主要是各种修复, 见 [v2.9.3](https://github.com/the1812/Bilibili-Evolved/releases/tag/v2.9.3). ## v2.9.3 +`2024-09-15`
正式版用户将获得 v2.9.1-preview ~ v2.9.2-preview 的所有改动, 点击展开查看 diff --git a/README.md b/README.md index 7bc8aad691..620b7151c0 100644 --- a/README.md +++ b/README.md @@ -177,7 +177,7 @@ > 之前的支付宝付款码有点问题, 现已弃用 (不必担心, 转账均已收到), 在爱发电中仍然可以选择支付宝作为付款方式. - + 爱发电 diff --git a/doc/donate.md b/doc/donate.md index 37b7baac80..1b804b50b5 100644 --- a/doc/donate.md +++ b/doc/donate.md @@ -18,7 +18,7 @@ ## 爱发电 -https://afdian.net/@the1812?tab=sponsor +https://afdian.com/a/the1812?tab=sponsor ## 微信/支付宝收款 @@ -30,6 +30,11 @@ https://afdian.net/@the1812?tab=sponsor | 时间 | 用户名 | 单号后4位 | 金额 | | ------------------- | --------------------- | --------- | ------- | +| 2024.10.11 11:19:52 | 匿名 | 8738 | ¥100.00 | +| 2024.09.28 22:43:29 | 匿名 | 7519 | ¥20.00 | +| 2024.09.28 17:45:29 | *天 | 7998 | ¥20.00 | +| 2024.09.23 14:19:17 | 匿名 | 1799 | ¥2.33 | +| 2024.09.10 00:19:41 | 匿名 | 1484 | ¥20.00 | | 2024.09.06 16:05:23 | 匿名 | 0752 | ¥5.00 | | 2024.09.03 23:08:43 | *根 | 3956 | ¥20.00 | | 2024.08.25 16:55:07 | 匿名 | 6595 | ¥10.00 | diff --git a/package.json b/package.json index ada63e0abd..df6362726e 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ }, "pnpm": { "overrides": { - "caniuse-lite": "1.0.30001609", + "caniuse-lite": "1.0.30001668", "consolidate": "1.0.1" } }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d309c74900..8d8d1edd3b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -5,7 +5,7 @@ settings: excludeLinksFromLockfile: false overrides: - caniuse-lite: 1.0.30001609 + caniuse-lite: 1.0.30001668 consolidate: 1.0.1 dependencies: @@ -2659,7 +2659,7 @@ packages: postcss: ^8.1.0 dependencies: browserslist: 4.21.4 - caniuse-lite: 1.0.30001609 + caniuse-lite: 1.0.30001668 fraction.js: 4.2.0 normalize-range: 0.1.2 picocolors: 1.0.0 @@ -2772,7 +2772,7 @@ packages: engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001609 + caniuse-lite: 1.0.30001668 electron-to-chromium: 1.4.487 node-releases: 2.0.13 update-browserslist-db: 1.0.11(browserslist@4.21.10) @@ -2783,7 +2783,7 @@ packages: engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001609 + caniuse-lite: 1.0.30001668 electron-to-chromium: 1.4.284 node-releases: 2.0.6 update-browserslist-db: 1.0.10(browserslist@4.21.4) @@ -2815,8 +2815,8 @@ packages: engines: {node: '>=10'} dev: true - /caniuse-lite@1.0.30001609: - resolution: {integrity: sha512-JFPQs34lHKx1B5t1EpQpWH4c+29zIyn/haGsbpfq3suuV9v56enjFt23zqijxGTMwy1p/4H2tjnQMY+p1WoAyA==} + /caniuse-lite@1.0.30001668: + resolution: {integrity: sha512-nWLrdxqCdblixUO+27JtGJJE/txpJlyUy5YN1u53wLZkP0emYCo5zgS6QYft7VUYR42LGgi/S5hdLZTrnyIddw==} dev: true /chalk@1.1.3: diff --git a/registry/lib/components/style/custom-navbar/built-in-items.ts b/registry/lib/components/style/custom-navbar/built-in-items.ts index 1540783c8a..3829023a44 100644 --- a/registry/lib/components/style/custom-navbar/built-in-items.ts +++ b/registry/lib/components/style/custom-navbar/built-in-items.ts @@ -6,7 +6,7 @@ import { logo } from './logo/logo' import { home } from './home/home' import { gamesIframe, livesIframe, mangaIframe } from './iframe/iframe' import { blanks } from './flexible-blank/flexible-blank' -import { bangumi, music, drawing, shop, match, creations } from './simple-links/simple-links' +import { bangumi, music, shop, match, creations } from './simple-links/simple-links' import { upload } from './upload/upload' import { search } from './search/search' import { feeds } from './feeds/feeds' @@ -22,7 +22,6 @@ export const getBuiltInItems = (): CustomNavbarItemInit[] => [ home, bangumi, ranking, - drawing, music, gamesIframe, livesIframe, diff --git a/registry/lib/components/style/custom-navbar/history/NavbarHistory.vue b/registry/lib/components/style/custom-navbar/history/NavbarHistory.vue index 4b50725dee..4e25c4ecc6 100644 --- a/registry/lib/components/style/custom-navbar/history/NavbarHistory.vue +++ b/registry/lib/components/style/custom-navbar/history/NavbarHistory.vue @@ -26,7 +26,6 @@
- + 精确匹配列表
- + 正则匹配列表