feat(player): 新增长页面一键回到顶部按钮

- 在 MainLayout 主滚动区挂载浮动回顶按钮,投注列表与赛事详情等长页通用

- 滚动超过阈值后显示,支持平滑回顶与底部导航避让

- 补充中/英/马来语文案 common.back_to_top

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-16 10:07:09 +08:00
parent 2a8b8415e7
commit 06d85953ba
6 changed files with 123 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ export default {
no_more: 'No more',
load_failed: 'Failed to load',
retry: 'Retry',
back_to_top: 'Back to top',
},
nav: { home: 'Home', bet: 'Bet', bet_history: 'History', wallet: 'Wallet', profile: 'Profile' },
home: {

View File

@@ -7,6 +7,7 @@ export default {
no_more: 'Tiada lagi',
load_failed: 'Gagal dimuat',
retry: 'Cuba lagi',
back_to_top: 'Kembali ke atas',
},
nav: {
home: 'Laman Utama',

View File

@@ -7,6 +7,7 @@ export default {
no_more: '没有更多了',
load_failed: '加载失败',
retry: '重试',
back_to_top: '回到顶部',
},
nav: { home: '主页', bet: '投注', bet_history: '历史投注', wallet: '账单', profile: '我的' },
home: {