feat(admin,player,api): 优胜冠军通用管理与界面精简
管理端新增冠军盘列表/编辑、展开懒加载与 ECharts 修复;各列表页去掉重复标题。玩家端支持多赛事冠军盘、分批加载与语言切换刷新。API 扩展 outright CRUD 与列表性能优化。 Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -79,6 +79,13 @@ const i18n = createI18n({
|
||||
stake_max: '全部',
|
||||
placing: '提交中…',
|
||||
no_outright: '暂无冠军盘口',
|
||||
no_outright_hint: '请使用玩家账号登录;若仍无数据,请联系管理员在后台发布优胜冠军赛事',
|
||||
outright_events_summary: '共 {events} 个冠军赛事 · {teams} 支队伍',
|
||||
outright_teams_count: '{n} 支队伍',
|
||||
outright_load_failed: '冠军盘加载失败,请检查网络或稍后重试',
|
||||
outright_player_only: '请使用玩家账号登录后查看',
|
||||
outright_shown_count: '已显示 {shown} / {total} 队',
|
||||
outright_load_more: '加载更多',
|
||||
cancel: '取消',
|
||||
parlay_title: '串关投注',
|
||||
parlay_guide_title: '串关怎么投?',
|
||||
@@ -263,6 +270,13 @@ const i18n = createI18n({
|
||||
stake_max: 'Max',
|
||||
placing: 'Placing…',
|
||||
no_outright: 'No outright markets',
|
||||
no_outright_hint: 'Sign in as a player. If empty, ask admin to publish outright events.',
|
||||
outright_events_summary: '{events} outright events · {teams} teams',
|
||||
outright_teams_count: '{n} teams',
|
||||
outright_load_failed: 'Failed to load outright markets',
|
||||
outright_player_only: 'Player login required',
|
||||
outright_shown_count: '{shown} / {total} teams shown',
|
||||
outright_load_more: 'Load more',
|
||||
cancel: 'Cancel',
|
||||
parlay_title: 'Parlay',
|
||||
parlay_guide_title: 'How to parlay',
|
||||
@@ -453,6 +467,13 @@ const i18n = createI18n({
|
||||
stake_max: 'Maks',
|
||||
placing: 'Memproses…',
|
||||
no_outright: 'Tiada pasaran juara',
|
||||
no_outright_hint: 'Log masuk sebagai pemain. Jika kosong, minta admin terbitkan acara juara.',
|
||||
outright_events_summary: '{events} acara juara · {teams} pasukan',
|
||||
outright_teams_count: '{n} pasukan',
|
||||
outright_load_failed: 'Gagal memuatkan pasaran juara',
|
||||
outright_player_only: 'Log masuk pemain diperlukan',
|
||||
outright_shown_count: '{shown} / {total} pasukan dipaparkan',
|
||||
outright_load_more: 'Muat lagi',
|
||||
cancel: 'Batal',
|
||||
parlay_title: 'Pertaruhan Berganda',
|
||||
parlay_guide_title: 'Cara parlay',
|
||||
|
||||
Reference in New Issue
Block a user