登录

{{ loginError }}

通用分流管理系统

🕒 当前时间:{{ formattedTime }}

创建新活码

我的活码列表

{{ code.name }} (短链: {{ code.domain }}/r/{{ code.random_code }}) 策略: {{ code.strategy === 'weighted' ? '权重' : '平均' }}

管理目标(自定义链接)

  • {{ target.identifier }} ({{ target.note }}) 权重: {{ target.weight || 1 }} {{ target.is_active === 1 ? '启用' : '暂停' }} 点击数: {{ target.hit_count }}
    📈 今日进粉: {{ target.todayFollowers || 0 }} 📊 累计进粉: {{ target.totalFollowers || 0 }} 近7日趋势: {{ d.date }}: {{ d.count }}

📊 点击统计

总点击数: {{ code.stats ? code.stats.total : 0 }}

目标链接 备注 权重 总点击数 筛选后点击数 状态
{{ t.identifier }} {{ t.note || '-' }} {{ t.weight || 1 }} {{ t.hit_count }} {{ t.filtered_hits || 0 }} {{ t.is_active === 1 ? '✅ 启用' : '⛔ 暂停' }}