feat: 优化注单与钱包流水分页加载体验

- 注单列表与钱包流水支持 10 条分页、滚动触底自动加载和手动加载更多
- 新增钱包流水无更多数据提示与分页末页计算工具
- 精简钱包首页快捷入口与页面标题眉标展示
- 将下注表格草稿合计文案调整为投注金额并同步多语言翻译
This commit is contained in:
2026-05-15 16:52:25 +08:00
parent 7472a61db0
commit 01baf9c18b
10 changed files with 187 additions and 65 deletions

View File

@@ -22,7 +22,6 @@ type PlayerPanelProps = {
export function PlayerPanel({
title,
subtitle,
eyebrow,
children,
backHref = "/hall",
backLabel,
@@ -49,11 +48,6 @@ export function PlayerPanel({
{resolvedBackLabel}
</Link>
<div className="min-w-0 flex-1 text-center">
{eyebrow ? (
<p className="truncate text-[10px] font-bold uppercase text-[#f10b32]">
{eyebrow}
</p>
) : null}
<h1 className="truncate text-lg font-black tracking-normal text-[#0b3f96]">
{title}
</h1>