{
  "name": "人机协作剧本生成器",
  "short_name": "剧本生成器",
  "description": "智能人机协作剧本生成工具，支持 Wizard 和 Turbo 两种模式",
  "version": "1.0.0",
  "author": "AI Lab",
  "language": "zh-CN",
  "timezone": "Asia/Shanghai",
  "created": "2026-03-30",
  
  "pages": {
    "home": {
      "path": "/",
      "title": "首页",
      "description": "模式选择、场景选择、任务描述、参数配置"
    },
    "wizard": {
      "path": "/wizard",
      "title": "Wizard 流程",
      "description": "4 步分步流程：任务分解→人机匹配→断点识别→异常处理"
    },
    "turbo": {
      "path": "/turbo",
      "title": "Turbo 加载",
      "description": "一键生成进度展示"
    },
    "script": {
      "path": "/script",
      "title": "剧本展示",
      "description": "效率看板、剧本内容、导出功能"
    },
    "feedback": {
      "path": "/feedback",
      "title": "反馈",
      "description": "用户反馈表单"
    },
    "history": {
      "path": "/history",
      "title": "历史记录",
      "description": "搜索、筛选、历史记录列表"
    },
    "historyDetail": {
      "path": "/history-detail",
      "title": "历史详情",
      "description": "历史记录详情查看、导出"
    }
  },

  "features": {
    "modes": ["wizard", "turbo"],
    "scenarios": ["customer-service", "sales", "training", "interview"],
    "configOptions": {
      "length": ["short", "medium", "long"],
      "complexity": ["simple", "normal", "complex"],
      "tone": ["professional", "friendly", "casual"],
      "aiInvolvement": ["low", "medium", "high"]
    },
    "exportFormats": ["markdown", "pdf", "clipboard"],
    "interactions": ["toast", "loading", "celebration", "rating"]
  },

  "techStack": {
    "type": "SPA",
    "routing": "hash-based",
    "styling": "CSS3 with CSS Variables",
    "javascript": "ES6+",
    "responsive": true,
    "pwa": false
  },

  "files": [
    "index.html",
    "css/styles.css",
    "js/app.js",
    "js/router.js",
    "js/mock-data.js",
    "js/interactions.js",
    "README.md",
    "manifest.json"
  ],

  "stats": {
    "totalPages": 7,
    "mainFlowPages": 5,
    "historyPages": 2,
    "scenarios": 4,
    "mockScripts": 3,
    "interactions": 15
  }
}
