Add missing images, update README, update dark style

This commit is contained in:
the1812 2018-07-19 00:30:10 +08:00
parent 3a1ec04140
commit 3c0d614dc8
8 changed files with 14 additions and 9 deletions

View File

@ -55,23 +55,26 @@
- 进度调整可在左上角和右上角取消 - 进度调整可在左上角和右上角取消
- 在不同位置滑动,可以使用3档不同的灵敏度. - 在不同位置滑动,可以使用3档不同的灵敏度.
![进度调整](images/adjust-playback.png)
![音量调整](images/adjust-volume.png)
已知问题: 滑动调整的音量不会保存,下次打开视频将恢复原音量. 已知问题: 滑动调整的音量不会保存,下次打开视频将恢复原音量.
![进度调整]()
![音量调整]()
#### 外置网页全屏 #### 外置网页全屏
因为触屏设备很难做出"鼠标悬停",`网页全屏`将从`全屏`的鼠标悬停菜单中移动到外部. 因为触屏设备很难做出"鼠标悬停",`网页全屏`将从`全屏`的鼠标悬停菜单中移动到外部.
#### 放大按钮 #### 放大按钮
放大控制栏的按钮及间距,使触摸操作更准确.
![放大前]() ##### 启用前
![放大后]() ![放大前](images/player-buttons-original.png)
##### 启用后
![放大后](images/player-buttons-large.png)
## 展开弹幕列表 ## 展开弹幕列表
新版播放页面中,弹幕列表默认收起以显示推荐的其他视频.启用此功能可在每次加载视频时自动展开弹幕列表. 新版播放页面中,弹幕列表默认收起以显示推荐的其他视频.启用此功能可在每次加载视频时自动展开弹幕列表.
## 删除广告 ## 删除广告
删除嵌于页面中的推广横幅. 删除嵌于页面中的推广横幅.
### 删除前 ### 删除前
![删除前]() ![删除前](images/remove-ads-before.png)
### 删除后 ### 删除后
![删除后]() ![删除后](images/remove-ads-after.png)
## 稍后再看重定向 ## 稍后再看重定向
将稍后再看的链接重定向为普通播放网址,以使用新版播放页面. 将稍后再看的链接重定向为普通播放网址,以使用新版播放页面.
# 安装 # 安装

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

BIN
images/remove-ads-after.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 MiB

View File

@ -122,7 +122,8 @@ div.con,
.contribution-sidenav .contribution-item:hover, .contribution-sidenav .contribution-item:hover,
.my-album .tab-list, .my-album .tab-list,
#page-setting #setting-new-tag, #page-setting #setting-new-tag,
#page-setting #setting-new-tag-btn #page-setting #setting-new-tag-btn,
.imagesbox .boost-img
{ {
background-color: #222 !important; background-color: #222 !important;
} }
@ -236,7 +237,8 @@ a.more.tc-slate:hover,
#page-channel-index .channel-option.no-channel, #page-channel-index .channel-option.no-channel,
#page-setting .setting-index-module, #page-setting .setting-index-module,
.btn.ghost, .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; background-color: #444 !important;
} }