manifest.json 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443
  1. {
  2. "name" : "乐享韶华",
  3. "appid" : "__UNI__3983062",
  4. "description" : "",
  5. "versionName" : "1.0.0",
  6. "versionCode" : 100,
  7. "transformPx" : false,
  8. /* 5+App特有相关 */
  9. "app-plus" : {
  10. "usingComponents" : true,
  11. "nvueStyleCompiler" : "uni-app",
  12. "compilerVersion" : 3,
  13. "image" : {
  14. //关闭图片压缩 扫码时
  15. "compress" : false
  16. },
  17. "splashscreen" : {
  18. "alwaysShowBeforeRender" : false,
  19. "waiting" : false,
  20. "autoclose" : false,
  21. "delay" : 0
  22. },
  23. "safearea" : {
  24. "bottom" : {
  25. "offset" : "none"
  26. }
  27. },
  28. "compatible" : {
  29. "ignoreVersion" : true
  30. },
  31. "disallowOverscroll" : true, // 确保这里没有设置为 false
  32. "scaleMode" : "system", // 确保这里设置为 "system"
  33. "plugins" : {
  34. "push" : {
  35. "description" : "本地推送"
  36. }
  37. },
  38. // "runtimeVersion":"",
  39. // "compilerVersion":""
  40. // "titleNView": { //可选,JSON对象,标题栏相关配置
  41. // "backgroundColor": "#RRGGBB", //可选,字符串类型,#RRGGBB格式,标题栏背景颜色
  42. // "titleText": "", //可选,字符串类型,标题栏标题文字内容
  43. // "titleColor": "#RRGGBB", //可选,字符串类型,#RRGGBB格式,标题栏标题文字颜色
  44. // "titleSize": "36px", //可选,字符串类型,标题字体大小,默认大小为17px
  45. // "autoBackButton": true, //可选,Boolean类型,是否显示标题栏上返回键
  46. // "backButton": { //可选,JSON对象,返回键样式
  47. // "backgournd": "#RRGGBB", //可选,字符串类型,#RRGGBB格式,返回按钮背景颜色
  48. // "color": "#RRGGBB", //可选,字符串类型,#RRGGBB格式,返回图标颜色
  49. // "colorPressed": "#RRGGBB" //可选,字符串类型,#RRGGBB,返回图标按下时的颜色
  50. // },
  51. // "buttons": [ //可选,JSON对象数组,标题栏按钮配置
  52. // {
  53. // "color": "#RRGGBB", //可选,字符串类型,#RRGGBB格式,按钮上的文字颜色
  54. // "colorPressed": "#RRGGBB", //可选,字符串类型,#RRGGBB格式,按钮按下状态的文字颜色
  55. // "float": "right", //可选,字符串类型,按钮显示位置,可取值left、right
  56. // "fontWeight": "normal", //可选,字符串类型,按钮上文字的粗细,可取值normal、bold
  57. // "fontSize": "22px", //可选,字符串类型,按钮上文字的大小
  58. // "fontSrc": "", //可选,字符串类型,按钮上文字使用的字体文件路径
  59. // "text": "" //可选,字符串类型,按钮上显示的文字
  60. // }
  61. // ],
  62. // "splitLine": { //可选,JSON对象,标题栏分割线样式
  63. // "color": "#RRGGBB", //可选,字符串类型,#RRGGBB格式,分割线颜色
  64. // "height": "1px" //可选,字符串类型,分割线高度
  65. // }
  66. // },
  67. /* 模块配置 */
  68. "modules" : {
  69. "Contacts" : {},
  70. "VideoPlayer" : {
  71. "package" : "video"
  72. },
  73. "Camera" : {},
  74. "Barcode" : {},
  75. "LivePusher" : {},
  76. "OAuth" : {},
  77. "Share" : {},
  78. "Record" : {},
  79. "Push" : {},
  80. "Payment" : {}
  81. },
  82. /* 应用发布信息 */
  83. "distribute" : {
  84. /* android打包配置 */
  85. "android" : {
  86. "permissions" : [
  87. "<uses-feature android:name=\"android.hardware.camera\"/>",
  88. "<uses-feature android:name=\"android.hardware.camera.autofocus\"/>",
  89. "<uses-permission android:name=\"android.permission.ACCESS_MOCK_LOCATION\"/>",
  90. "<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>",
  91. "<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>",
  92. "<uses-permission android:name=\"android.permission.CALL_PHONE\"/>",
  93. "<uses-permission android:name=\"android.permission.CAMERA\"/>",
  94. "<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>",
  95. "<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>",
  96. "<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>",
  97. // "<uses-permission android:name=\"android.permission.GET_ACCOUNTS\"/>",
  98. "<uses-permission android:name=\"android.permission.MODIFY_AUDIO_SETTINGS\"/>",
  99. "<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>",
  100. // "<uses-permission android:name=\"android.permission.READ_CONTACTS\"/>",
  101. "<uses-permission android:name=\"android.permission.READ_LOGS\"/>",
  102. "<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>",
  103. "<uses-permission android:name=\"android.permission.RECORD_AUDIO\"/>",
  104. "<uses-permission android:name=\"android.permission.VIBRATE\"/>",
  105. "<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>",
  106. // "<uses-permission android:name=\"android.permission.WRITE_CONTACTS\"/>",
  107. "<uses-permission android:name=\"android.permission.REQUEST_NOTIFICATION_POLICY\" />",
  108. "<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>",
  109. "<uses-permission android:name=\"android.permission.POST_NOTIFICATIONS\"/>"
  110. ],
  111. "notificationChannels" : [
  112. {
  113. "id" : "sticky_channel",
  114. "name" : "IM通知",
  115. "importance" : "high", // 高优先级
  116. "description" : "",
  117. "lights" : true,
  118. "vibration" : true
  119. }
  120. ],
  121. "abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ],
  122. "schemes" : "zklive",
  123. "targetSdkVersion" : 30,
  124. "permissionExternalStorage" : {
  125. "request" : "none", //可取值none、once、always。
  126. "prompt" : "应用保存运行状态等信息,需要获取读写手机存储(系统提示为访问设备上的照片、媒体内容和文件)权限,请允许。"
  127. },
  128. "permissionPhoneState" : {
  129. "request" : "none", //可取值none、once、always。
  130. "prompt" : "为保证您正常、安全地使用,需要获取设备识别码(部分手机提示为获取手机号码)使用权限,请允许。"
  131. },
  132. "minSdkVersion" : 24
  133. },
  134. /* ios打包配置 */
  135. "ios" : {
  136. "dSYMs" : false,
  137. "inAppPurchase" : [ "vip_month_one", "vip_month_twelve", "vip_month_three" ],
  138. "capabilities" : {
  139. "entitlements" : {
  140. "com.apple.developer.associated-domains" : [
  141. "applinks:zklink.ylrzcloud.com",
  142. "applinks:static-mp-3b8a6ec4-9bdf-43af-81e7-d3b36a017c34.next.bspapp.com"
  143. ]
  144. }
  145. },
  146. "privacyDescription" : {
  147. "NSPhotoLibraryUsageDescription" : "便于您使用该功能上传您的照片/图片/视频及用于更换头像、下载、问诊等场景中读取相册和文件内容",
  148. "NSPhotoLibraryAddUsageDescription" : "便于您使用该功能上传您的照片/图片/视频及用于更换头像、下载、问诊等场景中写入相册和文件内容",
  149. "NSCameraUsageDescription" : "便于您使用该功能上传图片,用于问诊等场景中发送拍摄图片",
  150. "NSMicrophoneUsageDescription" : "此App需要访问您的麦克风说话"
  151. },
  152. "urltypes" : "wwauthf15af5d781bee541000038,wwauth8fddae4df911c6aa000073,wwauthe6e3a3fd25eae04e000015,wwauth44239b22628b206c000099,wwauthdbd998fbb222fd91000093,wwautheb0666cc79d79da5000036,wwauth91088a1e17d81d6d000060,wwautha594e16ad105f9b7000054,wwauth6a7548362b9cad48000058,wwauth70ac72e824957fc9000006,wwauth5a88c4f879f204c5000046,wwauth96c0b2ad89546e5a000012,wwauth12ce922187cbbd36000029,wwauth07d0b538b8fdd29a000034,wwauth3a7bc63475e9f3dd000030,wwauth0590bdbaca51d96e000032,wwauthf49d502737165389000014,wwauth98294fb364da9d9c000031,wwauthdf650a12d59fd4d9000034,wwauth5b5506c754838051000029,wwautha425b9bfad14ba55000008,wwauth4a42ea8c821dc033000013,wwauth27a91d87668dd96d000006",
  153. "urlschemewhitelist" : "weixin,weixinULAPI"
  154. },
  155. /* SDK配置 */
  156. "sdkConfigs" : {
  157. "ad" : {},
  158. "share" : {
  159. "weixin" : {
  160. "appid" : "wxecdaff01852ca309",
  161. "UniversalLinks" : "https://static-mp-3b8a6ec4-9bdf-43af-81e7-d3b36a017c34.next.bspapp.com/uni-universallinks/__UNI__3983062/"
  162. }
  163. },
  164. "speech" : {},
  165. "oauth" : {
  166. "weixin" : {
  167. "appid" : "wxecdaff01852ca309",
  168. "UniversalLinks" : "https://static-mp-3b8a6ec4-9bdf-43af-81e7-d3b36a017c34.next.bspapp.com/uni-universallinks/__UNI__3983062/"
  169. },
  170. "univerify" : {}
  171. },
  172. "geolocation" : {
  173. "system" : {
  174. "__platform__" : [ "ios", "android" ]
  175. }
  176. },
  177. "push" : {},
  178. "maps" : {},
  179. "payment" : {
  180. "alipay" : {
  181. "__platform__" : [ "ios", "android" ]
  182. },
  183. "weixin" : {
  184. "__platform__" : [ "ios", "android" ],
  185. "appid" : "wxecdaff01852ca309",
  186. "UniversalLinks" : "https://static-mp-3b8a6ec4-9bdf-43af-81e7-d3b36a017c34.next.bspapp.com/uni-universallinks/__UNI__3983062/"
  187. }
  188. },
  189. "statics" : {}
  190. },
  191. // "push" : {
  192. // "unipush" : null
  193. // }
  194. "splashscreen" : {
  195. "androidStyle" : "default",
  196. "useOriginalMsgbox" : true,
  197. "android" : {
  198. "hdpi" : "static/images/launch/480.png",
  199. "xhdpi" : "static/images/launch/720.png",
  200. "xxhdpi" : "static/images/launch/1080x2340.png"
  201. },
  202. "iosStyle" : "common"
  203. },
  204. "icons" : {
  205. "android" : {
  206. "hdpi" : "unpackage/res/icons/72x72.png",
  207. "xhdpi" : "unpackage/res/icons/96x96.png",
  208. "xxhdpi" : "unpackage/res/icons/144x144.png",
  209. "xxxhdpi" : "unpackage/res/icons/192x192.png"
  210. },
  211. "ios" : {
  212. "appstore" : "unpackage/res/icons/1024x1024.png",
  213. "ipad" : {
  214. "app" : "unpackage/res/icons/76x76.png",
  215. "app@2x" : "unpackage/res/icons/152x152.png",
  216. "notification" : "unpackage/res/icons/20x20.png",
  217. "notification@2x" : "unpackage/res/icons/40x40.png",
  218. "proapp@2x" : "unpackage/res/icons/167x167.png",
  219. "settings" : "unpackage/res/icons/29x29.png",
  220. "settings@2x" : "unpackage/res/icons/58x58.png",
  221. "spotlight" : "unpackage/res/icons/40x40.png",
  222. "spotlight@2x" : "unpackage/res/icons/80x80.png"
  223. },
  224. "iphone" : {
  225. "app@2x" : "unpackage/res/icons/120x120.png",
  226. "app@3x" : "unpackage/res/icons/180x180.png",
  227. "notification@2x" : "unpackage/res/icons/40x40.png",
  228. "notification@3x" : "unpackage/res/icons/60x60.png",
  229. "settings@2x" : "unpackage/res/icons/58x58.png",
  230. "settings@3x" : "unpackage/res/icons/87x87.png",
  231. "spotlight@2x" : "unpackage/res/icons/80x80.png",
  232. "spotlight@3x" : "unpackage/res/icons/120x120.png"
  233. }
  234. }
  235. }
  236. },
  237. "nativePlugins" : {
  238. "Ba-CameraView" : {
  239. "__plugin_info__" : {
  240. "name" : "Ba-CameraView",
  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. }
  251. },
  252. "DCloud-PushSound" : {
  253. "__plugin_info__" : {
  254. "name" : "DCloud-PushSound",
  255. "description" : "自定义推送铃声",
  256. "platforms" : "Android,iOS",
  257. "url" : "",
  258. "android_package_name" : "",
  259. "ios_bundle_id" : "",
  260. "isCloud" : false,
  261. "bought" : -1,
  262. "pid" : "",
  263. "parameters" : {}
  264. }
  265. },
  266. "TZBank-Cashier" : {
  267. "__plugin_info__" : {
  268. "name" : "TZBank-Cashier",
  269. "description" : "台州银行收银台支付插件",
  270. "platforms" : "Android,iOS",
  271. "url" : "",
  272. "android_package_name" : "",
  273. "ios_bundle_id" : "",
  274. "isCloud" : false,
  275. "bought" : -1,
  276. "pid" : "",
  277. "parameters" : {}
  278. }
  279. },
  280. "Tuoyun-OpenIMSDK" : {
  281. "__plugin_info__" : {
  282. "name" : "OpenIMSDK",
  283. "description" : "OpenIM SDK for uni-app advance v3.8.3-patch.3-e-v1.1.11",
  284. "platforms" : "Android,iOS",
  285. "url" : "",
  286. "android_package_name" : "",
  287. "ios_bundle_id" : "",
  288. "isCloud" : false,
  289. "bought" : -1,
  290. "pid" : "",
  291. "parameters" : {}
  292. }
  293. },
  294. "wxMerchantTransfer" : {
  295. "__plugin_info__" : {
  296. "name" : "微信商家转账插件",
  297. "description" : "微信商家转账插件",
  298. "platforms" : "Android",
  299. "url" : "",
  300. "android_package_name" : "",
  301. "ios_bundle_id" : "",
  302. "isCloud" : false,
  303. "bought" : -1,
  304. "pid" : "",
  305. "parameters" : {}
  306. }
  307. }
  308. },
  309. "uniStatistics" : {
  310. "enable" : true
  311. },
  312. "uniCloud" : {
  313. "provider" : "aliyun",
  314. "spaceId" : "96f0e031-f37a-48ef-84c7-2023f6360c0a",
  315. "clientSecret" : "9+KF0lfvaf+If/thEM0DEg==",
  316. "endpoint" : "https://api.next.bspapp.com"
  317. }
  318. },
  319. /* 快应用特有相关 */
  320. "quickapp" : {},
  321. /* 小程序特有相关 */
  322. "mp-weixin" : {
  323. "appid" : "",
  324. "setting" : {
  325. "urlCheck" : false
  326. },
  327. "usingComponents" : true,
  328. "permission" : {
  329. "scope.userLocation" : {
  330. "desc" : "获取您的位置信息为了更好的推荐服务"
  331. }
  332. },
  333. "requiredPrivateInfos" : [ "getLocation", "chooseLocation" ]
  334. },
  335. "mp-alipay" : {
  336. "usingComponents" : true
  337. },
  338. "mp-baidu" : {
  339. "usingComponents" : true
  340. },
  341. "mp-toutiao" : {
  342. "usingComponents" : true
  343. },
  344. "uniStatistics" : {
  345. "enable" : false,
  346. "version" : "2"
  347. },
  348. "vueVersion" : "2",
  349. "compilerOptions" : {
  350. "minify" : true,
  351. "treeShaking" : true,
  352. "sourceMap" : false
  353. },
  354. // "compatConfig" : {
  355. // "MODE" : 2 // 启用Vue2兼容模式
  356. // }
  357. "h5" : {
  358. "title" : "乐享韶华",
  359. "devServer" : {
  360. "disableHostCheck" : true,
  361. "https" : false
  362. },
  363. "optimization" : {
  364. "treeShaking" : {
  365. "enable" : true
  366. }
  367. },
  368. "router" : {
  369. "mode" : "history",
  370. "base" : "/"
  371. },
  372. "sdkConfigs" : {
  373. "maps" : {
  374. "amap" : {
  375. "key" : "ae15f2eb04bbc8e9f2963430f0943a42",
  376. "securityJsCode" : "",
  377. "serviceHost" : ""
  378. }
  379. }
  380. },
  381. "template" : "template.h5.html"
  382. },
  383. "sassImplementationName" : "node-sass",
  384. "channel_list" : [
  385. {
  386. "id" : "master",
  387. "name" : "官方渠道"
  388. },
  389. {
  390. "id" : "baidu",
  391. "name" : "百度"
  392. },
  393. {
  394. "id" : "yyb",
  395. "name" : "应用宝"
  396. },
  397. {
  398. "id" : "yybh5",
  399. "name" : "应用宝h5"
  400. },
  401. {
  402. "id" : "yybadv",
  403. "name" : "应用宝投流"
  404. },
  405. {
  406. "id" : "yybadv1",
  407. "name" : "应用宝投流1"
  408. },
  409. {
  410. "id" : "huawei",
  411. "name" : "华为"
  412. },
  413. {
  414. "id" : "honor",
  415. "name" : "荣耀"
  416. },
  417. {
  418. "id" : "xiaomi",
  419. "name" : "小米"
  420. },
  421. {
  422. "id" : "oppo",
  423. "name" : "oppo"
  424. },
  425. {
  426. "id" : "vivo",
  427. "name" : "vivo"
  428. },
  429. {
  430. "id" : "softworks",
  431. "name" : "软著"
  432. }
  433. ],
  434. "app-harmony" : {
  435. "distribute" : {
  436. "modules" : {
  437. "uni-push" : {}
  438. },
  439. "bundleName" : "com.mytek.zklive1"
  440. }
  441. },
  442. "_spaceID" : "mp-3b8a6ec4-9bdf-43af-81e7-d3b36a017c34"
  443. }