manifest.json 11 KB

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