mirror of
https://github.com/Jerryplusy/rc-plugin.git
synced 2025-10-14 16:19:18 +00:00
🎈 pref: V1.6.6 优化细节
This commit is contained in:
parent
2b781a92e8
commit
0afaca65ce
@ -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;
|
||||
}
|
||||
// 获取关键信息
|
||||
|
Loading…
x
Reference in New Issue
Block a user