{{ pageTitle }}

{{ stats.systems }}
训练系统
{{ stats.users }}
用户总数
{{ stats.records }}
训练记录
{{ stats.today }}
今日训练

🎯 八大训练系统

{{ system.icon }}{{ system.name }}
{{ child.icon }}{{ child.name }}

系统列表

{{ system.icon }} {{ system.name }}
{{ child.icon }} {{ child.name }}

课程列表

{{ courses.length }}
总课程数
{{ courses.filter(c => c.type === 'free').length }}
免费课程
{{ courses.filter(c => c.type === 'vip').length }}
VIP 课程
{{ courses.filter(c => c.type === 'paid').length }}
付费课程
{{ course.type === 'free' ? '🆓 免费' : (course.type === 'vip' ? '💎 VIP' : '💰 付费') }}
{{ course.icon }}
{{ course.title }}
{{ course.description }}
👥 {{ course.students }}人已学 ⏱️ {{ course.duration }}分钟

案例列表

{{ cases.length }}
总案例数
{{ cases.filter(c => c.status === 'published').length }}
已发布
{{ cases.filter(c => c.status === 'pending').length }}
待审核
{{ cases.reduce((sum, c) => sum + c.views, 0) }}
总浏览量
ID案例标题上传用户类型浏览量状态上传时间操作
{{ item.id }} {{ item.title }} {{ item.username }} {{ item.category }} {{ item.views }} {{ item.status === 'published' ? '✅ 已发布' : (item.status === 'pending' ? '⏳ 待审核' : '❌ 已拒绝') }} {{ item.created_at }}

用户列表

ID用户名角色手机邮箱状态操作
{{ user.id }} {{ user.username }} {{ user.role }} {{ user.phone || '-' }} {{ user.email || '-' }} {{ user.is_active ? '✅ 正常' : '❌ 禁用' }}

训练历史

ID用户 ID系统 ID得分时长 (秒)完成时间
{{ record.id }} {{ record.user_id }} {{ record.system_id }} {{ record.score }} {{ record.duration }} {{ record.completed_at }}

人群分类

{{ crowd.icon }} {{ crowd.name }}
{{ crowd.description }}
{{ crowd.age_range }}

设备列表

{{ devices.length }}
总设备数
{{ devices.filter(d => d.is_connected).length }}
已连接
{{ devices.filter(d => !d.is_connected).length }}
未连接
{{ device.icon }}
{{ device.name }}
{{ device.is_connected ? '🟢 已连接' : '🔴 未连接' }}
设备类型{{ device.type }}
序列号{{ device.serial_number }}
支持训练{{ device.supported_trainings }}

课堂列表

{{ classroom.icon }}
{{ classroom.name }}
{{ classroom.target_audience }}
{{ classroom.description }}
{{ training }}

会员等级配置

{{ level.icon }}
{{ level.name }}
¥{{ level.price }}/{{ level.period }}
✓ {{ feature }}

👥 用户会员状态

用户 ID用户名会员等级开通时间到期时间状态
{{ user.id }} {{ user.username }} {{ user.level }} {{ user.start_date }} {{ user.end_date }} {{ user.status === 'active' ? '✅ 有效' : '❌ 过期' }}

消息通知

{{ notifications.length }}
总消息数
{{ notifications.filter(n => n.read).length }}
已读
{{ notifications.filter(n => !n.read).length }}
未读
{{ notif.icon }}
{{ notif.title }}
{{ notif.time }}
{{ notif.message }}

🔒 下载与版权保护

{{ downloadLogs.length }}
总下载数
{{ downloadLogs.filter(l => l.status === 'success').length }}
成功下载
{{ downloadLogs.filter(l => l.is_suspicious).length }}
可疑下载
{{ blockedUsers.length }}
被封禁用户

⚠️ 违规下载告警

⚠️
发现 {{ suspiciousCount }} 个可疑下载行为
这些用户短时间内大量下载资料,可能存在违规行为

📥 下载日志

时间用户会员等级下载内容文件大小IP 地址状态风险等级
{{ log.time }} {{ log.username }} {{ log.level }} {{ log.file }} {{ log.size }} {{ log.ip }} {{ log.status === 'success' ? '✅ 成功' : '❌ 失败' }} ⚠️ 可疑 ✅ 正常

🚫 被封禁用户列表

用户 ID用户名封禁原因封禁时间解封时间操作
{{ user.id }} {{ user.username }} {{ user.reason }} {{ user.banned_at }} {{ user.unban_at || '永久' }}

🔗 网页跳转管理

{{ links.length }}
总链接数
{{ links.filter(l => l.status === 'active').length }}
启用中
{{ links.filter(l => l.status === 'disabled').length }}
已禁用
{{ links.reduce((sum, l) => sum + l.clicks, 0) }}
总点击量

📋 链接列表

ID链接名称目标 URL分类点击量创建时间状态操作
{{ link.id }}
{{ link.icon }} {{ link.name }}
🔗 查看跳转链接 {{ link.category }} {{ link.clicks }} {{ link.created_at }} {{ link.status === 'active' ? '✅ 启用' : '❌ 禁用' }}

📊 点击统计 TOP10

#{{ index + 1 }}
{{ link.icon }}
{{ link.name }}
{{ link.clicks }} 次点击
📈