feat(admin+api): 列表页子路由重构、结算历史与充值截图清理

赛事/代理管理从表格展开改为子路由详情页;结算页增加预览弹窗与历史记录;媒体库支持截图存储统计与自动/手动清理;Player 端充值截图压缩为 WebP 300KB。
This commit is contained in:
2026-06-22 12:28:25 +08:00
parent 499522f3fb
commit 648c314e23
38 changed files with 3298 additions and 1147 deletions

View File

@@ -69,6 +69,7 @@ declare module 'vue' {
InviteHistoryPanel: typeof import('./src/components/InviteHistoryPanel.vue')['default']
InviteManageDialog: typeof import('./src/components/InviteManageDialog.vue')['default']
LeagueArchiveDialog: typeof import('./src/components/LeagueArchiveDialog.vue')['default']
LeagueRowActions: typeof import('./src/components/LeagueRowActions.vue')['default']
LogoUrlField: typeof import('./src/components/LogoUrlField.vue')['default']
MatchArchiveDialog: typeof import('./src/components/MatchArchiveDialog.vue')['default']
MatchesSubNav: typeof import('./src/components/MatchesSubNav.vue')['default']