Tinder管理系统

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

账户列表

已选择 {{ selectedAccounts.length }} 个账户
类型 用户ID 国家 IP地址 创建时间 操作
老号 新号 {{ account.user_id || account.phone_number || 'N/A' }} {{ account.country_info?.name || 'N/A' }} ({{ account.country_info?.code || 'N/A' }}) {{ account.ip_address || account.raw?.['IP地址'] || 'N/A' }} {{ account.created_at }}
暂无账户数据

系统配置

配置未加载
请检查:
1. 配置文件是否存在:py/配置.ini
2. 查看浏览器控制台(F12)是否有错误信息
3. 点击"重新加载"按钮重试
配置分组 {{ Object.keys(config).length }}
配置项总数 {{ getTotalConfigCount() }}
已修改 {{ hasConfigChanges ? '是' : '否' }}
{{ getSectionIcon(sectionName) }}

{{ sectionName }}

({{ Object.keys(section).length }} 项)
{{ expandedSections[sectionName] ? '▼' : '▶' }}
{{ getConfigDescription(sectionName, key) }}
当前值: {{ config[sectionName][key] }}
🔍
未找到匹配的配置项

任务列表

已选择 {{ selectedTasks.length }} 个任务
{{ taskStats.remaining || 0 }}
剩余任务数
{{ taskStats.completed || 0 }}
已完成
{{ taskStats.failed || 0 }}
失败
📈
{{ taskStats.success_rate || 0 }}%
成功率
🕐
{{ taskStats.recent_24h || 0 }}
24小时内
{{ task.id.length > 30 ? task.id.substring(0, 30) + '...' : task.id }}
{{ Math.max(0, Math.min(100, task.progress || 0)) }}%
等待执行中...
{{ task.message || '等待执行...' }}
创建: {{ formatDateTime(task.created_at) }} 开始: {{ formatDateTime(task.started_at) }} ✓ 完成: {{ formatDateTime(task.completed_at) }} ✗ 失败: {{ formatDateTime(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) }}

任务管理

{{ systemStatus.max_threads || 'N/A' }}