mirror of
https://github.com/woodchen-ink/nezha-dash-v1.git
synced 2025-07-18 17:41:56 +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
|
months = 12
|
||||||
break
|
break
|
||||||
case "季":
|
case "季":
|
||||||
|
case "q":
|
||||||
|
case "qr":
|
||||||
case "quarterly":
|
case "quarterly":
|
||||||
cycleLabel = "季"
|
cycleLabel = "季"
|
||||||
months = 3
|
months = 3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user