{
  "target": "wechat-miniprogram",
  "recommendedFormat": "HTML prototype for review, then WXML + WXSS + JSON for implementation",
  "viewport": { "width": 390, "height": 844, "ratio": "9:19.5" },
  "theme": {
    "primary": "#13b76a",
    "primarySoft": "#eafbf3",
    "info": "#2f6fff",
    "warning": "#f79009",
    "background": "#f7fbf9"
  },
  "pages": [
    { "id": "home", "name": "首页", "components": ["今日预约卡片", "线上预约入口", "线上取号入口", "扫码签到入口", "当前排队状态卡", "消息提醒"] },
    { "id": "reservation", "name": "预约表单", "components": ["网点选择", "日期选择", "时段选择", "业务字段", "联系人", "提交预约"] },
    { "id": "detail", "name": "预约详情", "components": ["预约状态", "网点信息", "业务信息", "提醒状态", "改时间", "取消", "导航"] },
    { "id": "scan", "name": "扫码签到", "components": ["预约识别结果", "签到进度", "签到按钮", "流程说明"] },
    { "id": "queue", "name": "排队状态", "components": ["号码卡", "前方人数", "EWT", "队列", "提醒状态"] },
    { "id": "skip", "name": "过号提醒", "components": ["过号状态", "保留倒计时", "找工作人员提醒", "我已到现场"] }
  ]
}
