feat(player+api): 桌面端钱包/注单栏重构,首页快速下注与移动端体验优化
桌面端: - 新增 DesktopWalletPageHeader 统一钱包子导航,移除重复大标题 - 重构我的余额页布局(居中窄卡片 + 余额/统计/账户设置) - 新增 DesktopBetSlipRail 可折叠注单侧栏,优化 BetSlipPanel 交互 - 首页 upcoming 赛事卡片支持胜平负/让球/大小球快速下注 - 优化 DesktopShell 布局、3D 轮播、各账户/消息/充值页面样式 移动端: - 重构 MobileWalletView 钱包页 UI - 修复 MarketSelectionsPanel 下注区黑色背景问题 - 新增 PageBackButton 与 useSmartBack 智能返回逻辑 - 优化公告/消息/个人中心等详情页导航 API: - listUpcomingPublished 支持 includeMarkets,返回首页卡片所需核心玩法
This commit is contained in:
@@ -29,7 +29,7 @@ export default {
|
||||
total: '{total} total',
|
||||
per_page: '{size} / page',
|
||||
},
|
||||
nav: { home: 'Home', sports: 'Sports', football: 'Football', bet: 'Bet', bet_history: 'History', wallet: 'Transactions', account_hub: 'Bets & Wallet', profile: 'Profile', search: 'Search teams, leagues…', announcements: 'Announcements', sports_more_soon: 'More sports coming soon' },
|
||||
nav: { home: 'Home', sports: 'Sports', football: 'Football', bet: 'Bet', bet_history: 'History', wallet: 'Transactions', my_wallet: 'My Wallet', account_hub: 'Bets & Wallet', profile: 'Profile', search: 'Search teams, leagues…', announcements: 'Announcements', sports_more_soon: 'More sports coming soon' },
|
||||
home: {
|
||||
hot_matches: 'Hot matches',
|
||||
hot_tab: 'Hot',
|
||||
@@ -230,6 +230,7 @@ export default {
|
||||
},
|
||||
wallet: {
|
||||
balance: 'Balance',
|
||||
my_balance: 'My Balance',
|
||||
cash_balance: 'Cash Balance',
|
||||
card_holder: 'Cardholder',
|
||||
unsettled: 'Unsettled',
|
||||
@@ -266,6 +267,9 @@ export default {
|
||||
filter_bet: 'Bet',
|
||||
filter_cashback: 'Cashback',
|
||||
view_all: 'View all transactions',
|
||||
recent_title: 'Recent transactions',
|
||||
overview: 'Overview',
|
||||
all_records: 'All transactions',
|
||||
detail_summary: 'Details',
|
||||
detail_amount: 'Amount',
|
||||
detail_balance_before: 'Balance Before',
|
||||
@@ -397,7 +401,7 @@ export default {
|
||||
sport_coming_soon: 'Coming soon',
|
||||
tab_today: 'Today',
|
||||
tab_early: 'Early',
|
||||
filter_time: 'Time',
|
||||
filter_time: 'Filter',
|
||||
filter_league: 'Leagues',
|
||||
filter_market: 'Markets',
|
||||
time_all: 'All',
|
||||
|
||||
Reference in New Issue
Block a user