🐞 fix: 修复锅巴设置导致无法限制上传大小的问题

This commit is contained in:
zhiyu1998 2024-08-05 19:43:14 +08:00
parent f727fe7b59
commit 5679b93f83

View File

@ -101,13 +101,13 @@ export function supportGuoba() {
},
{
field: "tools.biliDuration",
label: "哔哩哔哩的视频最大限制时长",
label: "视频最大时长限制",
bottomHelpMessage:
"超过时长无法解析,保护服务器性能",
"超过时长无法解析(单位:秒),保护服务器性能计算公式8分钟 x 60秒 = 480秒",
component: "InputNumber",
required: false,
componentProps: {
placeholder: "请输入哔哩哔哩的视频最大限制时长(默认15分钟)",
placeholder: "请输入哔哩哔哩的视频最大限制时长(默认8分钟)",
},
},
{