mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Update gui settings and tooltips
This commit is contained in:
parent
851450fc86
commit
835d145c9f
@ -91,6 +91,9 @@
|
||||
|
||||

|
||||
|
||||
### 自动定位到播放器
|
||||
进入视频/番剧页面时, 自动定位到播放器.
|
||||
|
||||
## 样式
|
||||
### 主题颜色
|
||||
设定顶栏(样式调整启用时)和夜间模式使用的主题色, 可以点击颜色预览的圆圈打开色板, 其中含有预定义的16种主题色, 也可以在右侧的文本框直接输入任何有效的16进制颜色值(`#rrggbb`或`#rgb`).
|
||||
|
||||
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
@ -35,6 +35,8 @@
|
||||
<checkbox indent="0" key="autoPlay" dependencies=""></checkbox>
|
||||
<checkbox indent="0" key="skipChargeList" dependencies=""></checkbox>
|
||||
<checkbox indent="0" key="framePlayback" dependencies=""></checkbox>
|
||||
<checkbox indent="0" key="playerFocus" dependencies=""></checkbox>
|
||||
<checkbox indent="0" key="playerFocusOffset" dependencies="playerFocus"></checkbox>
|
||||
<category icon="style">样式</category>
|
||||
<li class="indent-0">
|
||||
<label class="gui-settings-textbox-container">
|
||||
|
||||
@ -20,6 +20,8 @@ export const toolTips = {
|
||||
autoContinue: `播放视频时如果检测到历史记录信息(<span>上次看到...</span>消息), 则自动跳转到相应的时间播放.`,
|
||||
skipChargeList: `自动跳过视频结尾的充电鸣谢.`,
|
||||
framePlayback: `在播放器的时间右边增加两个按钮, 用于<span>较</span>精细调整视频时间. 支持键盘快捷键<span>Shift + 左/右方向键</span>. (旧版播放器只能用键盘快捷键, 不会显示按钮)`,
|
||||
playerFocus: `进入视频/番剧页面时, 自动定位到播放器.`,
|
||||
playerFocusOffset: `定位时的竖直偏移量, 单位为像素(px).`,
|
||||
customStyleColor: `设定顶栏(样式调整启用时)和夜间模式使用的主题色, 可以点击颜色预览的圆圈打开色板, 其中含有预定义的16种主题色, 也可以在右侧的文本框直接输入任何有效的16进制颜色值(<span>#rrggbb</span>或<span>#rgb</span>).`,
|
||||
useNewStyle: `<span>主要</span>会改变顶栏的样式, 并有一些其他地方的界面微调:
|
||||
- 为播放器增加主题色投影
|
||||
|
||||
Loading…
Reference in New Issue
Block a user