feat: 架构升级 + 设计升级(node:sqlite 迁移 / P0 安全修复 / 游客通道 / SSE stream-ticket / 墨蓝主题 / ResultView 拆分 / 全站无障碍)+ RainID 接线整合
This commit is contained in:
@@ -33,13 +33,13 @@ const Dashboard: React.FC = () => {
|
||||
<Col xs={24} sm={8}>
|
||||
<Card style={{ borderRadius: 12 }}>
|
||||
<Statistic title="用户总数" value={stats.userCount || 0}
|
||||
prefix={<UserOutlined style={{ color: '#2563eb' }} />} />
|
||||
prefix={<UserOutlined style={{ color: '#1e3a5f' }} />} />
|
||||
</Card>
|
||||
</Col>
|
||||
<Col xs={24} sm={8}>
|
||||
<Card style={{ borderRadius: 12 }}>
|
||||
<Statistic title="量表数量" value={stats.scaleCount || 0}
|
||||
prefix={<ExperimentOutlined style={{ color: '#1d4ed8' }} />} />
|
||||
prefix={<ExperimentOutlined style={{ color: '#1e3a5f' }} />} />
|
||||
</Card>
|
||||
</Col>
|
||||
<Col xs={24} sm={8}>
|
||||
|
||||
Reference in New Issue
Block a user