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,14 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 750 280" fill="none">
<defs>
<linearGradient id="bg3" x1="750" y1="0" x2="0" y2="280" gradientUnits="userSpaceOnUse">
<stop stop-color="#141414"/>
<stop offset="1" stop-color="#000"/>
</linearGradient>
</defs>
<rect width="750" height="280" fill="url(#bg3)"/>
<circle cx="600" cy="140" r="90" fill="#D4AF37" opacity="0.08"/>
<text x="40" y="95" font-family="Arial, sans-serif" font-size="36" font-weight="800" fill="#D4AF37">热门赛事</text>
<text x="40" y="150" font-family="Arial, sans-serif" font-size="24" font-weight="700" fill="#FFFFFF">五大联赛 · 天天有球</text>
<text x="40" y="195" font-family="Arial, sans-serif" font-size="18" fill="#8E8E93">独赢 · 让球 · 大小 · 串关</text>
<rect x="40" y="215" width="120" height="4" fill="#D4AF37" rx="2"/>
</svg>

After

Width:  |  Height:  |  Size: 873 B

18
uploads/banners/promo.svg Normal file
View File

@@ -0,0 +1,18 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 750 280" fill="none">
<defs>
<linearGradient id="bg2" x1="0" y1="0" x2="750" y2="280" gradientUnits="userSpaceOnUse">
<stop stop-color="#0A0A0A"/>
<stop offset="0.5" stop-color="#1A1208"/>
<stop offset="1" stop-color="#000"/>
</linearGradient>
<linearGradient id="gold2" x1="0" y1="0" x2="1" y2="0">
<stop stop-color="#F0D875"/>
<stop offset="1" stop-color="#D4AF37"/>
</linearGradient>
</defs>
<rect width="750" height="280" fill="url(#bg2)"/>
<rect x="520" y="40" width="180" height="180" rx="90" stroke="#D4AF37" stroke-width="3" opacity="0.25"/>
<text x="40" y="100" font-family="Arial, sans-serif" font-size="38" font-weight="800" fill="url(#gold2)">首存礼遇</text>
<text x="40" y="155" font-family="Arial, sans-serif" font-size="22" fill="#F5F5F7">新会员专属 · 限时开放</text>
<text x="40" y="200" font-family="Arial, sans-serif" font-size="18" fill="#8E8E93">立即登录参与热门赛事</text>
</svg>

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@@ -0,0 +1,19 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 750 280" fill="none">
<defs>
<linearGradient id="bg" x1="0" y1="0" x2="750" y2="280" gradientUnits="userSpaceOnUse">
<stop stop-color="#1A1A1A"/>
<stop offset="0.5" stop-color="#252015"/>
<stop offset="1" stop-color="#000000"/>
</linearGradient>
<linearGradient id="gold" x1="0" y1="0" x2="1" y2="1">
<stop stop-color="#E8C96A"/>
<stop offset="1" stop-color="#D4AF37"/>
</linearGradient>
</defs>
<rect width="750" height="280" fill="url(#bg)"/>
<circle cx="620" cy="80" r="120" fill="#D4AF37" opacity="0.06"/>
<circle cx="680" cy="200" r="80" fill="#D4AF37" opacity="0.08"/>
<text x="40" y="110" font-family="Arial, sans-serif" font-size="42" font-weight="800" fill="url(#gold)">TheBet365</text>
<text x="40" y="160" font-family="Arial, sans-serif" font-size="22" fill="#8E8E93">足球赛事火热进行中</text>
<rect x="40" y="190" width="140" height="4" fill="#D4AF37" opacity="0.5" rx="2"/>
</svg>

After

Width:  |  Height:  |  Size: 1018 B

View File

0
uploads/teams/.gitkeep Normal file
View File