feat(admin): 从已有玩家升级代理、修复 i18n 与过期 .js 冲突

- 新建一级代理改为选择已有玩家;新建用户可选一级代理

- 操作日志/注单等扁平 key 翻译;清理 src 内误生成 .js,Vite 优先解析 .ts

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-03 15:42:15 +08:00
parent cbfa18d1d3
commit 3b739982a1
27 changed files with 625 additions and 165 deletions

View File

@@ -142,11 +142,14 @@ html, body, #app {
.admin-list-page .table-wrap {
flex: 1;
min-height: 0;
overflow: hidden;
overflow: auto;
}
.admin-list-page .table-wrap .el-table {
height: 100% !important;
}
.admin-list-page .table-wrap .el-table th.el-table__cell .cell {
white-space: nowrap;
}
.admin-list-page .pager {
flex-shrink: 0;
display: flex;