fix(quota): translate Codex window labels at render time

This commit is contained in:
LTbinglingfeng
2026-01-02 00:41:35 +08:00
parent 7ce97a616f
commit 079f37ec93
2 changed files with 10 additions and 6 deletions

View File

@@ -37,6 +37,7 @@ export interface GeminiCliQuotaState {
export interface CodexQuotaWindow {
id: string;
label: string;
labelKey?: string;
usedPercent: number | null;
resetLabel: string;
}