chrore: 更新依赖

This commit is contained in:
qier222 2022-04-15 00:34:36 +08:00
parent 24af937e70
commit d3089b8940
No known key found for this signature in database
GPG key ID: 9C85007ED905F14D
4 changed files with 184 additions and 238 deletions

View file

@ -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',