manifest.json 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. {
  2. "name" : "传能",
  3. "appid" : "__UNI__FF40C0C",
  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" : [ "<uses-feature android:name=\"android.hardware.camera\"/>" ],
  26. "abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ],
  27. "autoSdkPermissions" : false,
  28. "permissionExternalStorage" : {
  29. "request" : "none",
  30. "prompt" : "应用保存运行状态等信息,需要获取读写手机存储(系统提示为访问设备上的照片、媒体内容和文件)权限,请允许。"
  31. },
  32. "permissionPhoneState" : {
  33. "request" : "none",
  34. "prompt" : "为保证您正常、安全地使用,需要获取设备识别码(部分手机提示为获取手机号码)使用权限,请允许。"
  35. }
  36. },
  37. /* ios打包配置 */
  38. "ios" : {
  39. "dSYMs" : false
  40. },
  41. /* SDK配置 */
  42. "sdkConfigs" : {
  43. "ad" : {},
  44. "payment" : {
  45. "weixin" : {
  46. "__platform__" : [ "ios", "android" ],
  47. "appid" : "",
  48. "UniversalLinks" : ""
  49. }
  50. }
  51. },
  52. "icons" : {
  53. "android" : {
  54. "hdpi" : "unpackage/res/icons/72x72.png",
  55. "xhdpi" : "unpackage/res/icons/96x96.png",
  56. "xxhdpi" : "unpackage/res/icons/144x144.png",
  57. "xxxhdpi" : "unpackage/res/icons/192x192.png"
  58. },
  59. "ios" : {
  60. "appstore" : "unpackage/res/icons/1024x1024.png",
  61. "ipad" : {
  62. "app" : "unpackage/res/icons/76x76.png",
  63. "app@2x" : "unpackage/res/icons/152x152.png",
  64. "notification" : "unpackage/res/icons/20x20.png",
  65. "notification@2x" : "unpackage/res/icons/40x40.png",
  66. "proapp@2x" : "unpackage/res/icons/167x167.png",
  67. "settings" : "unpackage/res/icons/29x29.png",
  68. "settings@2x" : "unpackage/res/icons/58x58.png",
  69. "spotlight" : "unpackage/res/icons/40x40.png",
  70. "spotlight@2x" : "unpackage/res/icons/80x80.png"
  71. },
  72. "iphone" : {
  73. "app@2x" : "unpackage/res/icons/120x120.png",
  74. "app@3x" : "unpackage/res/icons/180x180.png",
  75. "notification@2x" : "unpackage/res/icons/40x40.png",
  76. "notification@3x" : "unpackage/res/icons/60x60.png",
  77. "settings@2x" : "unpackage/res/icons/58x58.png",
  78. "settings@3x" : "unpackage/res/icons/87x87.png",
  79. "spotlight@2x" : "unpackage/res/icons/80x80.png",
  80. "spotlight@3x" : "unpackage/res/icons/120x120.png"
  81. }
  82. }
  83. },
  84. "splashscreen" : {
  85. "useOriginalMsgbox" : true
  86. }
  87. }
  88. },
  89. /* 快应用特有相关 */
  90. "quickapp" : {},
  91. /* 小程序特有相关 */
  92. "mp-weixin" : {
  93. "appid" : "",
  94. "setting" : {
  95. "urlCheck" : false
  96. },
  97. "usingComponents" : true
  98. },
  99. "mp-alipay" : {
  100. "usingComponents" : true
  101. },
  102. "mp-baidu" : {
  103. "usingComponents" : true
  104. },
  105. "mp-toutiao" : {
  106. "usingComponents" : true
  107. },
  108. "uniStatistics" : {
  109. "enable" : false
  110. },
  111. "vueVersion" : "2"
  112. }
  113. /* ios打包配置 *//* SDK配置 */