mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Add image resolution settings, update version
This commit is contained in:
parent
d2a4c93a24
commit
11c49ebe45
@ -231,6 +231,9 @@
|
||||
|
||||
> 正在播放的音乐点击封面即可转到详细信息页面.
|
||||
|
||||
### 高分辨率图片
|
||||
根据屏幕DPI请求更高分辨率的图片, 例如DPI缩放200%则请求2倍的分辨率, 加载时间也会相应变长一些.
|
||||
适用于2K, 4K等的显示屏, DPI缩放为100%的用户不需要此功能.
|
||||
### 旧版动态跳转支持
|
||||
将新版动态的链接换为旧版动态, 同时可在附加功能中在新旧动态间切换.
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,6 +1,6 @@
|
||||
// ==UserScript==
|
||||
// @name Bilibili Evolved (Preview)
|
||||
// @version 1.7.22
|
||||
// @version 1.7.23
|
||||
// @description Bilibili Evolved 的预览版, 可以抢先体验新功能.
|
||||
// @author Grant Howard, Coulomb-G
|
||||
// @copyright 2019, Grant Howard (https://github.com/the1812) & Coulomb-G (https://github.com/Coulomb-G)
|
||||
@ -1565,7 +1565,7 @@ Resource.manifest = {
|
||||
imageResolution: {
|
||||
path: "image-resolution.min.js",
|
||||
displayNames: {
|
||||
imageResolution: "总是显示原图",
|
||||
imageResolution: "高分辨率图片",
|
||||
},
|
||||
},
|
||||
biliplusRedirect: {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
// ==UserScript==
|
||||
// @name Bilibili Evolved
|
||||
// @version 1.7.22
|
||||
// @version 1.7.23
|
||||
// @description 增强哔哩哔哩Web端体验: 下载视频, 音乐, 封面, 弹幕; 自定义播放器的画质, 模式, 布局; 删除广告, 使用夜间模式, 修复界面瑕疵; 以及增加对触屏设备的支持等.
|
||||
// @author Grant Howard, Coulomb-G
|
||||
// @copyright 2019, Grant Howard (https://github.com/the1812) & Coulomb-G (https://github.com/Coulomb-G)
|
||||
@ -1565,7 +1565,7 @@ Resource.manifest = {
|
||||
imageResolution: {
|
||||
path: "image-resolution.min.js",
|
||||
displayNames: {
|
||||
imageResolution: "总是显示原图",
|
||||
imageResolution: "高分辨率图片",
|
||||
},
|
||||
},
|
||||
biliplusRedirect: {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
// ==UserScript==
|
||||
// @name Bilibili Evolved (Preview)
|
||||
// @version 1.7.22
|
||||
// @version 1.7.23
|
||||
// @description Bilibili Evolved 的预览版, 可以抢先体验新功能.
|
||||
// @author Grant Howard, Coulomb-G
|
||||
// @copyright 2019, Grant Howard (https://github.com/the1812) & Coulomb-G (https://github.com/Coulomb-G)
|
||||
|
||||
@ -464,7 +464,7 @@ Resource.manifest = {
|
||||
imageResolution: {
|
||||
path: "image-resolution.min.js",
|
||||
displayNames: {
|
||||
imageResolution: "总是显示原图",
|
||||
imageResolution: "高分辨率图片",
|
||||
},
|
||||
},
|
||||
biliplusRedirect: {
|
||||
|
||||
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
@ -74,7 +74,7 @@
|
||||
<!-- <checkbox indent="0" key="showDeadVideoTitle" dependencies=""></checkbox> -->
|
||||
<!-- <checkbox indent="1" key="useBiliplusRedirect" dependencies="showDeadVideoTitle"></checkbox> -->
|
||||
<checkbox indent="0" key="biliplusRedirect" dependencies=""></checkbox>
|
||||
<!-- <checkbox indent="0" key="imageResolution" dependencies=""></checkbox> -->
|
||||
<checkbox indent="0" key="imageResolution" dependencies=""></checkbox>
|
||||
<checkbox indent="0" key="oldTweets" dependencies=""></checkbox>
|
||||
<category icon="touch">触摸</category>
|
||||
<checkbox indent="0" key="touchNavBar" dependencies=""></checkbox>
|
||||
|
||||
@ -69,6 +69,7 @@ export const toolTips = {
|
||||
showDeadVideoTitle: `在个人空间中, 为已失效视频恢复标题和封面.`,
|
||||
useBiliplusRedirect: `将失效视频重定向到BiliPlus.`,
|
||||
biliplusRedirect: `在视频/番剧/空间中, 附加功能<span>"转到BiliPlus"</span>, 点击可以转到BiliPlus上对应的页面.`,
|
||||
imageResolution: `根据屏幕DPI请求更高分辨率的图片, 例如DPI缩放200%则请求2倍的分辨率, 加载时间也会相应变长一些.`,
|
||||
oldTweets: `将新版动态的链接换为旧版动态, 同时可在附加功能中在新旧动态间切换.`,
|
||||
touchNavBar: `删除顶栏右侧的一级链接(从<span>大会员</span>到<span>历史</span>), 以方便触屏设备快速预览信息. 被删除的链接可从各预览中的<span>查看更多</span>进入.`,
|
||||
comboLike: `为素质三连(长按点赞)启用触摸支持.`,
|
||||
|
||||
@ -1 +1 @@
|
||||
1.7.22
|
||||
1.7.23
|
||||
Loading…
Reference in New Issue
Block a user