基本信息
Bot 在线情况
{{ indexInfo.bot_connected === null ? '正在获取中...' : indexInfo.bot_connected ? '已连接' : '未连接' }}
消息总数
{{ indexInfo.message_count === null ? '正在获取中...' : indexInfo.message_count + ' 条' }}
当前在线玩家数量
{{ indexInfo.player_count === null ? '正在获取中...' : indexInfo.player_count + ' 人' }}
总玩家加入次数
{{ indexInfo.join_count === null ? '正在获取中...' : indexInfo.join_count + ' 人' }}
排行榜

一周在线时长排行榜

排名 玩家名称 在线时长(分钟)
{{ isLoading ? '正在加载...' : '暂无数据' }}
{{ index + 1 }} {{ player.playerName }} {{ player.minutes }}

消息数排行榜

排名 玩家名称 消息数
{{ isLoading ? '正在加载...' : '暂无数据' }}
{{ index + 1 }} {{ player.playerName }} {{ player.total }}
今日信息
今日消息总数
{{ indexInfo.today_message_count === null ? '正在获取中...' : indexInfo.today_message_count + ' 条' }}
今日玩家加入次数
{{ indexInfo.today_join_count === null ? '正在获取中...' : indexInfo.today_join_count + ' 人' }}
在线玩家列表

当前在线玩家

# 玩家名称
{{ isLoadingPlayers ? '正在加载...' : '暂无在线玩家' }}
{{ index + 1 }}
消息记录

消息列表

共 {{ messageTotal }} 条消息
ID 玩家名称 消息内容 时间
{{ isLoadingMessages ? '正在加载...' : '暂无消息记录' }}
{{ message.id }} {{ message.playerName }} {{ message.message }} {{ formatTime(message.time) }}
商店列表

商店

正在加载...
{{ shopName }}
{{ shopSearchQuery ? '未找到匹配的商店' : '暂无商店数据' }}

{{ selectedShop }} 坐标: {{ getCurrentShopPos() }}

# 物品名称 价格
正在加载商店信息...
{{ itemSearchQuery ? '未找到匹配的物品' : '该商店暂无' + (shopCategory === 'sell' ? '收购' : '出售') + '物品' }}
{{ index + 1 }} {{ item.name }} {{ item.price }}
请选择一个商店查看详情
服务器 IP 检测

DNS 解析结果

共 {{ pingData.length }} 个 DNS 服务器
# DNS 服务器 解析 IP 端口 延迟 (ms) 状态
正在检测服务器...
暂无数据
{{ index + 1 }} {{ item.dns }} {{ item.ip }} {{ item.port }} {{ item.ping }} {{ item.reachable ? '可达' : '不可达' }}