{{ currentMenuMeta.label }}

当前标签 {{ openTabs.length }}
{{ getMenuMeta(tab).icon }} {{ getMenuMeta(tab).label }} ×
总用户数
{{ dashData.totalUsers }}
今日新增
{{ dashData.todayUsers }}
总充值
¥{{ formatNum(dashData.totalRecharge) }}
总提现
¥{{ formatNum(dashData.totalWithdraw) }}
今日充值
¥{{ formatNum(dashData.todayRecharge) }}
今日投注
¥{{ formatNum(dashData.todayBet) }}
待审核提现
{{ dashData.pendingWithdraw }}
今日输赢
¥{{ formatNum(dashData.todayProfit) }}
本月输赢
¥{{ formatNum(dashData.monthProfit) }}
总输赢
¥{{ formatNum(dashData.totalProfit) }}
ID用户名昵称余额总充值总提现VIP状态代理注册时间操作
{{ u.id }} {{ u.username }} {{ u.nickname || '-' }} ¥{{ u.balance?.toFixed(2) }} ¥{{ u.total_recharge?.toFixed(2) }} ¥{{ u.total_withdraw?.toFixed(2) }} VIP{{ u.vip_level }} {{ u.status === 1 ? '正常' : '禁用' }} {{ u.is_agent === 1 ? '代理' : '用户' }} {{ u.created_at }}
总充值金额
¥{{ formatNum(orderStats.totalRecharge) }}
总提现金额
¥{{ formatNum(orderStats.totalWithdraw) }}
充值订单数
{{ orderStats.rechargeCount }}
提现订单数
{{ orderStats.withdrawCount }}
ID订单号用户类型金额状态备注收款码时间操作
{{ o.id }} {{ o.order_no }} {{ o.username }} {{ o.type === 'recharge' ? '充值' : '提现' }} ¥{{ o.amount?.toFixed(2) }} {{ o.status === 1 ? '已完成' : o.status === -1 ? '已拒绝' : '待审核' }} {{ o.remark || '-' }} {{ getWithdrawBank(o) }} - {{ o.created_at?.replace('T', ' ').substring(0, 19) }}
暂无订单记录
喊话机器人 {{ collapseShout ? '▲' : '▼' }}
房间:
机器人头像
机器人名称
自动下注机器人 {{ collapseBet ? '▲' : '▼' }}
机器人列表
头像名称房间下注模式金额范围间隔(秒)状态操作
{{ r.name }} {{ formatBetRobotRoom(r.room) }} {{ r.bet_mode === 'random' ? '随机' : '固定' }} ¥{{ r.min_amount }} - ¥{{ r.max_amount }} {{ r.interval_sec }}秒 {{ r.status === 1 ? '启用' : '禁用' }}
暂无机器人
{{ room.name }}
{{ room.latest.n1 }} {{ room.latest.n2 }} {{ room.latest.n3 }} {{ room.latest.n4 }} {{ room.latest.n5 }} {{ room.latest.n6 }} {{ room.latest.n7 }}
{{ formatWaveText(room.latest.wave) }}
{{ room.latest.zodiac || '-' }}
{{ room.latest.n1 }}+ {{ room.latest.n2 }}+ {{ room.latest.n3 }}= {{ room.latest.sum_num }} {{ Number(room.latest.sum_num) >= 14 ? '大' : '小' }} {{ Number(room.latest.sum_num) % 2 === 0 ? '双' : '单' }}
最新期号{{ room.latest?.issue || room.latest?.nbr || room.latest?.period || '-' }}
已预设第 {{ room.reservation.period }} 期:{{ room.reservation.n1 }} + {{ room.reservation.n2 }} + {{ room.reservation.n3 }} = {{ room.reservation.sum }} {{ room.reservation.combination }}
最近开奖记录
期号 开奖号码 结果 时间
{{ item.issue || item.period }} {{ item.open_time || item.open_date || '-' }}
暂无历史记录
总投注金额
¥{{ formatNum(winLossStats.totalBet) }}
总中奖金额
¥{{ formatNum(winLossStats.totalWin) }}
总输赢
¥{{ formatNum(winLossStats.totalProfit) }}
投注人数
{{ winLossStats.userCount }}
日期投注金额中奖金额输赢注单数投注人数
{{ item.date }} ¥{{ formatNum(item.bet_amount) }} ¥{{ formatNum(item.win_amount) }} ¥{{ formatNum(item.profit) }} {{ item.bet_count }} {{ item.user_count }}
暂无数据
用户输赢明细 共 {{ winLossUserList.length }} 人
排名用户昵称投注金额中奖金额输赢注单数
{{ idx + 1 }} {{ u.username }} {{ u.nickname || '-' }} ¥{{ formatNum(u.bet_amount) }} ¥{{ formatNum(u.win_amount) }} ¥{{ formatNum(u.profit) }} {{ u.bet_count }}
暂无数据
总投注金额
¥{{ formatNum(gameStats.totalBet) }}
总中奖金额
¥{{ formatNum(gameStats.totalWin) }}
总输赢
¥{{ formatNum(gameStats.totalProfit) }}
投注人数
{{ gameStats.userCount }}
ID用户游戏投注中奖输赢结果时间
{{ g.id }} {{ g.username }} {{ g.game_name }} ¥{{ formatNum(g.bet_amount) }} ¥{{ formatNum(g.win_amount) }} ¥{{ formatNum(g.win_amount - g.bet_amount) }} {{ g.win_amount > g.bet_amount ? '盈利' : g.win_amount < g.bet_amount ? '亏损' : '保本' }} {{ g.created_at }}
暂无游戏记录
咨询用户
暂无咨询
{{ u.nickname || u.username }} UID:{{ u.uid }}
{{ u.last_msg_type === 'image' ? '[图片]' : u.last_msg }}
{{ u.last_time }}
请选择左侧用户查看聊天
{{ room.label }}
{{ activeOddsRoom().label }} 赔率设置 当前房间
{{ opt.name }} 赔率
玩法介绍
暂无房间赔率配置
{{ room.label }}
{{ activeLhOddsRoom().label }} 赔率设置 当前房间
{{ opt.name }} 赔率
赔率说明
暂无房间赔率配置

