mirror of
https://github.com/woodchen-ink/nezha-dash-v1.git
synced 2025-07-18 09:31:55 +08:00
feat: Add quarterly abbr (#33)
* feat: Add quarterly abbr * chore: auto-fix linting and formatting issues --------- Co-authored-by: yorunning <25226871+yorunning@users.noreply.github.com>
This commit is contained in:
parent
24f5095051
commit
57256fcc3a
@ -72,6 +72,8 @@ export function getDaysBetweenDatesWithAutoRenewal({ autoRenewal, cycle, startDa
|
||||
months = 12
|
||||
break
|
||||
case "季":
|
||||
case "q":
|
||||
case "qr":
|
||||
case "quarterly":
|
||||
cycleLabel = "季"
|
||||
months = 3
|
||||
|
Loading…
x
Reference in New Issue
Block a user