feat(game): 添加手续费处理功能并优化提现界面

- 在 API 类型定义中添加 handling_fee 字段支持
- 更新提现组件中的快速金额卡片布局和样式
- 重构 QuickAmountCard 组件以显示金额、钻石和手续费信息
- 在预览区域添加手续费显示行
- 实现手续费计算逻辑和格式化函数
- 更新多语言文件中的手续费相关文本
- 修复提交按钮文本国际化引用路径错误
- 调整桌面和移动端提现界面的宽度和间距参数
This commit is contained in:
JiaJun
2026-07-10 17:28:18 +08:00
parent 2d88e4a204
commit 2c1a69dd9a
10 changed files with 148 additions and 36 deletions

View File

@@ -27,7 +27,7 @@ function DesktopWithdrawTopupModal() {
}
isNormalBg={true}
titleAlign="left"
className={'w-design-1200 h-design-700'}
className={'h-design-700 w-design-1320'}
>
<div className={'w-full h-[96%]'}>
{type === 'withdraw' ? <DesktopWithdraw /> : <DesktopTopup />}