喊话机器人

机器人头像
名称:

自动下注机器人

头像名称房间金额间隔(秒)状态操作
{{ r.name }} {{ r.room }} 5元以上随机 {{ r.interval }} {{ r.enabled ? '启用' : '禁用' }}
暂无机器人
网站名称:
APP下载链接:
公告管理
{{ collapseNotices ? '▲' : '▼' }}
ID标题类型状态时间操作
{{ n.id }} {{ n.title }} {{ n.type }} {{ n.status === 1 ? '显示' : '隐藏' }} {{ n.created_at }}
横幅管理
{{ collapseBanners ? '▲' : '▼' }}
ID图片标题副标题链接排序状态操作
{{ b.id }} {{ b.title || '-' }} {{ b.subtitle || '-' }} {{ b.link || '-' }} {{ b.sort_order }} {{ b.status === 1 ? '显示' : '隐藏' }}
广播管理
{{ collapseBroadcasts ? '▲' : '▼' }}
ID广播文字排序状态时间操作
{{ b.id }} {{ b.text }} {{ b.sort_order }} {{ b.status === 1 ? '显示' : '隐藏' }} {{ b.created_at }}
通道1:支付宝收款配置
支付宝收款二维码
通道2:银行卡收款配置
银行卡名称:
银行卡号:
开户人姓名:
开户支行:
通道3:USDT配置
USDT收款地址:
USDT网络:
通道4:易支付配置
网关接口地址:
商户ID:
商户密钥:
佣金比例(%):
佣金计算方式:
结算周期:
结算间隔(秒):
每天结算时间:
每月结算日: