From 5679b93f83b58633221d47b4a649d33f5fb9ec1a Mon Sep 17 00:00:00 2001 From: zhiyu1998 <542716863@qq.com> Date: Mon, 5 Aug 2024 19:43:14 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E9=94=85=E5=B7=B4=E8=AE=BE=E7=BD=AE=E5=AF=BC=E8=87=B4=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E9=99=90=E5=88=B6=E4=B8=8A=E4=BC=A0=E5=A4=A7=E5=B0=8F?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- guoba.support.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/guoba.support.js b/guoba.support.js index 58defcc..6141bf8 100644 --- a/guoba.support.js +++ b/guoba.support.js @@ -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分钟)", }, }, {