feat: add student notification center

This commit is contained in:
Codex
2026-06-30 18:02:51 +08:00
parent 727e65b554
commit 400f9bfc72
14 changed files with 307 additions and 14 deletions

View File

@@ -28,6 +28,7 @@ export default function StudentHomePage() {
{ name: '分数线', path: '/pages/student/scoreline/index', meta: '院校趋势' },
{ name: 'AI择校', path: '/pages/student/ai-school/index', meta: 'SVIP报告' },
{ name: '资料', path: '/pages/student/assets/index', meta: 'PDF 预览' },
{ name: '消息', path: '/pages/student/notifications/index', meta: '通知 / 待办' },
{ name: '个人中心', path: '/pages/student/profile/index', meta: '会员 / 订单' },
];