feat(player): 统一移动端主题样式并优化多页面视觉一致性
将玩家端组件与核心页面全面切换为统一主题变量,优化卡片、按钮、弹窗、列表和盘口相关模块的视觉表现,并补充多语言文案以匹配新的交互与布局风格。 Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -266,8 +266,21 @@ export default {
|
||||
tab_outright: 'Outright',
|
||||
tab_today: 'Today',
|
||||
tab_early: 'Early',
|
||||
filter_time: 'Match Time',
|
||||
show_open_only: 'Open only',
|
||||
filter: 'Filter',
|
||||
filter_status: 'Status',
|
||||
filter_leagues: 'Leagues',
|
||||
filter_status_all: 'All',
|
||||
filter_status_open: 'Open',
|
||||
filter_status_settled: 'Settled',
|
||||
filter_leagues_all: 'All Leagues',
|
||||
filter_reset: 'Reset',
|
||||
filter_apply: 'Apply',
|
||||
show_all_matches: 'Show all',
|
||||
status_open: 'Upcoming',
|
||||
status_live: 'Live',
|
||||
match_unit: 'matches',
|
||||
today: 'Today',
|
||||
loading: 'Loading…',
|
||||
no_matches: 'No matches',
|
||||
|
||||
Reference in New Issue
Block a user