{{ Math.round((Math.min(account.metric.dailyRequests, 100_000) / 100_000) * 100) }}% ({{ account.metric === null ? '未知' : account.metric.dailyRequests.toLocaleString('en-US') }}/{{ (100_000).toLocaleString('en-US') }})
{{ item.clientIP }}
{{ item.count > 1000 ? (item.count / 1000).toFixed(2) + 'k' : item.count }}