manifest.json 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334
  1. {
  2. "name" : "宜格服务",
  3. "appid" : "__UNI__CDA7F63",
  4. "description" : "应用描述",
  5. "versionName" : "1.8",
  6. "versionCode" : 18,
  7. "transformPx" : false,
  8. /* 5+App特有相关 */
  9. "app-plus" : {
  10. "usingComponents" : true,
  11. "nvueCompiler" : "uni-app",
  12. "nvueStyleCompiler" : "uni-app",
  13. "compilerVersion" : 3,
  14. "nvueLaunchMode" : "fast",
  15. "compatible" : {
  16. "ignoreVersion" : true
  17. },
  18. "screenOrientation" : [ "portrait-primary" ],
  19. "splashscreen" : {
  20. "waiting" : false,
  21. "alwaysShowBeforeRender" : true
  22. },
  23. "modules" : {
  24. "OAuth" : {},
  25. "Share" : {},
  26. "VideoPlayer" : {},
  27. "Maps" : {},
  28. "Payment" : {},
  29. "Geolocation" : {},
  30. "iBeacon" : {},
  31. "Camera" : {},
  32. "Barcode" : {},
  33. "Push" : {}
  34. },
  35. /* 应用发布信息 */
  36. "distribute" : {
  37. /* android打包配置 */
  38. "android" : {
  39. "permissions" : [
  40. "<uses-feature android:name=\"android.hardware.camera\"/>",
  41. "<uses-feature android:name=\"android.hardware.camera.autofocus\"/>",
  42. "<uses-permission android:name=\"android.permission.ACCESS_COARSE_LOCATION\"/>",
  43. "<uses-permission android:name=\"android.permission.ACCESS_FINE_LOCATION\"/>",
  44. "<uses-permission android:name=\"android.permission.ACCESS_MOCK_LOCATION\"/>",
  45. "<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>",
  46. "<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>",
  47. "<uses-permission android:name=\"android.permission.BLUETOOTH\"/>",
  48. "<uses-permission android:name=\"android.permission.BLUETOOTH_ADMIN\"/>",
  49. "<uses-permission android:name=\"android.permission.CALL_PHONE\"/>",
  50. "<uses-permission android:name=\"android.permission.CAMERA\"/>",
  51. "<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>",
  52. "<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>",
  53. "<uses-permission android:name=\"android.permission.GET_TASKS\"/>",
  54. "<uses-permission android:name=\"android.permission.INTERNET\"/>",
  55. "<uses-permission android:name=\"android.permission.MODIFY_AUDIO_SETTINGS\"/>",
  56. "<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>",
  57. "<uses-permission android:name=\"android.permission.READ_LOGS\"/>",
  58. "<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>",
  59. "<uses-permission android:name=\"android.permission.RECEIVE_BOOT_COMPLETED\"/>",
  60. "<uses-permission android:name=\"android.permission.SET_DEBUG_APP\"/>",
  61. "<uses-permission android:name=\"android.permission.SYSTEM_ALERT_WINDOW\"/>",
  62. "<uses-permission android:name=\"android.permission.VIBRATE\"/>",
  63. "<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>",
  64. "<uses-permission android:name=\"android.permission.WRITE_EXTERNAL_STORAGE\"/>",
  65. "<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>",
  66. "<uses-permission android:name=\"android.permission.WRITE_SYNC_SETTINGS\"/>",
  67. "<uses-permission android:name=\"android.permission.RECEIVE_USER_PRESENT\"/>"
  68. ],
  69. "schemes" : "ygfwUrlSchemes",
  70. "minSdkVersion" : 21,
  71. "abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ],
  72. "targetSdkVersion" : 60
  73. },
  74. /* ios打包配置 */
  75. "ios" : {
  76. /* 允许后台运行能力需要指定的原因 *//* "UIBackgroundModes" : [ "location" ], */
  77. "urlschemewhitelist" : [ "baidumap", "iosamap", "alipay" ],
  78. "urltypes" : "ygfwUrlSchemes",
  79. "capabilities" : {
  80. "entitlements" : {
  81. "com.apple.developer.associated-domains" : [
  82. "applinks:yigefuwusys.sc.yichang.gov.cn",
  83. "applinks:yigeapp.songlanyun.com"
  84. ]
  85. }
  86. },
  87. "dSYMs" : false,
  88. "idfa" : false,
  89. "privacyDescription" : {
  90. "NSLocationWhenInUseUsageDescription" : "需要您的同意,才能在使用时获取位置信息,以便于推荐附近的店铺",
  91. "NSPhotoLibraryUsageDescription" : "需要授权获取你的相册权限,用于获取照片上传图片作为用户头像",
  92. "NSPhotoLibraryAddUsageDescription" : "需要您的同意,才能访问相册,以便于保存图片",
  93. "NSCameraUsageDescription" : "需要您的同意,才能访问摄像头,以便于拍取证明材料图片上传",
  94. "NSMicrophoneUsageDescription" : "需要授权获取你的麦克风权限,用于提交任务录音"
  95. }
  96. },
  97. /* SDK配置 */
  98. "sdkConfigs" : {
  99. "speech" : {
  100. "ifly" : {}
  101. },
  102. "geolocation" : {
  103. "amap" : {
  104. "__platform__" : [ "ios", "android" ],
  105. "appkey_ios" : "dbe35acc2b74817021c73062b0318bf4",
  106. "appkey_android" : "bde3903093d0eff03b0052192a67e1c0"
  107. }
  108. },
  109. "share" : {
  110. "weixin" : {
  111. "appid" : "wx2cbf40f5fffa9e80",
  112. "UniversalLinks" : "https://yigefuwusys.sc.yichang.gov.cn/appstore/"
  113. }
  114. },
  115. "ad" : {},
  116. "payment" : {
  117. "alipay" : {
  118. "__platform__" : [ "ios", "android" ]
  119. },
  120. "weixin" : {
  121. "__platform__" : [ "ios", "android" ],
  122. "appid" : "wx2cbf40f5fffa9e80",
  123. "UniversalLinks" : "https://yigefuwusys.sc.yichang.gov.cn/appstore/"
  124. },
  125. "appleiap" : {}
  126. },
  127. "maps" : {
  128. "amap" : {
  129. "appkey_ios" : "dbe35acc2b74817021c73062b0318bf4",
  130. "appkey_android" : "bde3903093d0eff03b0052192a67e1c0"
  131. }
  132. },
  133. "oauth" : {
  134. "weixin" : {
  135. "appid" : "wx2cbf40f5fffa9e80",
  136. "UniversalLinks" : "https://yigefuwusys.sc.yichang.gov.cn/appstore/"
  137. },
  138. "apple" : {}
  139. },
  140. "push" : {
  141. "unipush" : {
  142. "icons" : {
  143. "small" : {
  144. "ldpi" : "logo.png",
  145. "mdpi" : "logo.png",
  146. "hdpi" : "logo.png"
  147. }
  148. }
  149. }
  150. }
  151. },
  152. "orientation" : [ "portrait-primary" ],
  153. "icons" : {
  154. "android" : {
  155. "hdpi" : "unpackage/res/icons/72x72.png",
  156. "xhdpi" : "unpackage/res/icons/96x96.png",
  157. "xxhdpi" : "unpackage/res/icons/144x144.png",
  158. "xxxhdpi" : "unpackage/res/icons/192x192.png"
  159. },
  160. "ios" : {
  161. "appstore" : "unpackage/res/icons/1024x1024.png",
  162. "ipad" : {
  163. "app" : "unpackage/res/icons/76x76.png",
  164. "app@2x" : "unpackage/res/icons/152x152.png",
  165. "notification" : "unpackage/res/icons/20x20.png",
  166. "notification@2x" : "unpackage/res/icons/40x40.png",
  167. "proapp@2x" : "unpackage/res/icons/167x167.png",
  168. "settings" : "unpackage/res/icons/29x29.png",
  169. "settings@2x" : "unpackage/res/icons/58x58.png",
  170. "spotlight" : "unpackage/res/icons/40x40.png",
  171. "spotlight@2x" : "unpackage/res/icons/80x80.png"
  172. },
  173. "iphone" : {
  174. "app@2x" : "unpackage/res/icons/120x120.png",
  175. "app@3x" : "unpackage/res/icons/180x180.png",
  176. "notification@2x" : "unpackage/res/icons/40x40.png",
  177. "notification@3x" : "unpackage/res/icons/60x60.png",
  178. "settings@2x" : "unpackage/res/icons/58x58.png",
  179. "settings@3x" : "unpackage/res/icons/87x87.png",
  180. "spotlight@2x" : "unpackage/res/icons/80x80.png",
  181. "spotlight@3x" : "unpackage/res/icons/120x120.png"
  182. }
  183. }
  184. },
  185. "splashscreen" : {
  186. "useOriginalMsgbox" : true,
  187. "androidStyle" : "default",
  188. "androidTranslucent" : true,
  189. "android" : {
  190. "hdpi" : "splash/Android/res/drawable-mdpi/1080_1.9.png",
  191. "xhdpi" : "splash/Android/res/drawable-xhdpi/1080_1.9.png",
  192. "xxhdpi" : "splash/Android/res/drawable-xxhdpi/1080_1.9.png"
  193. },
  194. "iosStyle" : "storyboard",
  195. "ios" : {
  196. "iphone" : {
  197. "portrait-896h@3x" : "",
  198. "landscape-896h@3x" : "",
  199. "portrait-896h@2x" : "",
  200. "landscape-896h@2x" : "",
  201. "iphonex" : "",
  202. "iphonexl" : "",
  203. "retina55" : "",
  204. "retina55l" : "",
  205. "retina47" : "",
  206. "retina47l" : "",
  207. "retina40" : "",
  208. "retina40l" : "",
  209. "retina35" : ""
  210. },
  211. "storyboard" : "splash/iOS/img.zip"
  212. }
  213. }
  214. },
  215. "safearea" : {
  216. "background" : "#RRGGBB",
  217. "backgroundDark" : "#RRGGBB",
  218. "bottom" : {
  219. "offset" : "none"
  220. }
  221. },
  222. "nativePlugins" : {
  223. "DHQ-AlipayAuth" : {
  224. "__plugin_info__" : {
  225. "name" : "【免费】支付宝授权登录,支持iOS和Android,适用uni集成的支付宝支付",
  226. "description" : "iOS && Android 原生授权获取auth_code",
  227. "platforms" : "Android,iOS",
  228. "url" : "https://ext.dcloud.net.cn/plugin?id=13888",
  229. "android_package_name" : "com.yichang.yigefuwuapp",
  230. "ios_bundle_id" : "com.yichang.yigefuwuapp",
  231. "isCloud" : true,
  232. "bought" : 1,
  233. "pid" : "13888",
  234. "parameters" : {}
  235. }
  236. },
  237. "SandPayTypeModule" : {
  238. "jumpScheme_host" : "ygfuJumpScheme",
  239. "__plugin_info__" : {
  240. "name" : "SandPayTypeModule",
  241. "description" : "河马付收银台安卓原生插件",
  242. "platforms" : "Android",
  243. "url" : "",
  244. "android_package_name" : "",
  245. "ios_bundle_id" : "",
  246. "isCloud" : false,
  247. "bought" : -1,
  248. "pid" : "",
  249. "parameters" : {
  250. "jumpScheme_host" : {
  251. "des" : "",
  252. "key" : "",
  253. "value" : ""
  254. }
  255. }
  256. }
  257. },
  258. "HMPTLib-HMPLibModule" : {
  259. "__plugin_info__" : {
  260. "name" : "HMPLibModule",
  261. "description" : "河马付支付示例插件",
  262. "platforms" : "iOS",
  263. "url" : "",
  264. "android_package_name" : "",
  265. "ios_bundle_id" : "",
  266. "isCloud" : false,
  267. "bought" : -1,
  268. "pid" : "",
  269. "parameters" : {}
  270. }
  271. }
  272. }
  273. },
  274. /* 快应用特有相关 */
  275. "quickapp" : {},
  276. "quickapp-native" : {
  277. "icon" : "/static/logo-icon.png",
  278. "package" : "com.example.demo",
  279. "features" : [
  280. {
  281. "name" : "system.clipboard"
  282. }
  283. ]
  284. },
  285. "quickapp-webview" : {
  286. "icon" : "/static/logo-icon.png",
  287. "package" : "com.example.demo",
  288. "minPlatformVersion" : 1070,
  289. "versionName" : "1.0.0",
  290. "versionCode" : 100
  291. },
  292. /* 小程序特有相关 */
  293. "mp-weixin" : {
  294. "appid" : "",
  295. "setting" : {
  296. "urlCheck" : false,
  297. "minified" : true,
  298. "es6" : true
  299. },
  300. "usingComponents" : true,
  301. "permission" : {}
  302. },
  303. "mp-alipay" : {
  304. "usingComponents" : true,
  305. "appid" : ""
  306. },
  307. "mp-baidu" : {
  308. "usingComponents" : true
  309. },
  310. "mp-toutiao" : {
  311. "usingComponents" : true
  312. },
  313. "h5" : {
  314. "template" : "",
  315. "router" : {
  316. "mode" : "hash",
  317. "base" : ""
  318. },
  319. "sdkConfigs" : {
  320. "maps" : {
  321. "amap" : {
  322. "key" : "",
  323. "securityJsCode" : "",
  324. "serviceHost" : ""
  325. }
  326. }
  327. },
  328. "async" : {
  329. "timeout" : 20000
  330. }
  331. },
  332. "_spaceID" : "12a98a60-3b0c-4e0b-aeb6-34933e0e2f2b"
  333. }