feat: refine operations UI and transport limits

This commit is contained in:
hectorzhao
2026-08-13 10:42:59 +08:00
parent fb02cbcf39
commit 67fee21616
34 changed files with 314 additions and 188 deletions
+1
View File
@@ -178,6 +178,7 @@ export type RechargeOrder = {
payMethod?: string | null;
paidAt?: string | null;
operatorId?: string | null;
operatorName?: string | null;
remark?: string | null;
balanceAfterCents?: number | null;
createdAt: string;