diff --git a/bun.lockb b/bun.lockb index c64d421..d4480dc 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/src/lib/utils.ts b/src/lib/utils.ts index 16bff0c..59248a7 100644 --- a/src/lib/utils.ts +++ b/src/lib/utils.ts @@ -72,6 +72,8 @@ export function getDaysBetweenDatesWithAutoRenewal({ autoRenewal, cycle, startDa months = 12 break case "季": + case "q": + case "qr": case "quarterly": cycleLabel = "季" months = 3