Appearance
歌曲时长(秒)转换为播放器显示的 00:00 格式
00:00
import { formatSeconds } from '@kanjianmusic/fn'; const duration = 120; formatSeconds(duration) // '02:00'