{
  "title": "龙虾供应链配送系统管理后台性能与路由拆包验收包",
  "updatedAt": "2026-04-27 09:24",
  "summary": {
    "total": 6,
    "p0": 3,
    "p1": 3,
    "status": "READY_FOR_ADMIN_PERFORMANCE_UAT"
  },
  "cases": [
    {
      "id": "APA-001",
      "priority": "P0",
      "module": "路由拆包",
      "title": "后台核心页面按路由生成独立 chunk",
      "entry": "https://xia.shenliu.cc/xia-admin/",
      "expected": "构建产物包含 DashboardPage、FeedbackWorkbenchPage、ProductionReadinessPage、ModulePage、FinanceWorkbenchPage 等独立页面 chunk。"
    },
    {
      "id": "APA-002",
      "priority": "P0",
      "module": "首屏加载",
      "title": "登录与壳层不直接打包所有业务页面",
      "entry": "https://xia.shenliu.cc/xia-admin/#/login",
      "expected": "后台入口存在 index 主包和 LoginPage chunk，业务页面由路由访问时懒加载。"
    },
    {
      "id": "APA-003",
      "priority": "P0",
      "module": "客户演示",
      "title": "后台页面显示性能验收入口",
      "entry": "https://xia.shenliu.cc/xia-admin/#/dashboard",
      "expected": "后台顶部显示“性能验收包”入口，客户可直接打开本验收包核对构建证据。"
    },
    {
      "id": "APA-004",
      "priority": "P1",
      "module": "大模块隔离",
      "title": "生产化、表格、通用模块拆分为可缓存 chunk",
      "entry": "https://xia.shenliu.cc/xia-admin/",
      "expected": "构建产物包含 ProductionReadinessPage、table、row、modal 等可缓存模块，避免所有逻辑进入单一主包。"
    },
    {
      "id": "APA-005",
      "priority": "P1",
      "module": "构建证据",
      "title": "发布 bundle-report.json 供客户核对",
      "entry": "https://xia.shenliu.cc/xia-admin-performance-acceptance/bundle-report.json",
      "expected": "bundle-report.json 展示 chunk 总数、JS/CSS 数量、最大 chunk、路由 chunk 清单和构建结论。"
    },
    {
      "id": "APA-006",
      "priority": "P1",
      "module": "自动巡检",
      "title": "smoke 校验后台性能验收包与构建资产",
      "entry": "https://xia.shenliu.cc/xia-admin-performance-acceptance/",
      "expected": "smoke 校验公网页面、JSON、CSV、后台资产里的性能验收包入口和关键 chunk 名称。"
    }
  ],
  "bundleReport": "https://xia.shenliu.cc/xia-admin-performance-acceptance/bundle-report.json"
}
