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

@ -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',