manifest.json 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "name" : "智能衣柜",
  3. "appid" : "__UNI__ED944FB",
  4. "description" : "",
  5. "versionName" : "1.0.0",
  6. "versionCode" : "100",
  7. "transformPx" : false,
  8. /* 5+App特有相关 */
  9. "app-plus" : {
  10. "usingComponents" : true,
  11. "nvueStyleCompiler" : "uni-app",
  12. "compilerVersion" : 3,
  13. "splashscreen" : {
  14. "alwaysShowBeforeRender" : true,
  15. "waiting" : true,
  16. "autoclose" : true,
  17. "delay" : 0
  18. },
  19. /* 模块配置 */
  20. "modules" : {},
  21. /* 应用发布信息 */
  22. "distribute" : {
  23. /* android打包配置 */
  24. "android" : {
  25. "permissions" : [
  26. "<uses-feature android:name=\"android.hardware.camera\"/>",
  27. "<uses-feature android:name=\"android.hardware.camera.autofocus\"/>",
  28. "<uses-permission android:name=\"android.permission.CAMERA\"/>",
  29. "<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>",
  30. "<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>",
  31. "<uses-permission android:name=\"android.permission.GET_ACCOUNTS\"/>",
  32. "<uses-permission android:name=\"android.permission.VIBRATE\"/>",
  33. "<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>"
  34. ]
  35. },
  36. /* ios打包配置 */
  37. "ios" : {
  38. "dSYMs" : false
  39. },
  40. /* SDK配置 */
  41. "sdkConfigs" : {
  42. "ad" : {},
  43. "maps" : {
  44. "amap" : {
  45. "appkey_ios" : "",
  46. "appkey_android" : ""
  47. }
  48. },
  49. "share" : {}
  50. }
  51. },
  52. "compatible" : {
  53. "ignoreVersion" : true
  54. }
  55. },
  56. /* 快应用特有相关 */
  57. "quickapp" : {},
  58. /* 小程序特有相关 */
  59. "mp-weixin" : {
  60. "appid" : "",
  61. "setting" : {
  62. "urlCheck" : false
  63. },
  64. "usingComponents" : true
  65. },
  66. "mp-alipay" : {
  67. "usingComponents" : true
  68. },
  69. "mp-baidu" : {
  70. "usingComponents" : true
  71. },
  72. "mp-toutiao" : {
  73. "usingComponents" : true
  74. },
  75. "uniStatistics" : {
  76. "enable" : false
  77. },
  78. "vueVersion" : "2"
  79. }