feat(player): 完善 H5 投注端与 API 演示数据
- 球赛/串关/优胜冠军、赛事详情、历史投注与个人资料编辑 - 固定顶栏、公告与底栏,仅内容区滚动 - 底部导航与站点 favicon 使用 logo,登录页精简 - API 种子、冠军盘与历史注单增强 Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
13
.gitignore
vendored
13
.gitignore
vendored
@@ -7,4 +7,17 @@ dist/
|
||||
coverage/
|
||||
.turbo/
|
||||
*.tsbuildinfo
|
||||
# 勿将 tsc 编译产物提交到 player/src(会导致 Vite 加载过期 .js)
|
||||
apps/player/src/**/*.js
|
||||
!apps/player/src/router/index.js
|
||||
!apps/player/src/utils/localeDisplay.js
|
||||
apps/api/prisma/migrations/*_migration_lock.toml
|
||||
|
||||
# 用户上传文件(保留目录结构与示例 Banner)
|
||||
uploads/**/*
|
||||
!uploads/banners/
|
||||
!uploads/banners/**
|
||||
!uploads/teams/
|
||||
!uploads/teams/.gitkeep
|
||||
!uploads/contents/
|
||||
!uploads/contents/.gitkeep
|
||||
|
||||
Reference in New Issue
Block a user