🔥 火种注册系统 - Web管理平台

📊
{{ stats.total || 0 }}
总账户数
{{ stats.recent_tasks || 0 }}
最近任务
🌍
{{ Object.keys(stats.by_country || {}).length }}
国家数量
💾
{{ formatBytes(stats.disk_free || 0) }}
可用空间

账户列表

手机号 国家 邮箱 创建时间 操作
{{ account.phone_number || 'N/A' }} {{ account.country_info?.name || 'N/A' }} ({{ account.country_info?.code || 'N/A' }}) {{ account.email || 'N/A' }} {{ account.created_at }}
暂无账户数据

系统配置

配置未加载
请检查:
1. 配置文件是否存在:py/配置.ini
2. 查看浏览器控制台(F12)是否有错误信息
3. 点击"重新加载"按钮重试

{{ sectionName }}

任务列表

已选择 {{ selectedTasks.length }} 个任务
📊
{{ taskStats.total || 0 }}
总任务数
{{ taskStats.completed || 0 }}
已完成
{{ taskStats.failed || 0 }}
失败
📈
{{ taskStats.success_rate || 0 }}%
成功率
⏱️
{{ formatDuration(taskStats.avg_duration || 0) }}
平均耗时
🕐
{{ taskStats.recent_24h || 0 }}
24小时内
{{ task.id }}
{{ getStatusText(task.status) }}
{{ task.progress || 0 }}%
{{ task.message || '等待执行...' }}
创建: {{ task.created_at }} | 开始: {{ task.started_at }} | 完成: {{ task.completed_at }} | 失败: {{ task.failed_at }}
暂无任务

系统信息

PHP环境

{{ systemStatus.php_version }}
{{ systemStatus.server_time }}
{{ formatBytes(systemStatus.disk_free) }} / {{ formatBytes(systemStatus.disk_total) }}
{{ formatBytes(systemStatus.memory_usage) }} / {{ formatBytes(systemStatus.memory_peak) }}

Python环境

{{ systemStatus.python.available ? '✓ 是' : '✗ 否' }}
{{ systemStatus.python.command }}
{{ systemStatus.python.version }}
{{ systemStatus.python.path }}
{{ systemStatus.python.script_exists ? '✓ 存在' : '✗ 不存在' }}
{{ systemStatus.python.script_path }}
• {{ path }}

依赖模块检查

{{ exists ? '✓' : '✗' }} {{ module }}