manifest.json 671 字节
Newer Older
DCloud-yyl's avatar
DCloud-yyl 已提交
1 2 3 4
{
  "name": "hello-uniapp x",
  "appid": "__UNI__3584C99",
  "description": "",
DCloud-yyl's avatar
DCloud-yyl 已提交
5 6
  "versionName": "1.0.18",
  "versionCode": "10018",
7 8 9 10 11
  "uni-app-x": {},
  /* 快应用特有相关 */
  "quickapp": {},
  /* 小程序特有相关 */
  "mp-weixin": {
DCloud-yyl's avatar
DCloud-yyl 已提交
12
    "appid": "",
13
    "setting": {
DCloud-yyl's avatar
DCloud-yyl 已提交
14 15 16 17
      "urlCheck": false
    },
    "usingComponents": true
  },
18
  "mp-alipay": {
DCloud-yyl's avatar
DCloud-yyl 已提交
19 20
    "usingComponents": true
  },
21
  "mp-baidu": {
DCloud-yyl's avatar
DCloud-yyl 已提交
22 23
    "usingComponents": true
  },
24
  "mp-toutiao": {
DCloud-yyl's avatar
DCloud-yyl 已提交
25 26
    "usingComponents": true
  },
27
  "uniStatistics": {
DCloud-yyl's avatar
DCloud-yyl 已提交
28 29
    "enable": false
  },
30 31 32 33 34 35 36 37
  "app": {},
  "vueVersion": "3",
  "h5": {
    "router": {
      "base": "/web/"
    }
  }
}