💳 feat(TopUp): unify payment cards, add header stats, brand icons, and mobile refinements [[memory:5659506]]
- Add RightStatsCard and place it in RechargeCard header
- Shows current balance, historical spend, and request count
- Mobile: stacks under title; three metrics split equally (flex-1); vertical dividers hidden on small screens
- Remove extra margins; small card styling
- RechargeCard
- Replace redeem code Input icon with Semi UI IconGift
- Style “Payable amount” number in red and bold; keep same style in confirm modal
- Always render payment methods as Cards (remove Button variant) with adaptive grid
- Use brand color icons: SiAlipay (#1677FF), SiWechat (#07C160), SiStripe (#635BFF)
- Replace Stripe icon with SiStripe
- Integrate RightStatsCard props; adjust header to flex-col on mobile and flex-row on desktop
- Hide Banner close button when online top-up is disabled (closeIcon={null})
- InvitationCard
- Simplify to match RechargeCard’s minimalist slate style
- Use Card title for “Rewards” and place content directly in body
- Improve link input and copy button; use Badge dots for bullet points
- TopUp index
- Remove separate right-column stats card; pass userState and renderQuota to RechargeCard
- Cleanup
- Lint passes; no functional changes to APIs or business logic
This commit is contained in:
@@ -853,8 +853,15 @@
|
||||
"支付宝": "Alipay",
|
||||
"待使用收益": "Proceeds to be used",
|
||||
"邀请人数": "Number of people invited",
|
||||
"可随时划转到账户余额": "Can be transferred to the account balance at any time",
|
||||
"成功邀请": "Successfully invited",
|
||||
"累计获得": "Accumulated",
|
||||
"兑换码充值": "Redemption code recharge",
|
||||
"使用兑换码快速充值": "Use redemption code to quickly recharge",
|
||||
"奖励说明": "Reward description",
|
||||
"人": "",
|
||||
"选择支付方式": "Select payment method",
|
||||
"账户充值": "Account recharge",
|
||||
"多种充值方式,安全便捷": "Multiple recharge methods, safe and convenient",
|
||||
"支付方式": "Payment method",
|
||||
"邀请奖励": "Invite reward",
|
||||
"或输入自定义金额": "Or enter a custom amount",
|
||||
@@ -937,7 +944,7 @@
|
||||
"不是合法的 JSON 字符串": "Not a valid JSON string",
|
||||
"个人中心": "Personal center",
|
||||
"代理商": "Agent",
|
||||
"钱包": "Wallet",
|
||||
"钱包管理": "Wallet",
|
||||
"备注": "Remark",
|
||||
"工作台": "Workbench",
|
||||
"已复制:": "Copied:",
|
||||
@@ -1218,7 +1225,6 @@
|
||||
"充值数量": "Recharge quantity",
|
||||
"实付金额": "Actual payment amount",
|
||||
"是否确认充值?": "Confirm recharge?",
|
||||
"我的钱包": "My wallet",
|
||||
"默认聊天页面链接": "Default chat page link",
|
||||
"聊天页面 2 链接": "Chat page 2 link",
|
||||
"失败重试次数": "Failed retry times",
|
||||
|
||||
Reference in New Issue
Block a user