| 项目名称 | 描述 | Project ID | API Key (Secret) | 创建时间 |
|---|---|---|---|---|
| {{ p.name }} | {{ p.description }} | {{ p.project_id }} | {{ p.api_key }} | {{ formatDate(p.created_at) }} |
| 暂无项目,请创建 | ||||
唯一标识符,用于 API 调用,不可重复。
总注册设备数
{{ devices.length }}
总活跃天数
{{ userStats.total_days }} 天
累计在线时长
{{ userStats.total_hours }} 小时
平均每日时长
{{ userStats.total_days ? (userStats.total_hours / userStats.total_days).toFixed(1) : 0 }} 小时
| 时间 | 事件名 | 模块 | 详情数据 |
|---|---|---|---|
| {{ formatDate(log.event_time) }} | {{ log.event_name }} | {{ log.from_module }} | 点击查看详情 |
| 暂无日志数据 | |||
事件名称
{{ selectedLog.event_name }}
发生时间
{{ formatDate(selectedLog.event_time) }}
事件类型
{{ selectedLog.event_type }}
来源模块
{{ selectedLog.from_module }}
会话 ID
{{ selectedLog.session_id }}
软件版本
{{ selectedLog.software_version }}
详细数据 (JSON)
{{ formatJson(selectedLog.event_data) }}