manifest.json 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. {
  2. "name" : "创衡汇教练AI智能体",
  3. "appid" : "__UNI__A0C8B31",
  4. "description" : "智慧生活",
  5. "versionName" : "1.0.3",
  6. "versionCode" : 102,
  7. "transformPx" : false,
  8. "sassImplementationName" : "node-sass",
  9. /* 5+App特有相关 */
  10. "app-plus" : {
  11. "usingComponents" : true,
  12. "nvueStyleCompiler" : "uni-app",
  13. "compilerVersion" : 3,
  14. "splashscreen" : {
  15. "alwaysShowBeforeRender" : true,
  16. "waiting" : true,
  17. "autoclose" : true,
  18. "delay" : 0
  19. },
  20. /* 模块配置 */
  21. "modules" : {
  22. "Barcode" : {},
  23. "Camera" : {}
  24. },
  25. /* 应用发布信息 */
  26. "distribute" : {
  27. /* android打包配置 */
  28. "android" : {
  29. "permissions" : [
  30. "<uses-feature android:name=\"android.hardware.camera\"/>",
  31. "<uses-permission android:name=\"android.permission.CAMERA\"/>"
  32. ],
  33. "abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ],
  34. "autoSdkPermissions" : false,
  35. "permissionExternalStorage" : {
  36. "request" : "none",
  37. "prompt" : "应用保存运行状态等信息,需要获取读写手机存储(系统提示为访问设备上的照片、媒体内容和文件)权限,请允许。"
  38. },
  39. "permissionPhoneState" : {
  40. "request" : "none",
  41. "prompt" : "为保证您正常、安全地使用,需要获取设备识别码(部分手机提示为获取手机号码)使用权限,请允许。"
  42. }
  43. },
  44. /* ios打包配置 */
  45. "ios" : {
  46. "dSYMs" : false,
  47. "privacyDescription" : {
  48. "NSPhotoLibraryUsageDescription" : "报修文件上传",
  49. "NSPhotoLibraryAddUsageDescription" : "拍照需要报修的地方",
  50. "NSCameraUsageDescription" : "扫码二维码"
  51. },
  52. "idfa" : false
  53. },
  54. /* SDK配置 */
  55. "sdkConfigs" : {
  56. "ad" : {},
  57. "payment" : {
  58. "weixin" : {
  59. "__platform__" : [ "ios", "android" ],
  60. "appid" : "",
  61. "UniversalLinks" : ""
  62. }
  63. }
  64. },
  65. "icons" : {
  66. "android" : {
  67. "hdpi" : "unpackage/res/icons/72x72.png",
  68. "xhdpi" : "unpackage/res/icons/96x96.png",
  69. "xxhdpi" : "unpackage/res/icons/144x144.png",
  70. "xxxhdpi" : "unpackage/res/icons/192x192.png"
  71. },
  72. "ios" : {
  73. "appstore" : "unpackage/res/icons/1024x1024.png",
  74. "ipad" : {
  75. "app" : "unpackage/res/icons/76x76.png",
  76. "app@2x" : "unpackage/res/icons/152x152.png",
  77. "notification" : "unpackage/res/icons/20x20.png",
  78. "notification@2x" : "unpackage/res/icons/40x40.png",
  79. "proapp@2x" : "unpackage/res/icons/167x167.png",
  80. "settings" : "unpackage/res/icons/29x29.png",
  81. "settings@2x" : "unpackage/res/icons/58x58.png",
  82. "spotlight" : "unpackage/res/icons/40x40.png",
  83. "spotlight@2x" : "unpackage/res/icons/80x80.png"
  84. },
  85. "iphone" : {
  86. "app@2x" : "unpackage/res/icons/120x120.png",
  87. "app@3x" : "unpackage/res/icons/180x180.png",
  88. "notification@2x" : "unpackage/res/icons/40x40.png",
  89. "notification@3x" : "unpackage/res/icons/60x60.png",
  90. "settings@2x" : "unpackage/res/icons/58x58.png",
  91. "settings@3x" : "unpackage/res/icons/87x87.png",
  92. "spotlight@2x" : "unpackage/res/icons/80x80.png",
  93. "spotlight@3x" : "unpackage/res/icons/120x120.png"
  94. }
  95. }
  96. },
  97. "splashscreen" : {
  98. "useOriginalMsgbox" : true
  99. }
  100. }
  101. },
  102. /* 快应用特有相关 */
  103. "quickapp" : {},
  104. /* 小程序特有相关 */
  105. "mp-weixin" : {
  106. "appid" : "wxb0ecfcf0c3e50402",
  107. "setting" : {
  108. "urlCheck" : false,
  109. "es6" : false,
  110. "minified" : true,
  111. "bigPackageSizeSupport" : true
  112. },
  113. "usingComponents" : true,
  114. "requiredPrivateInfos" : [ "getLocation" ],
  115. "optimization" : {
  116. "subPackages" : true
  117. },
  118. "permission" : {}
  119. },
  120. "mp-alipay" : {
  121. "usingComponents" : true
  122. },
  123. "mp-baidu" : {
  124. "usingComponents" : true
  125. },
  126. "mp-toutiao" : {
  127. "usingComponents" : true
  128. },
  129. "uniStatistics" : {
  130. "enable" : false
  131. },
  132. "vueVersion" : "2",
  133. "fallbackLocale" : "zh-Hans"
  134. }
  135. /* ios打包配置 *//* SDK配置 */