Update info

This commit is contained in:
the1812 2018-12-20 20:28:46 +08:00
parent 83affb0099
commit 2869b3ff81
3 changed files with 5 additions and 5 deletions

View File

@ -23,7 +23,7 @@
**设置保存后, 需要刷新网页才能生效.**
![设置](images/gui-settings.png)
## 默认值
### 视频与直播
### 视频
- 默认播放器模式: `常规`
- 使用默认视频画质: `关闭`
- 画质设定: `自动`
@ -70,7 +70,7 @@
# 功能概览
为保证最佳体验, 设备分辨率建议在1080P及以上, 并且已登录哔哩哔哩账户.
## 视频与直播
## 视频
### 下载视频(实验性)
在视频播放页面中, `下载视频`按钮将在`附加功能`中启用, 点击可以选择清晰度并下载.
@ -198,7 +198,7 @@
- 启用时, 不管名称多长, 总是完全展开up主和视频的标题.
![启用时](images/full-tweets-title-on.png)
## 触摸支持
## 触摸
### 顶栏
删除顶栏右侧的一级链接(从`大会员`到`历史`), 以方便触屏设备快速预览信息.被删除的链接可从各预览中的`查看更多`进入.
### 播放器

View File

@ -13,7 +13,7 @@
</div>
<div class="gui-settings-content">
<ul>
<category icon="video">视频与直播</category>
<category icon="video">视频</category>
<dropdown indent="0" key="defaultPlayerMode" dependencies=""></dropdown>
<checkbox indent="0" key="useDefaultVideoQuality" dependencies=""></checkbox>
<dropdown indent="1" key="defaultVideoQuality" dependencies="useDefaultVideoQuality"></dropdown>
@ -59,7 +59,7 @@
<checkbox indent="0" key="fullTweetsTitle" dependencies=""></checkbox>
<!-- <checkbox indent="0" key="comboLike" dependencies=""></checkbox>
<checkbox indent="1" key="doubleCoins" dependencies="comboLike"></checkbox> -->
<category icon="touch">触摸优化</category>
<category icon="touch">触摸</category>
<checkbox indent="0" key="touchNavBar" dependencies=""></checkbox>
<checkbox indent="0" key="touchVideoPlayer" dependencies=""></checkbox>
<checkbox indent="1" key="touchVideoPlayerAnimation" dependencies="touchVideoPlayer"></checkbox>

View File