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:
Yorun 2025-02-28 23:53:42 +08:00 committed by GitHub
parent 24f5095051
commit 57256fcc3a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

BIN
bun.lockb

Binary file not shown.

View File

@ -72,6 +72,8 @@ export function getDaysBetweenDatesWithAutoRenewal({ autoRenewal, cycle, startDa
months = 12
break
case "季":
case "q":
case "qr":
case "quarterly":
cycleLabel = "季"
months = 3