manifest.json 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  1. {
  2. "name" : "库比森轮胎",
  3. "appid" : "__UNI__421BF74",
  4. "description" : "",
  5. "versionName" : "1.0.17",
  6. "versionCode" : 1017,
  7. "transformPx" : false,
  8. "plus" : {
  9. "distribute" : {
  10. "apple" : {
  11. "permissions" : {
  12. "network" : {
  13. "description" : "需要网络权限以访问接口服务"
  14. },
  15. "location" : {
  16. "description" : "需要获取您的位置信息以提供相关服务"
  17. },
  18. "LOCATION_WHEN_IN_USE" : {
  19. "description" : "需要获取您的位置信息以提供相关服务"
  20. },
  21. "LOCATION_ALWAYS" : {
  22. "description" : "需要持续获取您的位置信息以提供后台服务"
  23. }
  24. }
  25. }
  26. }
  27. },
  28. "app-plus" : {
  29. /* 5+App特有相关 */
  30. "usingComponents" : true,
  31. "nvueCompiler" : "uni-app",
  32. "nvueStyleCompiler" : "uni-app",
  33. "splashscreen" : {
  34. "alwaysShowBeforeRender" : false,
  35. "waiting" : true,
  36. "autoclose" : true,
  37. "delay" : 0
  38. },
  39. "modules" : {
  40. "Camera" : {},
  41. "Barcode" : {}
  42. },
  43. "permissions" : {
  44. "camera" : {
  45. "description" : "应用需要访问摄像头以实现扫码功能"
  46. }
  47. },
  48. /* 模块配置 */
  49. "distribute" : {
  50. /* 应用发布信息 */
  51. "android" : {
  52. /* android打包配置 */
  53. "permissions" : [
  54. "<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>",
  55. "<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>",
  56. "<uses-permission android:name=\"android.permission.VIBRATE\"/>",
  57. "<uses-permission android:name=\"android.permission.READ_LOGS\"/>",
  58. "<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>",
  59. "<uses-feature android:name=\"android.hardware.camera.autofocus\"/>",
  60. "<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>",
  61. "<uses-permission android:name=\"android.permission.CAMERA\"/>",
  62. "<uses-permission android:name=\"android.permission.GET_ACCOUNTS\"/>",
  63. "<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>",
  64. "<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>",
  65. "<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>",
  66. "<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>",
  67. "<uses-feature android:name=\"android.hardware.camera\"/>",
  68. "<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>",
  69. "<uses-permission android:name=\"android.permission.CALL_PHONE\"/>"
  70. ],
  71. "scope.camera" : {
  72. "desc" : "用于拍照和录制视频"
  73. },
  74. "schemes" : [ "weixin" ],
  75. "minSdkVersion" : 21
  76. },
  77. "ios" : {
  78. "dSYMs" : false,
  79. "urltypes" : [
  80. {
  81. "identifier" : "weixin",
  82. "schemes" : [ "weixin" ]
  83. }
  84. ],
  85. "plistcmds" : [
  86. "<key>LSApplicationQueriesSchemes</key>",
  87. "<array>",
  88. "<string>weixin</string>",
  89. "<string>weixinULAPI</string>",
  90. "</array>"
  91. ],
  92. "privacyDescription" : {
  93. "NSLocationWhenInUseUsageDescription" : "需要获取您的位置信息来提供定位服务",
  94. "NSLocationAlwaysUsageDescription" : "应用需要持续获取位置信息以提供后台定位服务",
  95. "NSLocationAlwaysAndWhenInUseUsageDescription" : "应用需要在使用期间和后台持续获取位置信息"
  96. }
  97. },
  98. /* ios打包配置 */
  99. "sdkConfigs" : {},
  100. "icons" : {
  101. "android" : {
  102. "hdpi" : "unpackage/res/icons/72x72.png",
  103. "xhdpi" : "unpackage/res/icons/96x96.png",
  104. "xxhdpi" : "unpackage/res/icons/144x144.png",
  105. "xxxhdpi" : "unpackage/res/icons/192x192.png"
  106. },
  107. "ios" : {
  108. "appstore" : "unpackage/res/icons/1024x1024.png",
  109. "ipad" : {
  110. "app" : "unpackage/res/icons/76x76.png",
  111. "app@2x" : "unpackage/res/icons/152x152.png",
  112. "notification" : "unpackage/res/icons/20x20.png",
  113. "notification@2x" : "unpackage/res/icons/40x40.png",
  114. "proapp@2x" : "unpackage/res/icons/167x167.png",
  115. "settings" : "unpackage/res/icons/29x29.png",
  116. "settings@2x" : "unpackage/res/icons/58x58.png",
  117. "spotlight" : "unpackage/res/icons/40x40.png",
  118. "spotlight@2x" : "unpackage/res/icons/80x80.png"
  119. },
  120. "iphone" : {
  121. "app@2x" : "unpackage/res/icons/120x120.png",
  122. "app@3x" : "unpackage/res/icons/180x180.png",
  123. "notification@2x" : "unpackage/res/icons/40x40.png",
  124. "notification@3x" : "unpackage/res/icons/60x60.png",
  125. "settings@2x" : "unpackage/res/icons/58x58.png",
  126. "settings@3x" : "unpackage/res/icons/87x87.png",
  127. "spotlight@2x" : "unpackage/res/icons/80x80.png",
  128. "spotlight@3x" : "unpackage/res/icons/120x120.png"
  129. }
  130. }
  131. },
  132. "splashscreen" : {
  133. "androidStyle" : "default",
  134. "android" : {
  135. "hdpi" : "C:/Users/14404/Pictures/微信图片_20251014095529_5073_3.png",
  136. "xhdpi" : "C:/Users/14404/Pictures/微信图片_20251014095529_5073_3.png",
  137. "xxhdpi" : "C:/Users/14404/Pictures/微信图片_20251014095529_5073_3.png"
  138. }
  139. }
  140. }
  141. },
  142. /* SDK配置 */
  143. "quickapp" : {},
  144. /* 快应用特有相关 */
  145. "mp-weixin" : {
  146. /* 小程序特有相关 */
  147. "appid" : "",
  148. "setting" : {
  149. "urlCheck" : false
  150. },
  151. "usingComponents" : true
  152. },
  153. "vueVersion" : "2"
  154. }