{ "$schema": "https://raw.githubusercontent.com/ai/size-limit/main/schema.json", "name": "teacher-portal bundle size limits", "description": "P6 性能预算:Shell <150KB / Remote <80KB / CSS <50KB;路由 First Load JS 限额", "checks": [ { "name": "Shell (main bundle)", "path": ".next/static/chunks/main-*.js", "limit": "150 KB", "gzip": true }, { "name": "Remote entry", "path": ".next/static/chunks/remoteEntry-*.js", "limit": "80 KB", "gzip": true }, { "name": "CSS", "path": ".next/static/css/*.css", "limit": "50 KB", "gzip": true }, { "name": "Route / (首页)", "path": [ ".next/static/chunks/app/(app)/page-*.js", ".next/static/chunks/app/page-*.js" ], "limit": "90 KB", "gzip": true }, { "name": "Route /grades/analytics (成绩分析)", "path": ".next/static/chunks/app/(app)/grades/analytics/**/*.js", "limit": "130 KB", "gzip": true }, { "name": "Route /knowledge-graph (知识图谱)", "path": ".next/static/chunks/app/(app)/knowledge-graph/**/*.js", "limit": "120 KB", "gzip": true }, { "name": "Route /questions (题目管理)", "path": ".next/static/chunks/app/(app)/questions/**/*.js", "limit": "130 KB", "gzip": true }, { "name": "Route /lesson-plans/heatmap (热力图)", "path": ".next/static/chunks/app/(app)/lesson-plans/heatmap/**/*.js", "limit": "130 KB", "gzip": true }, { "name": "Route /grades (成绩查询)", "path": ".next/static/chunks/app/(app)/grades/page-*.js", "limit": "130 KB", "gzip": true }, { "name": "Route /settings (设置)", "path": ".next/static/chunks/app/(app)/settings/**/*.js", "limit": "130 KB", "gzip": true } ] }