feat: 手动充值、邀请码注册与后台管理增强
新增玩家手动充值全流程(收款方式配置、充值下单/审核、钱包上分), 支持邀请码注册、邀请历史与专属返水率;完善后台代理/玩家管理与响应式操作栏, 并补充前台注册、充值页及多语言错误码。 Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -836,7 +836,7 @@ onMounted(() => {
|
||||
.leg-badge {
|
||||
margin-left: 4px;
|
||||
font-size: 10px;
|
||||
color: var(--green-text, #2fb56a);
|
||||
color: var(--gold-text, #dcc078);
|
||||
}
|
||||
|
||||
.bet-content-cell {
|
||||
@@ -922,7 +922,7 @@ onMounted(() => {
|
||||
.vs {
|
||||
font-size: 13px;
|
||||
font-weight: 700;
|
||||
color: var(--green-text, #2fb56a);
|
||||
color: var(--gold-text, #dcc078);
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
@@ -1062,7 +1062,7 @@ onMounted(() => {
|
||||
|
||||
.pstat-green {
|
||||
color: var(--green-glow);
|
||||
text-shadow: 0 0 20px rgba(47, 181, 106, 0.35);
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.pstat-orange {
|
||||
|
||||
Reference in New Issue
Block a user