Skip to content

Commit

Permalink
fix: 解决网站反向代理缓存时间选择年报错的问题 (#2873)
Browse files Browse the repository at this point in the history
Refs #2866
  • Loading branch information
zhengkunwang223 authored Nov 10, 2023
1 parent f605007 commit 21f9e4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/global/mimetype.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,5 +120,5 @@ export const Units = [
{ label: i18n.global.t('commons.units.day'), value: 'd' },
{ label: i18n.global.t('commons.units.week'), value: 'w' },
{ label: i18n.global.t('commons.units.month'), value: 'M' },
{ label: i18n.global.t('commons.units.year'), value: 'Y' },
{ label: i18n.global.t('commons.units.year'), value: 'y' },
];

0 comments on commit 21f9e4f

Please sign in to comment.