mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-17 05:38:04 +00:00
chrore: 更新依赖
This commit is contained in:
parent
24af937e70
commit
d3089b8940
4 changed files with 184 additions and 238 deletions
|
|
@ -79,7 +79,7 @@ export function formatDuration(
|
|||
return hours !== '0'
|
||||
? `${hours}:${mins.padStart(2, '0')}:${seconds}`
|
||||
: `${mins}:${seconds}`
|
||||
} else if (format === 'hh[hr] mm[min]') {
|
||||
} else {
|
||||
const units = {
|
||||
en: {
|
||||
hours: 'hr',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue