feat(player): 合并 main 桌面快算能力并完善 theme-2 球赛/首页体验

- 恢复桌面首页焦点大卡布局、悬停下注、VS 高亮与注单动画,移除焦点卡背景图
- 对齐主分支快算弹层上下定位与卡片 engaged 状态;详情页补充 cancelClose/高亮
- 球赛/优胜冠军页恢复 MatchBetCard、冠军卡悬停快算与 OutrightBetModal
- 首页 hotMatches 接口返回 markets,修复卡片切换玩法误显暂无盘口
- 补充 i18n:bet.all、no_market_odds、quick_bet、outright_view_all 等;移除 Tab 表情符号
This commit is contained in:
2026-07-03 11:44:09 +08:00
parent 9daf919d88
commit 3908e5539d
15 changed files with 2231 additions and 722 deletions

View File

@@ -32,6 +32,9 @@ export default {
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',
section_featured: 'Featured',
section_upcoming: 'Upcoming',
sidebar_recommend: 'Recommended',
hot_tab: 'Hot',
upcoming_tab: 'Upcoming',
no_matches: 'No matches',
@@ -405,12 +408,14 @@ export default {
filter_league: 'Leagues',
filter_market: 'Markets',
time_all: 'All',
all: 'All',
time_today: 'Today',
time_early: 'Early',
market_all: 'All markets',
market_handicap_ou: 'Handicap / O-U',
correct_score: 'Correct score',
no_markets: 'No markets available',
no_market_odds: 'No odds available',
no_markets_filtered: 'No markets match the current filter',
popover_title: 'Confirm bet',
place_now: 'Bet now',
@@ -453,6 +458,9 @@ export default {
outright_load_more: 'Load more',
outright_settled: 'Settled',
outright_settled_hint: 'This event is settled. Odds and results are view-only.',
quick_bet: 'Quick bet',
popular_teams: 'Popular teams',
outright_view_all: 'View all teams',
cancel: 'Cancel',
parlay_max_legs: 'Parlay allows up to 5 legs',
parlay_block_outright: 'Outright cannot be parlayed',