feat(首页): 添加代理状态功能模块
- 新增代理状态卡片,展示代理用户信息和统计数据 - 实现代理数据的获取和格式化显示 - 添加用户代理次数、错误次数等统计信息 - 优化页面布局和样式,提升用户体验
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user