feat: 架构升级 + 设计升级(node:sqlite 迁移 / P0 安全修复 / 游客通道 / SSE stream-ticket / 墨蓝主题 / ResultView 拆分 / 全站无障碍)+ RainID 接线整合

This commit is contained in:
2026-08-12 02:52:12 +08:00
parent 0b0144877e
commit ed6bc69ca3
82 changed files with 1974 additions and 2007 deletions
+2 -2
View File
@@ -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}>