app.json 567 Bytes
Newer Older
xhw committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
{
  "pages": [
    "pages/homeCards/index",
    "pages/init/index",
    "pages/other/index",
    "pages/currentHome/index",
    "pages/index/index"
  ],
  "subPackages": [],
  "window": {
    "navigationBarTextStyle": "black",
    "navigationBarTitleText": "uni-app",
    "navigationBarBackgroundColor": "#F8F8F8",
    "backgroundColor": "#F8F8F8"
  },
  "permission": {
    "scope.userLocation": {
      "desc": "你的位置信息将用于小程序"
19 20 21
    },
    "scope.record": {
      "desc": "你的麦克风将用于小程序"
xhw committed
22 23 24 25
    }
  },
  "usingComponents": {}
}