feat: 添加提现和充值组件,优化相关数据处理和界面展示

This commit is contained in:
2025-12-22 23:13:42 +07:00
parent 9ca9b33dfd
commit 376434ec15
4 changed files with 169 additions and 2 deletions

View File

@@ -59,3 +59,7 @@ export type EmailVerifyClient = TreatyBody<typeof authClient.emailOtp.verifyEmai
export type UserDepositOrderData = Treaty.Data<typeof client.api.deposit.orders.get>["data"][number];
export type UserDepositOrderBody = TreatyQuery<typeof client.api.deposit.orders.get>;
export type UserWithdrawOrderData = Treaty.Data<typeof client.api.withdraw.get>["data"][number];
export type UserWithdrawOrderBody = TreatyQuery<typeof client.api.withdraw.get>;