fix(quota): use i18n params for additional limits and keep primary/secondary mapping

This commit is contained in:
moxi
2026-02-13 19:52:38 +08:00
parent 0640edc9c9
commit 8a33f5ab55
2 changed files with 18 additions and 6 deletions

View File

@@ -185,6 +185,7 @@ export interface CodexQuotaWindow {
id: string;
label: string;
labelKey?: string;
labelParams?: Record<string, string | number>;
usedPercent: number | null;
resetLabel: string;
}