Update description (fix #3787)

This commit is contained in:
the1812 2022-11-06 16:14:39 +08:00
parent baaba2399d
commit 2c3b01deca
2 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ body:
attributes:
label: 对应功能
description: |
(指本脚本的某项具体功能, 不是指 b 站的) 可以在设置中尝试开启 / 关闭某项功能来排查. 最好能附上功能的 Commit 值 (在设置里功能选项的底部).
(指本脚本的某项具体功能, 不是指 b 站的) 可以在设置中尝试开启 / 关闭某项功能来排查. 最好能附上功能的 Commit 值 (在设置里功能选项的底部).
<img src="https://user-images.githubusercontent.com/26504152/152666017-8a5acabc-2ad1-47ef-b0a2-cd5c54c867ab.jpg" width="400">
请注意: 以下功能已不再维护 (不再修复 bug 和添加新功能), 但是你仍然可以为其提供 Pull Request.
- 直播间自动抽奖
@ -72,7 +72,6 @@ body:
label: 错误信息
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">
如果是近期出问题, 并且其中包含 `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
placeholder: 请输入
validations:

View File

@ -76,7 +76,8 @@ export const component = defineComponentMetadata({
displayName: '屏蔽黑名单up主',
tags: [componentsTags.utils],
description: {
'zh-CN': '屏蔽黑名单up主, 根据up主的名称进行匹配支持精确匹配和正则匹配',
'zh-CN':
'屏蔽黑名单up主, 根据up主的名称进行匹配支持精确匹配和正则匹配. 请注意只能在首页中使用或调整设置.',
},
author: {
name: 'snowraincloud',