feat(i18n): 管理端与玩家端三语支持(中/英/马来语)

- 管理后台 adminT 文案库、结算与代理端页面、表单校验
- 玩家端 vue-i18n 补全首页/公告/串关与 ms 文案
- Element Plus ms 语言包与共享 locale 工具
This commit is contained in:
2026-06-03 15:05:36 +08:00
parent 80adc0e928
commit cbfa18d1d3
63 changed files with 3081 additions and 1038 deletions

View File

@@ -89,12 +89,14 @@ function close() {
display: flex;
align-items: center;
gap: 4px;
padding: 4px 6px 4px 6px;
height: 36px;
padding: 0 8px 0 8px;
min-width: 0;
cursor: pointer;
border: 1px solid var(--border);
border-radius: 6px;
background: #141414;
box-sizing: border-box;
}
.chip-body {
@@ -105,21 +107,21 @@ function close() {
}
.chip-label {
font-size: 9px;
font-size: 8px;
color: var(--text-muted);
font-weight: 600;
letter-spacing: 0.02em;
white-space: nowrap;
line-height: 1.2;
line-height: 1.15;
}
.chip-amount {
font-size: 12px;
font-size: 11px;
font-weight: 800;
color: var(--primary-light);
text-shadow: none;
white-space: nowrap;
line-height: 1.2;
line-height: 1.15;
}
.chevron {