feat(admin,player,api): 优胜冠军通用管理与界面精简

管理端新增冠军盘列表/编辑、展开懒加载与 ECharts 修复;各列表页去掉重复标题。玩家端支持多赛事冠军盘、分批加载与语言切换刷新。API 扩展 outright CRUD 与列表性能优化。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-04 09:17:01 +08:00
parent 9b63d67e7c
commit 27580b2479
39 changed files with 2250 additions and 578 deletions

View File

@@ -33,7 +33,7 @@ const zh: Record<string, string> = {
'nav.users': '玩家管理',
'nav.agents': '代理管理',
'nav.matches': '赛事管理',
'nav.outright': '世界杯夺冠',
'nav.outrights': '优胜冠军',
'nav.bets': '注单管理',
'nav.cashback': '返水管理',
'nav.audit': '操作日志',
@@ -51,6 +51,8 @@ const zh: Record<string, string> = {
'common.search': '查询',
'common.reset': '重置',
'common.edit': '编辑',
'common.yes': '是',
'common.no': '否',
'common.delete': '删除',
'common.cancel': '取消',
'common.confirm': '确定',
@@ -182,7 +184,7 @@ const en: Record<string, string> = {
'nav.users': 'Players',
'nav.agents': 'Agents',
'nav.matches': 'Matches',
'nav.outright': 'WC Winner',
'nav.outrights': 'Outrights',
'nav.bets': 'Bets',
'nav.cashback': 'Cashback',
'nav.audit': 'Audit Log',
@@ -200,6 +202,8 @@ const en: Record<string, string> = {
'common.search': 'Search',
'common.reset': 'Reset',
'common.edit': 'Edit',
'common.yes': 'Yes',
'common.no': 'No',
'common.delete': 'Delete',
'common.cancel': 'Cancel',
'common.confirm': 'OK',
@@ -331,7 +335,7 @@ const ms: Record<string, string> = {
'nav.users': 'Pemain',
'nav.agents': 'Ejen',
'nav.matches': 'Perlawanan',
'nav.outright': 'Juara Piala Dunia',
'nav.outrights': 'Juara',
'nav.bets': 'Pertaruhan',
'nav.cashback': 'Rebat',
'nav.audit': 'Log audit',
@@ -349,6 +353,8 @@ const ms: Record<string, string> = {
'common.search': 'Cari',
'common.reset': 'Set semula',
'common.edit': 'Edit',
'common.yes': 'Ya',
'common.no': 'Tidak',
'common.delete': 'Padam',
'common.cancel': 'Batal',
'common.confirm': 'OK',