267 lines
9.6 KiB
JSON
267 lines
9.6 KiB
JSON
{
|
||
"name" : "众妙之门",
|
||
"appid" : "__UNI__5D0ED80",
|
||
"description" : "uni-app 框架示例,一套代码,同时发行到iOS、Android、H5、小程序等多个平台,请使用手机扫码快速体验 uni-app 的强大功能",
|
||
"versionName" : "1.0.10",
|
||
"versionCode" : 1010,
|
||
"transformPx" : false,
|
||
"app-plus" : {
|
||
"compatible" : {
|
||
// 设置为true表示忽略版本检查提示框,HBuilderX1.9.0及以上版本支持
|
||
"ignoreVersion" : true
|
||
},
|
||
"orientation" : [
|
||
//竖屏正方向
|
||
"portrait-primary",
|
||
//竖屏反方向
|
||
"portrait-secondary",
|
||
//横屏正方向
|
||
"landscape-primary",
|
||
//横屏反方向
|
||
"landscape-secondary",
|
||
//自然方向
|
||
"default"
|
||
],
|
||
"usingComponents" : true,
|
||
"nvueCompiler" : "uni-app",
|
||
"nvueStyleCompiler" : "uni-app",
|
||
"compilerVersion" : 3,
|
||
"nvueLaunchMode" : "fast",
|
||
"splashscreen" : {
|
||
"alwaysShowBeforeRender" : true,
|
||
"waiting" : true,
|
||
"autoclose" : true,
|
||
"delay" : 0
|
||
},
|
||
"modules" : {
|
||
"Push" : {},
|
||
"Share" : {},
|
||
"Speech" : {},
|
||
"VideoPlayer" : {},
|
||
"Payment" : {}
|
||
},
|
||
"distribute" : {
|
||
"distribute" : {
|
||
"orientation" : [ "portrait-primary" ] //重力感应、横竖屏配置
|
||
},
|
||
"android" : {
|
||
"permissions" : [
|
||
"<uses-feature android:name=\"android.hardware.camera\"/>",
|
||
"<uses-feature android:name=\"android.hardware.camera.autofocus\"/>",
|
||
"<uses-permission android:name=\"android.permission.ACCESS_COARSE_LOCATION\"/>",
|
||
"<uses-permission android:name=\"android.permission.ACCESS_FINE_LOCATION\"/>",
|
||
"<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>",
|
||
"<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>",
|
||
"<uses-permission android:name=\"android.permission.CALL_PHONE\"/>",
|
||
"<uses-permission android:name=\"android.permission.CAMERA\"/>",
|
||
"<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>",
|
||
"<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>",
|
||
"<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>",
|
||
"<uses-permission android:name=\"android.permission.GET_ACCOUNTS\"/>",
|
||
"<uses-permission android:name=\"android.permission.INSTALL_PACKAGES\"/>",
|
||
"<uses-permission android:name=\"android.permission.INTERNET\"/>",
|
||
"<uses-permission android:name=\"android.permission.MODIFY_AUDIO_SETTINGS\"/>",
|
||
"<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>",
|
||
"<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>",
|
||
"<uses-permission android:name=\"android.permission.RECEIVE_BOOT_COMPLETED\"/>",
|
||
"<uses-permission android:name=\"android.permission.RECORD_AUDIO\"/>",
|
||
"<uses-permission android:name=\"android.permission.REQUEST_INSTALL_PACKAGES\"/>",
|
||
"<uses-permission android:name=\"android.permission.SYSTEM_ALERT_WINDOW\"/>",
|
||
"<uses-permission android:name=\"android.permission.VIBRATE\"/>",
|
||
"<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>",
|
||
"<uses-permission android:name=\"android.permission.WRITE_EXTERNAL_STORAGE\"/>",
|
||
"<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"
|
||
],
|
||
"targetSdkVersion" : 30,
|
||
"minSdkVersion" : 21,
|
||
"abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ],
|
||
"schemes" : "zmzm"
|
||
},
|
||
"ios" : {
|
||
"UIBackgroundModes" : [ "audio" ],
|
||
"urlschemewhitelist" : [ "baidumap", "iosamap", "nuttyrading" ],
|
||
"dSYMs" : false,
|
||
"urltypes" : "zmzm"
|
||
},
|
||
"sdkConfigs" : {
|
||
"speech" : {
|
||
"ifly" : {}
|
||
},
|
||
"oauth" : {},
|
||
"payment" : {
|
||
"alipay" : {
|
||
"__platform__" : [ "ios", "android" ]
|
||
},
|
||
"weixin" : {
|
||
"__platform__" : [ "ios", "android" ],
|
||
"appid" : "wx912aa600132dc965",
|
||
"UniversalLinks" : ""
|
||
}
|
||
},
|
||
"share" : {
|
||
"weixin" : {
|
||
"appid" : "wx912aa600132dc965",
|
||
"UniversalLinks" : ""
|
||
}
|
||
},
|
||
"ad" : {}
|
||
},
|
||
"orientation" : [ "portrait-primary" ],
|
||
"icons" : {
|
||
"android" : {
|
||
"hdpi" : "unpackage/res/icons/72x72.png",
|
||
"xhdpi" : "unpackage/res/icons/96x96.png",
|
||
"xxhdpi" : "unpackage/res/icons/144x144.png",
|
||
"xxxhdpi" : "unpackage/res/icons/192x192.png"
|
||
},
|
||
"ios" : {
|
||
"appstore" : "unpackage/res/icons/1024x1024.png",
|
||
"ipad" : {
|
||
"app" : "unpackage/res/icons/76x76.png",
|
||
"app@2x" : "unpackage/res/icons/152x152.png",
|
||
"notification" : "unpackage/res/icons/20x20.png",
|
||
"notification@2x" : "unpackage/res/icons/40x40.png",
|
||
"proapp@2x" : "unpackage/res/icons/167x167.png",
|
||
"settings" : "unpackage/res/icons/29x29.png",
|
||
"settings@2x" : "unpackage/res/icons/58x58.png",
|
||
"spotlight" : "unpackage/res/icons/40x40.png",
|
||
"spotlight@2x" : "unpackage/res/icons/80x80.png"
|
||
},
|
||
"iphone" : {
|
||
"app@2x" : "unpackage/res/icons/120x120.png",
|
||
"app@3x" : "unpackage/res/icons/180x180.png",
|
||
"notification@2x" : "unpackage/res/icons/40x40.png",
|
||
"notification@3x" : "unpackage/res/icons/60x60.png",
|
||
"settings@2x" : "unpackage/res/icons/58x58.png",
|
||
"settings@3x" : "unpackage/res/icons/87x87.png",
|
||
"spotlight@2x" : "unpackage/res/icons/80x80.png",
|
||
"spotlight@3x" : "unpackage/res/icons/120x120.png"
|
||
}
|
||
}
|
||
},
|
||
"splashscreen" : {
|
||
"androidStyle" : "common",
|
||
"android" : {
|
||
"hdpi" : "unpackage/res/icons/72x72.png"
|
||
},
|
||
"iosStyle" : "default",
|
||
"useOriginalMsgbox" : true
|
||
}
|
||
},
|
||
"uniStatistics" : {
|
||
"enable" : true
|
||
}
|
||
},
|
||
"quickapp" : {},
|
||
"quickapp-native" : {
|
||
"icon" : "/static/logo.png",
|
||
"package" : "com.example.demo",
|
||
"features" : [
|
||
{
|
||
"name" : "system.clipboard"
|
||
}
|
||
]
|
||
},
|
||
"quickapp-webview" : {
|
||
"icon" : "static/icon/fengziIcon.png",
|
||
"package" : "com.cn.zmzm",
|
||
"minPlatformVersion" : 1070,
|
||
"versionName" : "1.0.1",
|
||
"versionCode" : 101
|
||
},
|
||
"mp-weixin" : {
|
||
"appid" : "",
|
||
"setting" : {
|
||
"urlCheck" : false
|
||
},
|
||
"usingComponents" : true,
|
||
"permission" : {
|
||
"scope.userLocation" : {
|
||
"desc" : "演示定位能力"
|
||
}
|
||
},
|
||
"uniStatistics" : {
|
||
"enable" : true
|
||
}
|
||
},
|
||
"mp-alipay" : {
|
||
"usingComponents" : true,
|
||
"uniStatistics" : {
|
||
"enable" : true
|
||
}
|
||
},
|
||
"mp-baidu" : {
|
||
"usingComponents" : true,
|
||
"uniStatistics" : {
|
||
"enable" : true
|
||
},
|
||
"dynamicLib" : {
|
||
"editorLib" : {
|
||
"provider" : "swan-editor"
|
||
}
|
||
}
|
||
},
|
||
"mp-toutiao" : {
|
||
"usingComponents" : true,
|
||
"uniStatistics" : {
|
||
"enable" : true
|
||
}
|
||
},
|
||
"mp-jd" : {
|
||
"usingComponents" : true,
|
||
"uniStatistics" : {
|
||
"enable" : true
|
||
}
|
||
},
|
||
"h5" : {
|
||
"template" : "template.h5.html",
|
||
"router" : {
|
||
"mode" : "history",
|
||
"base" : ""
|
||
},
|
||
"sdkConfigs" : {
|
||
"maps" : {
|
||
"qqmap" : {
|
||
"key" : "TKUBZ-D24AF-GJ4JY-JDVM2-IBYKK-KEBCU"
|
||
}
|
||
}
|
||
},
|
||
"async" : {
|
||
"timeout" : 20000
|
||
},
|
||
"uniStatistics" : {
|
||
"enable" : true
|
||
}
|
||
},
|
||
"vueVersion" : "2",
|
||
"mp-kuaishou" : {
|
||
"uniStatistics" : {
|
||
"enable" : true
|
||
}
|
||
},
|
||
"mp-lark" : {
|
||
"uniStatistics" : {
|
||
"enable" : true
|
||
}
|
||
},
|
||
"mp-qq" : {
|
||
"uniStatistics" : {
|
||
"enable" : true
|
||
}
|
||
},
|
||
"quickapp-webview-huawei" : {
|
||
"uniStatistics" : {
|
||
"enable" : true
|
||
}
|
||
},
|
||
"quickapp-webview-union" : {
|
||
"uniStatistics" : {
|
||
"enable" : true
|
||
}
|
||
},
|
||
"uniStatistics" : {
|
||
"version" : "2",
|
||
"enable" : true
|
||
}
|
||
}
|