sync(theme-3): 同步 main 最新 API/Admin 与玩家端逻辑

从 main 同步站内信手动发送、媒体库选择、列表子路由重构等 API/Admin 改动;玩家端仅合并 ADMIN_CUSTOM 富文本、消息预览与充值截图压缩逻辑,保留 theme-3 样式。
This commit is contained in:
2026-06-22 14:11:47 +08:00
parent f92c5e8a59
commit d8e08aaed0
50 changed files with 4653 additions and 1186 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']