manifest.json 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258
  1. {
  2. "name" : "亿职赞",
  3. "appid" : "__UNI__0B0096D",
  4. "description" : "",
  5. "versionName" : "1.2.4",
  6. "versionCode" : 124,
  7. "transformPx" : false,
  8. "sassImplementationName" : "node-sass",
  9. /* 5+App特有相关 */
  10. "app-plus" : {
  11. "safearea": {
  12. "bottom": "none"
  13. },
  14. "usingComponents" : true,
  15. "nvueStyleCompiler" : "uni-app",
  16. "compilerVersion" : 3,
  17. "splashscreen" : {
  18. "alwaysShowBeforeRender" : true,
  19. "waiting" : true,
  20. "autoclose" : true,
  21. "delay" : 0
  22. },
  23. /* 模块配置 */
  24. "modules" : {
  25. "Payment" : {},
  26. "Share" : {},
  27. "OAuth" : {},
  28. "Maps" : {},
  29. "Push" : {},
  30. "Geolocation" : {},
  31. "Camera" : {},
  32. "Record" : {}
  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_NETWORK_STATE\"/>",
  43. "<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>",
  44. "<uses-permission android:name=\"android.permission.CAMERA\"/>",
  45. "<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>",
  46. "<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>",
  47. "<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>",
  48. "<uses-permission android:name=\"android.permission.GET_ACCOUNTS\"/>",
  49. "<uses-permission android:name=\"android.permission.INTERNET\"/>",
  50. "<uses-permission android:name=\"android.permission.MODIFY_AUDIO_SETTINGS\"/>",
  51. "<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>",
  52. "<uses-permission android:name=\"android.permission.READ_LOGS\"/>",
  53. "<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>",
  54. "<uses-permission android:name=\"android.permission.RECORD_AUDIO\"/>",
  55. "<uses-permission android:name=\"android.permission.VIBRATE\"/>",
  56. "<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>",
  57. "<uses-permission android:name=\"android.permission.WRITE_EXTERNAL_STORAGE\"/>",
  58. "<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>",
  59. "<uses-permission android:name=\"android.permission.CALL_PHONE\"/>",
  60. "<uses-permission android:name=\"android.permission.READ_EXTERNAL_STORAGE\"/>"
  61. ],
  62. "autoSdkPermissions" : true,
  63. "targetSdkVersion" : 33,
  64. "minSdkVersion" : 21,
  65. "abiFilters" : [ "arm64-v8a" ]
  66. },
  67. /* ios打包配置 */
  68. "ios" : {
  69. "dSYMs" : false,
  70. "privacyDescription" : {
  71. "NSPhotoLibraryUsageDescription" : "用于从相册选择简历头像、作品照片,完善个人资料",
  72. "NSPhotoLibraryAddUsageDescription" : "用于将编辑好的简历资料、岗位信息保存到相册,方便您查看与分享",
  73. "NSMicrophoneUsageDescription" : "用于录制语音介绍,补充简历的个人展示内容",
  74. "NSLocationWhenInUseUsageDescription" : "用于获取您的当前位置,推荐同城的求职岗位与招聘信息",
  75. "NSCameraUsageDescription" : "于拍摄简历头像、作品照片,完成个人资料的编辑与上传",
  76. "NSContactsUsageDescription" : "用于导入通讯录中的求职联系人,快速分享招聘信息",
  77. "NSCalendarsUsageDescription" : "用于同步面试时间到日历,提醒您及时参加面试",
  78. "NSLocationAlwaysAndWhenInUseUsageDescription" : "用于获取您的当前位置,推荐同城的求职岗位与招聘信息"
  79. }
  80. },
  81. /* SDK配置 */
  82. "sdkConfigs" : {
  83. "payment" : {
  84. "weixin" : {
  85. "__platform__" : [ "android" ],
  86. "appid" : "wx6b884c8431f096c4",
  87. "UniversalLinks" : "https://h5.bosszan.com/appleauth/"
  88. },
  89. "alipay" : {
  90. "__platform__" : [ "ios", "android" ]
  91. }
  92. },
  93. "share" : {
  94. "weixin" : {
  95. "appid" : "wx6b884c8431f096c4",
  96. "UniversalLinks" : "https://h5.bosszan.com/appleauth/"
  97. }
  98. },
  99. "oauth" : {
  100. "weixin" : {
  101. "appid" : "wx6b884c8431f096c4",
  102. "appsecret" : "30d3fd06ab473f07b0a4b45e1048b5cb",
  103. "UniversalLinks" : "https://h5.bosszan.com/appleauth/"
  104. },
  105. "apple" : {}
  106. },
  107. "ad" : {},
  108. "maps" : {
  109. "amap" : {
  110. "appkey_ios" : "a1e68f48e440236becd58509861974d2",
  111. "appkey_android" : "766b93984c7d9fdd4a537d541a8a4733",
  112. "name" : "amap6EYNrBli"
  113. }
  114. },
  115. "push" : {
  116. "unipush" : {}
  117. },
  118. "geolocation" : {
  119. "amap" : {
  120. "name" : "amap6EYNrBli",
  121. "__platform__" : [ "ios", "android" ],
  122. "appkey_ios" : "a1e68f48e440236becd58509861974d2",
  123. "appkey_android" : "766b93984c7d9fdd4a537d541a8a4733"
  124. }
  125. }
  126. },
  127. "icons" : {
  128. "android" : {
  129. "hdpi" : "unpackage/res/icons/72x72.png",
  130. "xhdpi" : "unpackage/res/icons/96x96.png",
  131. "xxhdpi" : "unpackage/res/icons/144x144.png",
  132. "xxxhdpi" : "unpackage/res/icons/192x192.png"
  133. },
  134. "ios" : {
  135. "appstore" : "unpackage/res/icons/1024x1024.png",
  136. "ipad" : {
  137. "app" : "unpackage/res/icons/76x76.png",
  138. "app@2x" : "unpackage/res/icons/152x152.png",
  139. "notification" : "unpackage/res/icons/20x20.png",
  140. "notification@2x" : "unpackage/res/icons/40x40.png",
  141. "proapp@2x" : "unpackage/res/icons/167x167.png",
  142. "settings" : "unpackage/res/icons/29x29.png",
  143. "settings@2x" : "unpackage/res/icons/58x58.png",
  144. "spotlight" : "unpackage/res/icons/40x40.png",
  145. "spotlight@2x" : "unpackage/res/icons/80x80.png"
  146. },
  147. "iphone" : {
  148. "app@2x" : "unpackage/res/icons/120x120.png",
  149. "app@3x" : "unpackage/res/icons/180x180.png",
  150. "notification@2x" : "unpackage/res/icons/40x40.png",
  151. "notification@3x" : "unpackage/res/icons/60x60.png",
  152. "settings@2x" : "unpackage/res/icons/58x58.png",
  153. "settings@3x" : "unpackage/res/icons/87x87.png",
  154. "spotlight@2x" : "unpackage/res/icons/80x80.png",
  155. "spotlight@3x" : "unpackage/res/icons/120x120.png"
  156. }
  157. }
  158. },
  159. "splashscreen" : {
  160. "useOriginalMsgbox" : true,
  161. "androidStyle" : "default",
  162. "android" : {
  163. "hdpi" : "static/images/start.png",
  164. "xhdpi" : "",
  165. "xxhdpi" : ""
  166. }
  167. }
  168. },
  169. "nvueCompiler" : "uni-app",
  170. "nativePlugins" : {
  171. "TRTCCloudUniPlugin-TRTCCloudImpl" : {
  172. "__plugin_info__" : {
  173. "name" : "【官方】腾讯云实时音视频SDK",
  174. "description" : "uni-app TRTC SDK 是腾讯云实时音视频通讯解决方案在 uni-app 上的 SDK,提供实时音视频服务",
  175. "platforms" : "Android,iOS",
  176. "url" : "https://ext.dcloud.net.cn/plugin?id=7774",
  177. "android_package_name" : "uni.app.UNI0B0096D",
  178. "ios_bundle_id" : "",
  179. "isCloud" : true,
  180. "bought" : 1,
  181. "pid" : "7774",
  182. "parameters" : {}
  183. }
  184. }
  185. }
  186. },
  187. /* 快应用特有相关 */
  188. "quickapp" : {},
  189. /* 小程序特有相关 */
  190. "mp-weixin" : {
  191. "appid" : "wx8211debf9a8a8457",
  192. "setting" : {
  193. "urlCheck" : false,
  194. "minified" : true,
  195. "postcss" : true,
  196. "es6" : true
  197. },
  198. "usingComponents" : true,
  199. "optimization" : {
  200. "subPackages" : true
  201. },
  202. "permission" : {
  203. "scope.userLocation" : {
  204. "desc" : "你的位置信息将用于小程序定位"
  205. }
  206. },
  207. "requiredPrivateInfos" : [ "getLocation", "chooseLocation" ]
  208. },
  209. "mp-alipay" : {
  210. "usingComponents" : true
  211. },
  212. "mp-baidu" : {
  213. "usingComponents" : true
  214. },
  215. "mp-toutiao" : {
  216. "usingComponents" : true
  217. },
  218. "uniStatistics" : {
  219. "enable" : false,
  220. "version" : "2"
  221. },
  222. "h5" : {
  223. "router" : {
  224. "mode" : "history"
  225. },
  226. "devServer" : {
  227. "https" : false,
  228. "port" : 8080,
  229. "disableHostCheck" : true,
  230. "proxy" : {
  231. // 可代理多个
  232. "/TencentGet" : {
  233. "target" : "https://apis.map.qq.com/ws/geocoder/v1/", // 腾讯地图逆地址解析
  234. "changeOrigin" : true,
  235. "secure" : false,
  236. "pathRewrite" : {
  237. "^/TencentGet" : ""
  238. }
  239. },
  240. "/sqx_fast" : {
  241. "target" : "https://www.bosszan.com",
  242. "changeOrigin" : true,
  243. "secure" : false
  244. }
  245. }
  246. },
  247. "sdkConfigs" : {
  248. "maps" : {
  249. "amap" : {
  250. "key" : "d4e1801c10ca17483480720d4d02f898",
  251. "securityJsCode" : "ca5aa52a62f2b20599dedfcfcd787219",
  252. "serviceHost" : "https://gaode.angeltoken.net/_AMapService"
  253. }
  254. }
  255. }
  256. },
  257. "locale" : "zh-Hans"
  258. }