manifest.json 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333
  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. "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. }
  95. },
  96. /* SDK配置 */
  97. "sdkConfigs" : {
  98. "speech" : {
  99. "ifly" : {}
  100. },
  101. "geolocation" : {
  102. "amap" : {
  103. "__platform__" : [ "ios", "android" ],
  104. "appkey_ios" : "dbe35acc2b74817021c73062b0318bf4",
  105. "appkey_android" : "bde3903093d0eff03b0052192a67e1c0"
  106. }
  107. },
  108. "share" : {
  109. "weixin" : {
  110. "appid" : "wx2cbf40f5fffa9e80",
  111. "UniversalLinks" : "https://yigefuwusys.sc.yichang.gov.cn/appstore/"
  112. }
  113. },
  114. "ad" : {},
  115. "payment" : {
  116. "alipay" : {
  117. "__platform__" : [ "ios", "android" ]
  118. },
  119. "weixin" : {
  120. "__platform__" : [ "ios", "android" ],
  121. "appid" : "wx2cbf40f5fffa9e80",
  122. "UniversalLinks" : "https://yigefuwusys.sc.yichang.gov.cn/appstore/"
  123. },
  124. "appleiap" : {}
  125. },
  126. "maps" : {
  127. "amap" : {
  128. "appkey_ios" : "dbe35acc2b74817021c73062b0318bf4",
  129. "appkey_android" : "bde3903093d0eff03b0052192a67e1c0"
  130. }
  131. },
  132. "oauth" : {
  133. "weixin" : {
  134. "appid" : "wx2cbf40f5fffa9e80",
  135. "UniversalLinks" : "https://yigefuwusys.sc.yichang.gov.cn/appstore/"
  136. },
  137. "apple" : {}
  138. },
  139. "push" : {
  140. "unipush" : {
  141. "icons" : {
  142. "small" : {
  143. "ldpi" : "static/aaa.png",
  144. "mdpi" : "static/aaa.png",
  145. "hdpi" : "static/aaa.png"
  146. }
  147. }
  148. }
  149. }
  150. },
  151. "orientation" : [ "portrait-primary" ],
  152. "icons" : {
  153. "android" : {
  154. "hdpi" : "unpackage/res/icons/72x72.png",
  155. "xhdpi" : "unpackage/res/icons/96x96.png",
  156. "xxhdpi" : "unpackage/res/icons/144x144.png",
  157. "xxxhdpi" : "unpackage/res/icons/192x192.png"
  158. },
  159. "ios" : {
  160. "appstore" : "unpackage/res/icons/1024x1024.png",
  161. "ipad" : {
  162. "app" : "unpackage/res/icons/76x76.png",
  163. "app@2x" : "unpackage/res/icons/152x152.png",
  164. "notification" : "unpackage/res/icons/20x20.png",
  165. "notification@2x" : "unpackage/res/icons/40x40.png",
  166. "proapp@2x" : "unpackage/res/icons/167x167.png",
  167. "settings" : "unpackage/res/icons/29x29.png",
  168. "settings@2x" : "unpackage/res/icons/58x58.png",
  169. "spotlight" : "unpackage/res/icons/40x40.png",
  170. "spotlight@2x" : "unpackage/res/icons/80x80.png"
  171. },
  172. "iphone" : {
  173. "app@2x" : "unpackage/res/icons/120x120.png",
  174. "app@3x" : "unpackage/res/icons/180x180.png",
  175. "notification@2x" : "unpackage/res/icons/40x40.png",
  176. "notification@3x" : "unpackage/res/icons/60x60.png",
  177. "settings@2x" : "unpackage/res/icons/58x58.png",
  178. "settings@3x" : "unpackage/res/icons/87x87.png",
  179. "spotlight@2x" : "unpackage/res/icons/80x80.png",
  180. "spotlight@3x" : "unpackage/res/icons/120x120.png"
  181. }
  182. }
  183. },
  184. "splashscreen" : {
  185. "useOriginalMsgbox" : true,
  186. "androidStyle" : "default",
  187. "androidTranslucent" : true,
  188. "android" : {
  189. "hdpi" : "splash/Android/res/drawable-mdpi/1080_1.9.png",
  190. "xhdpi" : "splash/Android/res/drawable-xhdpi/1080_1.9.png",
  191. "xxhdpi" : "splash/Android/res/drawable-xxhdpi/1080_1.9.png"
  192. },
  193. "iosStyle" : "storyboard",
  194. "ios" : {
  195. "iphone" : {
  196. "portrait-896h@3x" : "",
  197. "landscape-896h@3x" : "",
  198. "portrait-896h@2x" : "",
  199. "landscape-896h@2x" : "",
  200. "iphonex" : "",
  201. "iphonexl" : "",
  202. "retina55" : "",
  203. "retina55l" : "",
  204. "retina47" : "",
  205. "retina47l" : "",
  206. "retina40" : "",
  207. "retina40l" : "",
  208. "retina35" : ""
  209. },
  210. "storyboard" : "splash/iOS/img.zip"
  211. }
  212. }
  213. },
  214. "safearea" : {
  215. "background" : "#RRGGBB",
  216. "backgroundDark" : "#RRGGBB",
  217. "bottom" : {
  218. "offset" : "none"
  219. }
  220. },
  221. "nativePlugins" : {
  222. "SandPayTypeModule" : {
  223. "jumpScheme_host" : "ygfuJumpScheme",
  224. "__plugin_info__" : {
  225. "name" : "SandPayTypeModule",
  226. "description" : "河马付收银台安卓原生插件",
  227. "platforms" : "Android",
  228. "url" : "",
  229. "android_package_name" : "",
  230. "ios_bundle_id" : "",
  231. "isCloud" : false,
  232. "bought" : -1,
  233. "pid" : "",
  234. "parameters" : {
  235. "jumpScheme_host" : {
  236. "des" : "",
  237. "key" : "",
  238. "value" : ""
  239. }
  240. }
  241. }
  242. },
  243. "HMPTLib-HMPLibModule" : {
  244. "__plugin_info__" : {
  245. "name" : "HMPLibModule",
  246. "description" : "河马付支付示例插件",
  247. "platforms" : "iOS",
  248. "url" : "",
  249. "android_package_name" : "",
  250. "ios_bundle_id" : "",
  251. "isCloud" : false,
  252. "bought" : -1,
  253. "pid" : "",
  254. "parameters" : {}
  255. }
  256. },
  257. "DHQ-AlipayAuth" : {
  258. "__plugin_info__" : {
  259. "name" : "【免费】支付宝授权登录,支持iOS和Android,适用uni集成的支付宝支付",
  260. "description" : "iOS && Android 原生授权获取auth_code",
  261. "platforms" : "Android,iOS",
  262. "url" : "https://ext.dcloud.net.cn/plugin?id=13888",
  263. "android_package_name" : "com.yichang.yigefuwuapp",
  264. "ios_bundle_id" : "com.yichang.yigefuwuapp",
  265. "isCloud" : true,
  266. "bought" : 1,
  267. "pid" : "13888",
  268. "parameters" : {}
  269. }
  270. }
  271. }
  272. },
  273. /* 快应用特有相关 */
  274. "quickapp" : {},
  275. "quickapp-native" : {
  276. "icon" : "/static/logo-icon.png",
  277. "package" : "com.example.demo",
  278. "features" : [
  279. {
  280. "name" : "system.clipboard"
  281. }
  282. ]
  283. },
  284. "quickapp-webview" : {
  285. "icon" : "/static/logo-icon.png",
  286. "package" : "com.example.demo",
  287. "minPlatformVersion" : 1070,
  288. "versionName" : "1.0.0",
  289. "versionCode" : 100
  290. },
  291. /* 小程序特有相关 */
  292. "mp-weixin" : {
  293. "appid" : "",
  294. "setting" : {
  295. "urlCheck" : false,
  296. "minified" : true,
  297. "es6" : true
  298. },
  299. "usingComponents" : true,
  300. "permission" : {}
  301. },
  302. "mp-alipay" : {
  303. "usingComponents" : true,
  304. "appid" : ""
  305. },
  306. "mp-baidu" : {
  307. "usingComponents" : true
  308. },
  309. "mp-toutiao" : {
  310. "usingComponents" : true
  311. },
  312. "h5" : {
  313. "template" : "",
  314. "router" : {
  315. "mode" : "hash",
  316. "base" : ""
  317. },
  318. "sdkConfigs" : {
  319. "maps" : {
  320. "amap" : {
  321. "key" : "",
  322. "securityJsCode" : "",
  323. "serviceHost" : ""
  324. }
  325. }
  326. },
  327. "async" : {
  328. "timeout" : 20000
  329. }
  330. },
  331. "_spaceID" : "12a98a60-3b0c-4e0b-aeb6-34933e0e2f2b"
  332. }