From 0afaca65cec23ca2684157aebb75ec61abff1453 Mon Sep 17 00:00:00 2001 From: zhiyu1998 <542716863@qq.com> Date: Wed, 3 Apr 2024 10:17:26 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=88=20pref:=20V1.6.6=20=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E7=BB=86=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/tools.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/tools.js b/apps/tools.js index 4fbe2a2..f73bb99 100644 --- a/apps/tools.js +++ b/apps/tools.js @@ -493,7 +493,7 @@ export class tools extends plugin { const isLimitDuration = curDuration > this.biliDuration; if (isLimitDuration) { const durationInMinutes = (curDuration / 60).toFixed(0); - e.reply(`当前视频(${ videoId })时长为 ${ durationInMinutes },大于管理员设置的时长 ${ this.biliDuration / 60 }`); + e.reply(`当前视频(${ videoId })时长为 ${ durationInMinutes } 分钟,大于管理员设置的时长 ${ this.biliDuration / 60 } 分钟`); return true; } // 获取关键信息