feat(player): 完善 H5 投注端与 API 演示数据

- 球赛/串关/优胜冠军、赛事详情、历史投注与个人资料编辑
- 固定顶栏、公告与底栏,仅内容区滚动
- 底部导航与站点 favicon 使用 logo,登录页精简
- API 种子、冠军盘与历史注单增强

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-02 17:18:11 +08:00
parent 7af2e418c3
commit b5dca1bfb1
75 changed files with 7077 additions and 384 deletions

View File

@@ -0,0 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 120" fill="none" aria-hidden="true">
<circle cx="60" cy="60" r="48" stroke="#D4AF37" stroke-width="4" opacity="0.5"/>
<circle cx="60" cy="60" r="22" stroke="#F0D875" stroke-width="4"/>
<path d="M60 8 L68 32 L60 44 L52 32 Z" fill="#D4AF37"/>
<path d="M60 112 L68 88 L60 76 L52 88 Z" fill="#D4AF37"/>
<path d="M8 60 L32 52 L44 60 L32 68 Z" fill="#D4AF37"/>
<path d="M112 60 L88 68 L76 60 L88 52 Z" fill="#D4AF37"/>
</svg>

After

Width:  |  Height:  |  Size: 489 B