manifest.json 14 KB

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