feat(首页): 添加代理状态功能模块

- 新增代理状态卡片,展示代理用户信息和统计数据
- 实现代理数据的获取和格式化显示
- 添加用户代理次数、错误次数等统计信息
- 优化页面布局和样式,提升用户体验
This commit is contained in:
2025-08-15 19:57:04 +08:00
parent 32ddeef6f0
commit b3a15de00b
2 changed files with 251 additions and 23 deletions

View File

@@ -894,4 +894,12 @@ onMounted(() => {
justify-content: center;
align-items: center;
}
.empty-content-fancy h2 {
font-size: 26px;
font-weight: 700;
margin: 0 0 12px 0;
letter-spacing: 1px;
color: var(--ant-color-text);
}
</style>