feat(player): PC端投注/资金详情弹窗化 + 详情页布局优化 - 新增 DesktopBetDetailModal / DesktopTxDetailModal 弹窗组件,列表点击弹窗展示详情 - 优化 PC 端注单详情、钱包交易详情、个人资料页的布局(双列网格、加宽 max-width) - 添加相关 i18n 三语翻译 key - DesktopMyBetsView / DesktopWalletView 列表项点击改为打开弹窗而非跳转页面
This commit is contained in:
@@ -313,6 +313,9 @@ export default {
|
||||
recharge_btn: 'Deposit',
|
||||
recharge_history: 'Deposit history',
|
||||
cashbacks_tab: 'Cashback',
|
||||
detail_info: 'Details',
|
||||
frozen_before: 'Frozen before',
|
||||
frozen_after: 'Frozen after',
|
||||
},
|
||||
recharge: {
|
||||
title: 'Recharge',
|
||||
@@ -601,6 +604,9 @@ export default {
|
||||
placed_at: 'Placed at',
|
||||
detail_title: 'Bet details',
|
||||
selections: 'Selections',
|
||||
summary: 'Bet summary',
|
||||
legs_count: 'Legs',
|
||||
back_to_list: 'Back to bet list',
|
||||
},
|
||||
profile: {
|
||||
edit: 'Edit Profile',
|
||||
@@ -656,5 +662,15 @@ export default {
|
||||
rules_p3: 'Results use admin-entered half-time and full-time scores; payouts apply after settlement preview is confirmed.',
|
||||
rules_p4: 'If this text conflicts with site notices, the latest notice and market rules prevail.',
|
||||
rules_p5: 'How to bet: open any match, tap the ? icon on the top right.',
|
||||
qnav_bets_desc: 'View bet history',
|
||||
qnav_wallet_desc: 'Wallet transactions',
|
||||
qnav_cashback_desc: 'Cashback records',
|
||||
qnav_recharge_desc: 'Deposit funds',
|
||||
qnav_announcements_desc: 'View announcements',
|
||||
qnav_edit_desc: 'Edit your profile',
|
||||
security_tips: 'Security tips',
|
||||
tip_1: 'Change your password regularly to keep your account secure',
|
||||
tip_2: 'Never share your password with anyone',
|
||||
tip_3: 'Contact customer service if you need help',
|
||||
},
|
||||
} as const;
|
||||
|
||||
Reference in New Issue
Block a user