NurseStationApp/manifest.json

105 lines
3.3 KiB
JSON
Raw Normal View History

2022-10-12 16:54:34 +08:00
{
"name" : "NurseStationApp",
"appid" : "__UNI__D6F049F",
"description" : "",
"versionName" : "1.0.0",
"versionCode" : "100",
"transformPx" : false,
/* 5+App */
"app-plus" : {
"usingComponents" : true,
"nvueStyleCompiler" : "uni-app",
"compilerVersion" : 3,
"splashscreen" : {
"alwaysShowBeforeRender" : true,
"waiting" : true,
"autoclose" : true,
"delay" : 0
},
/* */
2022-10-17 11:21:23 +08:00
"modules" : {},
2022-10-12 16:54:34 +08:00
/* */
"distribute" : {
/* android */
"android" : {
"permissions" : [
2022-10-13 17:39:43 +08:00
"<uses-feature android:name=\"android.hardware.camera\"/>",
2022-10-12 16:54:34 +08:00
"<uses-feature android:name=\"android.hardware.camera.autofocus\"/>",
"<uses-permission android:name=\"android.permission.CAMERA\"/>",
2022-10-13 17:39:43 +08:00
"<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>",
2022-10-12 16:54:34 +08:00
"<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>",
2022-10-13 17:39:43 +08:00
"<uses-permission android:name=\"android.permission.GET_ACCOUNTS\"/>",
"<uses-permission android:name=\"android.permission.VIBRATE\"/>",
"<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>"
2022-10-12 16:54:34 +08:00
]
},
/* ios */
"ios" : {},
/* SDK */
2022-10-13 17:39:43 +08:00
"sdkConfigs" : {
"maps" : {
"amap" : {
"appkey_ios" : "",
2022-10-17 11:21:23 +08:00
"appkey_android" : "b38c6aa0cb9a6323f48b05ea6462aed5"
2022-10-13 17:39:43 +08:00
}
},
"geolocation" : {
2022-10-17 11:21:23 +08:00
"amap" : {
"__platform__" : [ "android" ],
"appkey_ios" : "",
"appkey_android" : "b38c6aa0cb9a6323f48b05ea6462aed5"
},
2022-10-13 17:39:43 +08:00
"system" : {
2022-10-17 11:21:23 +08:00
"__platform__" : [ "android" ]
2022-10-13 17:39:43 +08:00
}
2022-10-17 11:21:23 +08:00
},
"push" : {},
"payment" : {}
2022-10-13 17:39:43 +08:00
},
"splashscreen" : {
"androidStyle" : "default",
"android" : {
"xxhdpi" : "static/启动页.png",
"hdpi" : "static/启动页.png",
"xhdpi" : "static/启动页.png"
},
"useOriginalMsgbox" : true
}
2022-10-12 16:54:34 +08:00
}
},
/* */
"quickapp" : {},
/* */
"mp-weixin" : {
"appid" : "",
"setting" : {
"urlCheck" : false
},
"usingComponents" : true
},
"mp-alipay" : {
"usingComponents" : true
},
"mp-baidu" : {
"usingComponents" : true
},
"mp-toutiao" : {
"usingComponents" : true
},
"uniStatistics" : {
"enable" : false
},
2022-10-17 11:21:23 +08:00
"vueVersion" : "2",
"h5" : {
"sdkConfigs" : {
"maps" : {
"amap" : {
"key" : "08e138f3f5e8595453526cbbeed38124",
"securityJsCode" : "e50d5cf4e75c0a2b3f5cbfcc96cc4d8f",
"serviceHost" : ""
}
}
}
}
2022-10-12 16:54:34 +08:00
}