mirror of
https://github.com/Jerryplusy/rc-plugin.git
synced 2025-10-14 16:19:18 +00:00
🐞 fix: 修复锅巴设置导致无法限制上传大小的问题
This commit is contained in:
parent
f727fe7b59
commit
5679b93f83
@ -101,13 +101,13 @@ export function supportGuoba() {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
field: "tools.biliDuration",
|
field: "tools.biliDuration",
|
||||||
label: "哔哩哔哩的视频最大限制时长",
|
label: "视频最大时长限制",
|
||||||
bottomHelpMessage:
|
bottomHelpMessage:
|
||||||
"超过时长无法解析,保护服务器性能",
|
"超过时长无法解析(单位:秒),保护服务器性能,计算公式:8分钟 x 60秒 = 480秒",
|
||||||
component: "InputNumber",
|
component: "InputNumber",
|
||||||
required: false,
|
required: false,
|
||||||
componentProps: {
|
componentProps: {
|
||||||
placeholder: "请输入哔哩哔哩的视频最大限制时长(默认15分钟)",
|
placeholder: "请输入哔哩哔哩的视频最大限制时长(默认8分钟)",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user