mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-09-26 22:49:14 +08:00
Update README
This commit is contained in:
parent
fcaba15eda
commit
849a91e73f
30
README.md
30
README.md
@ -21,22 +21,27 @@
|
||||
[❤ 捐助](doc/donate.md)
|
||||
|
||||
# 安装
|
||||
需要浏览器拥有 [Tampermonkey](https://tampermonkey.net/) 插件, 点击下方表格中的链接安装.
|
||||
需要浏览器装有 [Tampermonkey](https://tampermonkey.net/) 或 [Violentmonkey](https://violentmonkey.github.io/) 插件, 下方表格中挑一个链接安装.
|
||||
|
||||
**注意事项**
|
||||
- 做好觉悟, 脚本开启后不能使用弹幕点赞和举报, 全景视频不能用鼠标拖拽视角(只能用键盘操作), 对性能也有较大影响.
|
||||
- 新版本一旦正式发布, 就不再对旧版本做任何技术支持.
|
||||
- 使用外部网站的链接时(如将下载任务发送到自己的服务器 / 使用链接安装组件等)可能会提示"脚本试图访问跨域资源", 请选择"始终允许".
|
||||
- 可能无法很好地适应窄屏幕, 请尽量以 1400px 以上的视图宽度使用此脚本.
|
||||
- 可能无法很好地适应窄屏幕, 请尽量以 1400 x 800 以上的逻辑分辨率使用此脚本.
|
||||
|
||||
| | 更新延迟 | 正式版 | 预览版 |
|
||||
| -------- | -------- | ------ | -------------------------------------------------------------------------------------------------------- |
|
||||
| jsDelivr | 24h | 未发布 | [安装](https://cdn.jsdelivr.net/gh/the1812/Bilibili-Evolved@preview/dist/bilibili-evolved.preview.user.js) |
|
||||
| GitHub | <1h | 未发布 | [安装](https://raw.githubusercontent.com/the1812/Bilibili-Evolved/preview/dist/bilibili-evolved.preview.user.js) |
|
||||
| jsDelivr | 24h | [安装](https://cdn.jsdelivr.net/gh/the1812/Bilibili-Evolved@master/dist/bilibili-evolved.user.js) | [安装](https://cdn.jsdelivr.net/gh/the1812/Bilibili-Evolved@preview/dist/bilibili-evolved.preview.user.js) |
|
||||
| GitHub | <1h | [安装](https://raw.githubusercontent.com/the1812/Bilibili-Evolved/master/dist/bilibili-evolved.user.js) | [安装](https://raw.githubusercontent.com/the1812/Bilibili-Evolved/preview/dist/bilibili-evolved.preview.user.js) |
|
||||
|
||||
# 设置
|
||||
脚本启用后, 在网页左侧中央会有功能面板和设置面板的入口. 功能面板中包含适用于当前页面的一些功能入口, 设置面板中可以管理组件的开启/关闭, 修改组件选项, 以及安装/卸载组件和插件等.
|
||||
|
||||

|
||||
|
||||
|
||||
<img alt="settings-panel" src="images/v2/settings-panel.jpg" width="600">
|
||||
|
||||
全新安装的脚本实际上没有任何功能, 你可以通过多种方式添加功能:
|
||||
|
||||
打开设置面板, 进入左下的组件/插件/样式管理, 会有批量, 浏览, 和在线三个按钮, 以及下面还有个输入框可以用链接添加.
|
||||
@ -44,15 +49,21 @@
|
||||
- `浏览`: 载入本地的功能文件.
|
||||
- `在线`: 打开在线仓库窗口.
|
||||
|
||||
<img alt="manage-panel" src="images/v2/manage-panel.jpg" width="400">
|
||||
|
||||
> 用链接安装需要对应文件的直链, GitHub Raw 或 jsDelivr 都可以. 批量安装时逐行粘贴链接即可.
|
||||
|
||||
如果你曾经使用过 v1 版, 可以利用 `v1 设置迁移` 组件将旧设置导入到 v2 中, 该工具将自动把里面开启的设置对应的组件下载并安装, 使用方法可以参考[这个文档](./doc/v1-migrate.md).
|
||||
|
||||
最后, 在关于面板中, 可以查看脚本的详细版本号, 以及进行设置导入 / 导出等快捷操作.
|
||||
|
||||
<img alt="about-panel" src="images/v2/about-panel.jpg" width="450">
|
||||
|
||||
# 推荐配置
|
||||
- 操作系统: 64-bit Windows 10+ / macOS 10.15+
|
||||
- 分辨率: 2K+ / 192ppi
|
||||
- 浏览器: Chrome 84+ / Firefox 80+ / Edge 84+ / Safari 14.1+
|
||||
- 处理器: Intel Core i7 / AMD Ryzen 5
|
||||
- 处理器: 8代 Intel Core i7+ / Zen 3 架构 AMD Ryzen 5+
|
||||
- 内存: 8GB
|
||||
- 脚本管理器: Tampermonkey 4.14 / Violentmonkey 2.13
|
||||
- 显卡: GeForce GTX 660 / Radeon HD 7870
|
||||
@ -65,18 +76,23 @@
|
||||
### [Tampermonkey](https://tampermonkey.net/) / [Violentmonkey](https://violentmonkey.github.io/)
|
||||
兼容, 但在较旧的浏览器中 Violentmonkey 可能无法运行此脚本.
|
||||
|
||||
> Tampermonkey 版本不能是 4.14.6147 / 6148
|
||||
|
||||
### [Greasemonkey](https://www.greasespot.net/)
|
||||
不兼容.
|
||||
|
||||
### [AdGuard](https://adguard.com/zh_cn/adguard-windows/overview.html)
|
||||
需要 7.5.3 版以上, 部分兼容, 加载模式需要设为 `延迟`.
|
||||
未测试.
|
||||
|
||||
## 浏览器
|
||||
|
||||
支持**最新版** Chrome, Edge (Chromium 内核), Firefox, 不保证脚本能在["套壳类浏览器"](https://www.jianshu.com/p/67d790a8f221)或者较长时间没更新的浏览器中完美运行.
|
||||
|
||||
# 开发者
|
||||
TODO (之前那个 contributors badge 抽风了)
|
||||
|
||||
<a href="https://github.com/the1812/Bilibili-Evolved/graphs/contributors">
|
||||
<img src="https://contrib.rocks/image?repo=the1812/Bilibili-Evolved" />
|
||||
</a>
|
||||
|
||||
## 文案翻译贡献者
|
||||
- [PleiadeSubaru](https://github.com/Etherrrr)
|
||||
|
BIN
images/v2/about-panel.jpg
Normal file
BIN
images/v2/about-panel.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 114 KiB |
BIN
images/v2/manage-panel.jpg
Normal file
BIN
images/v2/manage-panel.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 129 KiB |
BIN
images/v2/settings-panel.jpg
Normal file
BIN
images/v2/settings-panel.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 238 KiB |
BIN
images/v2/side-panel.jpg
Normal file
BIN
images/v2/side-panel.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 568 KiB |
Loading…
Reference in New Issue
Block a user