index.json 506 字节
Newer Older
S
shaoxuezheng 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
{
  "permission": {
    "scope.userLocation": {
      "desc": "你的位置信息将用于小程序位置接口的效果展示"
    },
    "scope.userInfo": {
      "desc": "你的信息将用于展示"
    }
  },
  "usingComponents": {
    "dokit": "../../dist/index/index"
  },
  "subpackages": [
    {
      "root": "dist",
      "pages": [
        "appInformation",
        "debug",
        "h5door",
        "logs",
        "positionSimulation",
        "storage",
        "index"
      ]
    }
  ]
}