🟢 在线用户 ({{ onlineUserCount }})
{{ onlineUserCount }}
当前在线
{{ onlineUsers.length > 0 ? Math.max(...onlineUsers.map(u => u.remainingHours)) : 0 }}
最高剩余时长(小时)
{{ onlineUsers.length > 0 ? Math.floor(onlineUsers.reduce((sum, u) => sum + u.remainingHours, 0) / onlineUsers.length) : 0 }}
平均剩余时长(小时)
{{ scope.row.username }}
ID: {{ scope.row.userId }}
💻 {{ scope.row.computerName }}
{{ scope.row.ip }}
🔑 {{ scope.row.hardware_fingerprint ? scope.row.hardware_fingerprint.substring(0, 16) + '...' : '未绑定' }}
{{ scope.row.lastHeartbeat }}
🟢 {{ Math.floor(scope.row.onlineDuration / 60) > 0 ? Math.floor(scope.row.onlineDuration / 60) + '分钟前' : scope.row.onlineDuration + '秒前' }}
❄️ 冷却用户 ({{ cooldownUserCount }})
📊 数据概览
{{ stats.totalUsers }}
总用户数
{{ stats.activeUsers }}
活跃用户
{{ stats.unusedCards }}
未使用卡密
{{ stats.todayRecharge }}
今日充值
📈 系统状态
🔧 快速操作
👥 用户管理
📝
该用户暂无反馈记录
用户反馈:
{{ feedback.feedback_content }}
管理员回复:
{{ feedback.admin_reply }}
回复人: {{ feedback.admin_username }} | 回复时间: {{ formatDate(feedback.updated_at) }}
🎫 卡密管理
📝 批量生成卡密
📢 公告管理
✏️ 创建新公告
🔓 解绑申请管理
📝 用户日志管理
{{ user.username }}
ID: {{ user.id }}
📋 登录会话
共 {{ userSessions.length }} 个会话
已选 {{ selectedSessions.length }} 个
会话 {{ userSessions.length - index }}
进行中
🕐 {{ formatDateTime(session.start_time) }} ~ {{ session.end_time ? formatDateTime(session.end_time) : '进行中' }}
📊 {{ session.log_count }} 条日志
📄 会话日志
共 {{ userLogs.length }} 条
加载中...
📋
暂无日志数据
{{ index + 1 }}
[{{ formatFullDateTime(log.client_time || log.uploaded_at) }}]
[{{ log.log_type.toUpperCase() }}]
{{ log.content }}
📭
该用户暂无日志会话
用户登录客户端后会自动上传日志
🔍
请在上方搜索框选择要查看日志的用户
🔄 版本管理
📤 发布新版本
支持 .exe, .zip, .rar 格式,文件大小不超过100MB
📦
暂无版本记录
请发布第一个版本
🚨 紧急通知 - 安全警报
{{ securityStats.total || 0 }}
总警报数
{{ securityStats.new_count || 0 }}
未处理
{{ securityStats.critical_count || 0 }}
严重警报
{{ securityStats.high_count || 0 }}
高危警报
状态:
更新状态
{{ currentAlert.alert_message }}
CPU:
{{ currentAlert.cpu_info || 'N/A' }}
GPU:
{{ currentAlert.gpu_info || 'N/A' }}
主板:
{{ currentAlert.motherboard_info || 'N/A' }}
内存:
{{ currentAlert.memory_info || 'N/A' }}
磁盘:
{{ currentAlert.disk_info || 'N/A' }}
操作系统:
{{ currentAlert.os_info || 'N/A' }}
📦
{{ app.name }}
{{ app.publisher }}
· v{{ app.version }}
{{ app.installPath }}
🟢 QQ正在运行
🔴 QQ未运行
👤
{{ qq.nickname || '未知昵称' }}
QQ号: {{ qq.qq_number }}
数据大小: {{ qq.data_size_mb || 0 }} MB
● 当前登录
未检测到QQ账号
🟢 微信正在运行
🔴 微信未运行
💬
{{ wx.wechat_number }}
微信用户
微信ID: {{ wx.wechat_id }}
数据大小: {{ wx.data_size_mb || 0 }} MB
● 当前登录
未检测到微信账号
📝 管理员备注
📄 系统日志
{{ scope.row.details }}
{{ formatDetailKey(key) }}:
{{ formatDetailValue(value) }}
{{ scope.row.login_ip }}
📍 {{ scope.row.ip_location || '未知地区' }}
⚙️ 系统配置
SSL通常使用465端口,TLS通常使用587端口
QQ邮箱、163邮箱等通常需要启用SSL
⚠️ QQ邮箱需要在邮箱设置中开启SMTP服务并获取授权码
📧 发送邮件
{{ emailRecipients.length }} 个用户
选择收件人
{{ user.username }}
{{ user.email }}
{{ allEmailUsers.length === 0 ? '暂无用户数据' : '未找到匹配的用户' }}
总计: {{ scope.row.total_recipients }}
充值记录
暂无充值记录
最近登录记录
{{ scope.row.login_ip }}
📍 {{ scope.row.ip_location || '未知地区' }}
暂无登录记录
统计信息
{{ selectedUser.stats.recharge_count }}
总充值次数
{{ selectedUser.stats.total_recharged_hours }}
总充值时长(小时)