manifest.json 1.2 KB
Newer Older
DCloud-yyl's avatar
DCloud-yyl 已提交
1 2
{
  "name": "uni-api",
DCloud-yyl's avatar
DCloud-yyl 已提交
3
  "appid": "__UNI__8BF79AC",
DCloud-yyl's avatar
DCloud-yyl 已提交
4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
  "description": "uts插件示例",
  "versionName": "1.0.0",
  "versionCode": "100",
  "transformPx": false,
  /* uni-app x 特有相关 */
  // "uni-app-x": {},
  /* uni-app特有相关 */
  "app-plus": {
    "usingComponents": true,
    "nvueStyleCompiler": "uni-app",
    "compilerVersion": 3,
    "splashscreen": {
      "alwaysShowBeforeRender": true,
      "waiting": true,
      "autoclose": true,
      "delay": 0
    },
    /* 模块配置 */
    "modules": {},
    /* 应用发布信息 */
    "distribute": {
      /* android打包配置 */
      "android": {},
      /* ios打包配置 */
      "ios": {},
      /* SDK配置 */
      "sdkConfigs": {}
    }
  },
  /* 快应用特有相关 */
  "quickapp": {},
  /* 小程序特有相关 */
  "mp-weixin": {
    "appid": "",
    "setting": {
      "urlCheck": false
    },
    "usingComponents": true
  },
  "mp-alipay": {
    "usingComponents": true
  },
  "mp-baidu": {
    "usingComponents": true
  },
  "mp-toutiao": {
    "usingComponents": true
  },
  "uniStatistics": {
    "enable": false
  },
  "vueVersion": "3"
DCloud-yyl's avatar
DCloud-yyl 已提交
56
}