mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
78 lines
3.0 KiB
YAML
78 lines
3.0 KiB
YAML
name: Bug 反馈
|
|
description: 功能运行不正常 / 失效
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
默认您已阅读 [Issues 须知](https://github.com/the1812/Bilibili-Evolved/blob/preview/doc/issue-rules.md)
|
|
发之前记得看下[置顶问题 (Pinned issues)](https://github.com/the1812/Bilibili-Evolved/issues) (如果有的话), 以及[常见问题解答](https://github.com/the1812/Bilibili-Evolved/discussions/1301)
|
|
- type: textarea
|
|
id: feature
|
|
attributes:
|
|
label: 对应功能
|
|
description: |
|
|
(指本脚本的某项具体功能, 不是指 b 站的) 可以在设置中尝试开启 / 关闭某项功能来排查. 最好能附上功能的 Commit 值 (在设置里功能选项的底部).
|
|
<img src="https://user-images.githubusercontent.com/26504152/152666017-8a5acabc-2ad1-47ef-b0a2-cd5c54c867ab.jpg" width="400">
|
|
请注意: 以下功能已不再维护 (不再修复 bug 和添加新功能), 但是你仍然可以为其提供 Pull Request.
|
|
- 直播间自动抽奖
|
|
- 默认播放器模式
|
|
- 播放器置顶
|
|
- 播放器定位
|
|
placeholder: 请输入
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: 问题描述
|
|
description: 如何重现此问题, 在哪个页面里出现这个问题, 比如视频相关的可以提供一下 av / BV 号
|
|
placeholder: 请输入
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: script-version
|
|
attributes:
|
|
label: 脚本版本
|
|
description: 可在设置面板的关于弹窗中找到脚本版本信息
|
|
placeholder: 请输入
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: browser-version
|
|
attributes:
|
|
label: 浏览器版本
|
|
description: 可在浏览器的关于页面中找到浏览器版本信息
|
|
placeholder: 请输入
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: player-version
|
|
attributes:
|
|
label: 播放器版本
|
|
description: 在 b 站播放器上右键可以看到播放器版本号, 反馈播放器相关问题请务必提供
|
|
placeholder: 请输入
|
|
- type: dropdown
|
|
id: player-codec
|
|
attributes:
|
|
label: 播放策略
|
|
description: 在 b 站播放器设置 - 更多播放设置 里可以看到播放策略
|
|
options:
|
|
- 默认
|
|
- AV1
|
|
- HEVC
|
|
- AVC
|
|
- type: textarea
|
|
id: logs
|
|
attributes:
|
|
label: 错误信息
|
|
description: 脚本直接报告的错误信息, 或者浏览器开发者工具 (F12 或 Ctrl+Shift+I 召唤) 里 Console / 控制台 一栏的输出, 在过滤里填入 `-/^DevTools/ -jinkela -[Report -BY_CLIENT`, 剩下的信息就可以粘贴过来. <br><img width="400" src="https://user-images.githubusercontent.com/26504152/145991238-c3f3bc87-6cda-4192-afd1-c25843afe0db.png">
|
|
render: shell
|
|
placeholder: 请输入
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: screenshots
|
|
attributes:
|
|
label: 附加截图
|
|
placeholder: 可在此粘贴图片
|