feat: 增加本地测评档案与长期追踪

This commit is contained in:
2026-06-23 00:21:07 +02:00
parent fdfbfa063f
commit c8d5a918cf
19 changed files with 1509 additions and 14 deletions
+5
View File
@@ -0,0 +1,5 @@
import { RecordsDashboard } from '@/components/records/RecordsDashboard';
export default function RecordsPage() {
return <RecordsDashboard />;
}