Cloudflare Workers 控制台
多用户配额与节点管理
总用户数
{{ Object.keys(users).length }}
累计使用流量
{{ formatBytes(totalUsedBytes) }}
自定节点数
{{ config.nodes ? config.nodes.length : 0 }}
直接修改数据后离焦将自动保存并弹出 Toast 提示
| 用户名 / 备注 | UUID | 流量配额 | 流量使用统计 | 过期时间 | 状态 | 操作 |
|---|---|---|---|---|---|---|
| {{ uuid.substring(0,8) }}...{{ uuid.substring(uuid.length-4) }} |
GB
|
{{ formatBytes(u.usedBytes || 0) }}
{{ u.quotaGB > 0 ? u.quotaGB + 'G' : '无限制' }}
|
updateExpireDate(uuid, e.target.value)" class="border border-slate-200 rounded-lg px-2 py-1 text-xs text-slate-600 focus:ring-2 focus:ring-blue-500 focus:outline-none"> | {{ getStatusText(u) }} |