{{ pageTitle }}
{{ api.method }}
{{ api.name }}
{{ api.is_public ? '公开' : '需Key' }} 已停用{{ api.description || '暂无描述' }}
{{ api.path }}
{{ formatCount(api.count) }} 次
暂无 API 数据
友链申请 {{ linkApplications.length }} 条 待审核 {{ linkApplications.filter(a => a.status === 'pending').length }} 条 已审核 {{ linkApplications.filter(a => a.status !== 'pending').length }} 条
{{ app.description }}
{{ appPage }} / {{ Math.ceil(linkApplications.length / 2) }}
暂无友链申请
{{ link.name }}
{{ link.url }}{{ link.description || '暂无描述' }}
暂无友链
调用概览
{{ formatCount(stats.today) }}
{{ stats.today - stats.yesterday >= 0 ? '↑' : '↓' }} {{ Math.abs(stats.today - stats.yesterday) }} 次
{{ formatCount(stats.yesterday) }}
{{ formatCount(stats.total) }}
{{ stats.apiCount }}
{{ stats.linkCount }}
{{ stats.userCount }}
近7日趋势
今日调用排行 TOP 10
暂无数据
{{ idx + 1 }}
{{ item.name }}
{{ item.path || '无路径' }}
{{ formatCount(item.today) }}
{{ item.delta >= 0 ? '↑' : '↓' }} {{ Math.abs(item.delta) }} ({{ item.growth }}%)
网站公告
{{ u.username }}
{{ u.email }}
API Key
{{ u.api_key }}
调用额度
{{ u.quota === null ? '无限' : `${Math.max(0, u.quota - u.used)}/${u.quota}` }}
注册时间
{{ u.created_at?.substring(0, 10) || '-' }}
暂无用户