feat: 新增 ZenMux Token Plan 供应商,支持手动凭证与 USD 额度富展示 (#2709)

* feat(Token plan): 增加 ZenMux 支持

* chore: format code with prettier

* chore: format code with cargo fmt

---------

Co-authored-by: 明桓 <jihaodong.jhd@oceanbase.com>
Co-authored-by: Jason <farion1231@gmail.com>
This commit is contained in:
Eter
2026-06-03 14:45:49 +08:00
committed by GitHub
parent 43ae1e5f2c
commit c1dff06625
11 changed files with 438 additions and 17 deletions
+3
View File
@@ -8,6 +8,9 @@ export interface QuotaTier {
name: string;
utilization: number; // 0-100
resetsAt: string | null;
usedValueUsd?: number | null;
maxValueUsd?: number | null;
planLabel?: string | null;
}
export interface ExtraUsage {