mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Update description (fix #3787)
This commit is contained in:
parent
baaba2399d
commit
2c3b01deca
1
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
1
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -72,7 +72,6 @@ body:
|
|||||||
label: 错误信息
|
label: 错误信息
|
||||||
description: |
|
description: |
|
||||||
脚本直接报告的错误信息, 或者浏览器开发者工具 (F12 或 Ctrl+Shift+I 召唤) 里 Console / 控制台 一栏的输出, 在过滤里填入 `bilibili evolved`, 剩下的信息就可以粘贴过来, 太长的话可以截图放下面. <br><img width="400" src="https://user-images.githubusercontent.com/26504152/173189611-f1e9e46a-a31d-4d21-a95a-5771e16372dd.png">
|
脚本直接报告的错误信息, 或者浏览器开发者工具 (F12 或 Ctrl+Shift+I 召唤) 里 Console / 控制台 一栏的输出, 在过滤里填入 `bilibili evolved`, 剩下的信息就可以粘贴过来, 太长的话可以截图放下面. <br><img width="400" src="https://user-images.githubusercontent.com/26504152/173189611-f1e9e46a-a31d-4d21-a95a-5771e16372dd.png">
|
||||||
如果是近期出问题, 并且其中包含 `couldn't load @require from URL 'https://cdn.jsdelivr.net/npm/lodash@4.17.21/lodash.min.js'`, 请看 [#3337](https://github.com/the1812/Bilibili-Evolved/issues/3337) 的解答
|
|
||||||
render: shell
|
render: shell
|
||||||
placeholder: 请输入
|
placeholder: 请输入
|
||||||
validations:
|
validations:
|
||||||
|
|||||||
@ -76,7 +76,8 @@ export const component = defineComponentMetadata({
|
|||||||
displayName: '屏蔽黑名单up主',
|
displayName: '屏蔽黑名单up主',
|
||||||
tags: [componentsTags.utils],
|
tags: [componentsTags.utils],
|
||||||
description: {
|
description: {
|
||||||
'zh-CN': '屏蔽黑名单up主, 根据up主的名称进行匹配,支持精确匹配和正则匹配',
|
'zh-CN':
|
||||||
|
'屏蔽黑名单up主, 根据up主的名称进行匹配,支持精确匹配和正则匹配. 请注意只能在首页中使用或调整设置.',
|
||||||
},
|
},
|
||||||
author: {
|
author: {
|
||||||
name: 'snowraincloud',
|
name: 'snowraincloud',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user