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`