mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
1 line
No EOL
133 B
Text
1 line
No EOL
133 B
Text
function duration(o){return o<60?o.toFixed(o<10?2:1)+"s":(o=Math.round(o),Math.floor(o/60)+"m"+("0"+Math.floor(o%60)).slice(-2)+"s")} |