mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-09-26 22:49:14 +08:00
Update docs
This commit is contained in:
parent
076dc47b55
commit
c85fc06e51
@ -71,6 +71,14 @@
|
||||
"fullRelativePath": "../../registry/dist/components/feeds/full-title.js",
|
||||
"fullAbsolutePath": "registry/dist/components/feeds/full-title.js"
|
||||
},
|
||||
{
|
||||
"type": "component",
|
||||
"name": "feedsGroupFilter",
|
||||
"displayName": "动态分组过滤",
|
||||
"description": "by [@Rinne](https://github.com/OharaRinneY)\n\n按照关注分组筛选动态\r\n",
|
||||
"fullRelativePath": "../../registry/dist/components/feeds/group-filter.js",
|
||||
"fullAbsolutePath": "registry/dist/components/feeds/group-filter.js"
|
||||
},
|
||||
{
|
||||
"type": "component",
|
||||
"name": "hideFeedsCommentPreview",
|
||||
@ -667,7 +675,7 @@
|
||||
"type": "component",
|
||||
"name": "subscribeTimeShow",
|
||||
"displayName": "关注时间显示",
|
||||
"description": "by [@Light_Quanta](https://github.com/LightQuanta)\n\n在粉丝/关注列表显示关注的具体时间",
|
||||
"description": "by [@CNOCM](https://github.com/CNOCM)\n\n在粉丝/关注列表及用户主页显示关注的具体时间。",
|
||||
"fullRelativePath": "../../registry/dist/components/utils/subscribe-time-show.js",
|
||||
"fullAbsolutePath": "registry/dist/components/utils/subscribe-time-show.js"
|
||||
},
|
||||
@ -695,6 +703,14 @@
|
||||
"fullRelativePath": "../../registry/dist/components/utils/view-cover.js",
|
||||
"fullAbsolutePath": "registry/dist/components/utils/view-cover.js"
|
||||
},
|
||||
{
|
||||
"type": "component",
|
||||
"name": "watchlaterPageRedirect",
|
||||
"displayName": "稍后再看页面-重定向",
|
||||
"description": "by [@magicFeirl](https://github.com/magicFeirl)\n\n重定向**稍后再看页面**到普通视频页面,和`稍后再看重定向`组件的区别在于,该组件是在进入稍后再看的视频页面后进行重定向,而非直接替换链接到普通视频的链接,用于补充`稍后再看重定向`组件的功能。\r\n",
|
||||
"fullRelativePath": "../../registry/dist/components/utils/watchlater-page-redirect.js",
|
||||
"fullAbsolutePath": "registry/dist/components/utils/watchlater-page-redirect.js"
|
||||
},
|
||||
{
|
||||
"type": "component",
|
||||
"name": "watchlaterRedirect",
|
||||
|
@ -85,6 +85,17 @@
|
||||
|
||||
在顶栏的视频动态中, 无论标题多长总是完全展开.
|
||||
|
||||
### [动态分组过滤](../../registry/dist/components/feeds/group-filter.js)
|
||||
`feedsGroupFilter`
|
||||
|
||||
**jsDelivr:** [`Stable`](https://cdn.jsdelivr.net/gh/the1812/Bilibili-Evolved@master/registry/dist/components/feeds/group-filter.js) / [`Preview`](https://cdn.jsdelivr.net/gh/the1812/Bilibili-Evolved@preview/registry/dist/components/feeds/group-filter.js)
|
||||
|
||||
**GitHub:** [`Stable`](https://raw.githubusercontent.com/the1812/Bilibili-Evolved/master/registry/dist/components/feeds/group-filter.js) / [`Preview`](https://raw.githubusercontent.com/the1812/Bilibili-Evolved/preview/registry/dist/components/feeds/group-filter.js)
|
||||
|
||||
by [@Rinne](https://github.com/OharaRinneY)
|
||||
|
||||
按照关注分组筛选动态
|
||||
|
||||
### [隐藏动态评论预览](../../registry/dist/components/feeds/hide-comment-preview.js)
|
||||
`hideFeedsCommentPreview`
|
||||
|
||||
@ -935,9 +946,9 @@ by [@Light_Quanta](https://github.com/LightQuanta)
|
||||
|
||||
**GitHub:** [`Stable`](https://raw.githubusercontent.com/the1812/Bilibili-Evolved/master/registry/dist/components/utils/subscribe-time-show.js) / [`Preview`](https://raw.githubusercontent.com/the1812/Bilibili-Evolved/preview/registry/dist/components/utils/subscribe-time-show.js)
|
||||
|
||||
by [@Light_Quanta](https://github.com/LightQuanta)
|
||||
by [@CNOCM](https://github.com/CNOCM)
|
||||
|
||||
在粉丝/关注列表显示关注的具体时间
|
||||
在粉丝/关注列表及用户主页显示关注的具体时间。
|
||||
|
||||
### [网址参数清理](../../registry/dist/components/utils/url-params-clean.js)
|
||||
`urlParamsClean`
|
||||
@ -966,6 +977,17 @@ by [@Light_Quanta](https://github.com/LightQuanta)
|
||||
|
||||
在视频页面中, 可从功能面板中查看封面.
|
||||
|
||||
### [稍后再看页面-重定向](../../registry/dist/components/utils/watchlater-page-redirect.js)
|
||||
`watchlaterPageRedirect`
|
||||
|
||||
**jsDelivr:** [`Stable`](https://cdn.jsdelivr.net/gh/the1812/Bilibili-Evolved@master/registry/dist/components/utils/watchlater-page-redirect.js) / [`Preview`](https://cdn.jsdelivr.net/gh/the1812/Bilibili-Evolved@preview/registry/dist/components/utils/watchlater-page-redirect.js)
|
||||
|
||||
**GitHub:** [`Stable`](https://raw.githubusercontent.com/the1812/Bilibili-Evolved/master/registry/dist/components/utils/watchlater-page-redirect.js) / [`Preview`](https://raw.githubusercontent.com/the1812/Bilibili-Evolved/preview/registry/dist/components/utils/watchlater-page-redirect.js)
|
||||
|
||||
by [@magicFeirl](https://github.com/magicFeirl)
|
||||
|
||||
重定向**稍后再看页面**到普通视频页面,和`稍后再看重定向`组件的区别在于,该组件是在进入稍后再看的视频页面后进行重定向,而非直接替换链接到普通视频的链接,用于补充`稍后再看重定向`组件的功能。
|
||||
|
||||
### [稍后再看重定向](../../registry/dist/components/utils/watchlater-redirect.js)
|
||||
`watchlaterRedirect`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user