{
  "app": "HiCode",
  "language": "HIC",
  "format": "hc-project",
  "version": "v0.026",
  "project": {
    "id": "ch07-navigation.hc",
    "name": "第07章 页面跳转",
    "createdAt": 0,
    "updatedAt": 0,
    "pages": {
      "p1": {
        "id": "p1",
        "name": "首页",
        "code": "it 标题 t 这是首页\n标题 in t\nto 关于",
        "images": {}
      },
      "p2": {
        "id": "p2",
        "name": "关于",
        "code": "it 标题 t 这是关于页\n标题 in t\nto 首页",
        "images": {}
      }
    }
  }
}