mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Update README
This commit is contained in:
parent
d12d3530e1
commit
ebb5db091f
@ -213,6 +213,8 @@
|
|||||||

|

|
||||||
### 稍后再看重定向
|
### 稍后再看重定向
|
||||||
将稍后再看的链接重定向为普通播放网址, 以使用新版播放页面.
|
将稍后再看的链接重定向为普通播放网址, 以使用新版播放页面.
|
||||||
|
### 收藏夹视频重定向
|
||||||
|
将个人空间收藏夹里的视频重定向为直链, 而不是收藏夹播单链接.
|
||||||
### 隐藏搜索推荐
|
### 隐藏搜索推荐
|
||||||
将搜索框的推荐词替换为`搜索`.
|
将搜索框的推荐词替换为`搜索`.
|
||||||
### 展开动态标题
|
### 展开动态标题
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
min/settings-tooltip.min.js
vendored
2
min/settings-tooltip.min.js
vendored
File diff suppressed because one or more lines are too long
@ -68,6 +68,7 @@
|
|||||||
<category icon="tool">工具</category>
|
<category icon="tool">工具</category>
|
||||||
<checkbox indent="0" key="removeAds" dependencies=""></checkbox>
|
<checkbox indent="0" key="removeAds" dependencies=""></checkbox>
|
||||||
<checkbox indent="0" key="watchLaterRedirect" dependencies=""></checkbox>
|
<checkbox indent="0" key="watchLaterRedirect" dependencies=""></checkbox>
|
||||||
|
<checkbox indent="0" key="favoritesRedirect" dependencies=""></checkbox>
|
||||||
<checkbox indent="0" key="hideTopSearch" dependencies=""></checkbox>
|
<checkbox indent="0" key="hideTopSearch" dependencies=""></checkbox>
|
||||||
<checkbox indent="0" key="fullTweetsTitle" dependencies=""></checkbox>
|
<checkbox indent="0" key="fullTweetsTitle" dependencies=""></checkbox>
|
||||||
<checkbox indent="0" key="fullPageTitle" dependencies=""></checkbox>
|
<checkbox indent="0" key="fullPageTitle" dependencies=""></checkbox>
|
||||||
|
|||||||
@ -63,6 +63,7 @@ export const toolTips = {
|
|||||||
removeVideoTopMask: `删除视频里鼠标经过时出现在右上角的覆盖层.`,
|
removeVideoTopMask: `删除视频里鼠标经过时出现在右上角的覆盖层.`,
|
||||||
removeAds: `删除站内的各种广告. 包括首页的推广模块, 手机app推荐, 视频页面右侧的广告等.`,
|
removeAds: `删除站内的各种广告. 包括首页的推广模块, 手机app推荐, 视频页面右侧的广告等.`,
|
||||||
watchLaterRedirect: `将稍后再看的链接重定向为普通播放网址, 以使用新版播放页面.`,
|
watchLaterRedirect: `将稍后再看的链接重定向为普通播放网址, 以使用新版播放页面.`,
|
||||||
|
favoritesRedirect: `将个人空间收藏夹里的视频重定向为直链, 而不是收藏夹播单链接.`,
|
||||||
hideTopSearch: `将搜索框的推荐词替换为<span>搜索</span>.`,
|
hideTopSearch: `将搜索框的推荐词替换为<span>搜索</span>.`,
|
||||||
fullTweetsTitle: `在顶栏的动态预览框中, 总是展开完整的标题.`,
|
fullTweetsTitle: `在顶栏的动态预览框中, 总是展开完整的标题.`,
|
||||||
fullPageTitle: `在视频选集列表中, 总是展开完整的标题.`,
|
fullPageTitle: `在视频选集列表中, 总是展开完整的标题.`,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user