订阅页面

This commit is contained in:
jxxghp
2023-06-27 12:57:08 +08:00
parent 81d0181ec2
commit 0c28a24099
5 changed files with 146 additions and 4 deletions
+2
View File
@@ -46,3 +46,5 @@ export const formatDateToMonthShort = (value: string, toTimeForCurrentDay = true
}
export const prefixWithPlus = (value: number) => value > 0 ? `+${value}` : value
export const formatSeason = (value: string) => value ? `S${value.padStart(2, '0')}` : ''