mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Add missing images, update README, update dark style
This commit is contained in:
parent
3a1ec04140
commit
3c0d614dc8
17
README.md
17
README.md
@ -55,23 +55,26 @@
|
||||
- 进度调整可在左上角和右上角取消
|
||||
- 在不同位置滑动,可以使用3档不同的灵敏度.
|
||||
|
||||

|
||||

|
||||
|
||||
已知问题: 滑动调整的音量不会保存,下次打开视频将恢复原音量.
|
||||
![进度调整]()
|
||||
![音量调整]()
|
||||
#### 外置网页全屏
|
||||
因为触屏设备很难做出"鼠标悬停",`网页全屏`将从`全屏`的鼠标悬停菜单中移动到外部.
|
||||
#### 放大按钮
|
||||
|
||||
![放大前]()
|
||||
![放大后]()
|
||||
放大控制栏的按钮及间距,使触摸操作更准确.
|
||||
##### 启用前
|
||||

|
||||
##### 启用后
|
||||

|
||||
## 展开弹幕列表
|
||||
新版播放页面中,弹幕列表默认收起以显示推荐的其他视频.启用此功能可在每次加载视频时自动展开弹幕列表.
|
||||
## 删除广告
|
||||
删除嵌于页面中的推广横幅.
|
||||
### 删除前
|
||||
![删除前]()
|
||||

|
||||
### 删除后
|
||||
![删除后]()
|
||||

|
||||
## 稍后再看重定向
|
||||
将稍后再看的链接重定向为普通播放网址,以使用新版播放页面.
|
||||
# 安装
|
||||
|
||||
BIN
images/adjust-playback.png
Normal file
BIN
images/adjust-playback.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.4 MiB |
BIN
images/adjust-volume.png
Normal file
BIN
images/adjust-volume.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.4 MiB |
BIN
images/player-buttons-large.png
Normal file
BIN
images/player-buttons-large.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 31 KiB |
BIN
images/player-buttons-original.png
Normal file
BIN
images/player-buttons-original.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 29 KiB |
BIN
images/remove-ads-after.png
Normal file
BIN
images/remove-ads-after.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.9 MiB |
BIN
images/remove-ads-before.png
Normal file
BIN
images/remove-ads-before.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.2 MiB |
@ -122,7 +122,8 @@ div.con,
|
||||
.contribution-sidenav .contribution-item:hover,
|
||||
.my-album .tab-list,
|
||||
#page-setting #setting-new-tag,
|
||||
#page-setting #setting-new-tag-btn
|
||||
#page-setting #setting-new-tag-btn,
|
||||
.imagesbox .boost-img
|
||||
{
|
||||
background-color: #222 !important;
|
||||
}
|
||||
@ -236,7 +237,8 @@ a.more.tc-slate:hover,
|
||||
#page-channel-index .channel-option.no-channel,
|
||||
#page-setting .setting-index-module,
|
||||
.btn.ghost,
|
||||
.bili-header-m .profile-m .grade .bar
|
||||
.bili-header-m .profile-m .grade .bar,
|
||||
.video-page-card .card-box .info .pre-mask
|
||||
{
|
||||
background-color: #444 !important;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user