manifest.json 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534
  1. {
  2. "name" : "芳华未来",
  3. "appid" : "h",
  4. "description" : "",
  5. "versionName" : "1.7.7",
  6. "versionCode" : 1770,
  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. "Record" : {},
  70. "VideoPlayer" : {
  71. "package" : "video"
  72. },
  73. "Share" : {},
  74. "Camera" : {},
  75. "Push" : {},
  76. "Barcode" : {},
  77. "LivePusher" : {},
  78. "OAuth" : {},
  79. "Payment" : {},
  80. "Bluetooth" : {}
  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. "<uses-permission android:name=\"com.huawei.android.launcher.permission.CHANGE_BADGE\"/>"
  111. ],
  112. "notificationChannels" : [
  113. {
  114. "id" : "sticky_channel",
  115. "name" : "IM通知",
  116. "importance" : "high", // 高优先级
  117. "description" : "",
  118. "lights" : true,
  119. "vibration" : true
  120. }
  121. ],
  122. "abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ],
  123. "schemes" : "sksdApp",
  124. "targetSdkVersion" : 30,
  125. "permissionExternalStorage" : {
  126. "request" : "none", //可取值none、once、always。
  127. "prompt" : "应用保存运行状态等信息,需要获取读写手机存储(系统提示为访问设备上的照片、媒体内容和文件)权限,请允许。"
  128. },
  129. "permissionPhoneState" : {
  130. "request" : "none", //可取值none、once、always。
  131. "prompt" : "为保证您正常、安全地使用,需要获取设备识别码(部分手机提示为获取手机号码)使用权限,请允许。"
  132. },
  133. "minSdkVersion" : 24
  134. },
  135. /* ios打包配置 */
  136. "ios" : {
  137. "dSYMs" : true,
  138. "inAppPurchase" : [ "vip_month_one", "vip_month_twelve", "vip_month_three" ],
  139. "capabilities" : {
  140. "entitlements" : {
  141. "com.apple.developer.associated-domains" : [ "applinks:rtlink.ylrzcloud.com" ]
  142. }
  143. },
  144. "privacyDescription" : {
  145. "NSLocationWhenInUseUsageDescription" : "我们需要获取您的位置信息,主要用于:在聊天时向用户发送地理位置信息。",
  146. "NSLocationAlwaysAndWhenInUseUsageDescription" : "我们需要获取您的位置信息,主要用于:在聊天时向用户发送地理位置信息。",
  147. "NSPhotoLibraryUsageDescription" : "便于您使用该功能上传您的照片/图片/视频及用于更换头像、下载等场景中读取相册和文件内容",
  148. "NSPhotoLibraryAddUsageDescription" : "便于您使用该功能上传您的照片/图片/视频及用于更换头像、下载等场景中写入相册和文件内容",
  149. "NSCameraUsageDescription" : "便于您使用该功能上传图片,用于沟通聊天等场景中发送拍摄图片",
  150. "NSMicrophoneUsageDescription" : "用于发送语音消息、声音采集录制等场景中需要使用麦克风"
  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. "plist" : {
  155. "NSAppTransportSecurity" : {
  156. "NSAllowsArbitraryLoads" : false,
  157. "NSAllowsArbitraryLoadsInWebContent" : true,
  158. "NSAllowsArbitraryLoadsForMedia" : true,
  159. "NSExceptionDomains" : {
  160. "tcpv.ylrzcloud.com" : {
  161. "NSIncludesSubdomains" : true,
  162. "NSExceptionAllowsInsecureHTTPLoads" : false,
  163. "NSExceptionRequiresForwardSecrecy" : false,
  164. "NSExceptionMinimumTLSVersion" : "TLSv1.2"
  165. },
  166. "tliveapp.com" : {
  167. "NSIncludesSubdomains" : true,
  168. "NSExceptionAllowsInsecureHTTPLoads" : false,
  169. "NSExceptionRequiresForwardSecrecy" : false,
  170. "NSExceptionMinimumTLSVersion" : "TLSv1.2"
  171. },
  172. "tlivemcdn.com" : {
  173. "NSIncludesSubdomains" : true,
  174. "NSExceptionAllowsInsecureHTTPLoads" : false,
  175. "NSExceptionRequiresForwardSecrecy" : false,
  176. "NSExceptionMinimumTLSVersion" : "TLSv1.2"
  177. }
  178. }
  179. }
  180. }
  181. },
  182. /* SDK配置 */
  183. "sdkConfigs" : {
  184. "ad" : {
  185. "gdt" : {},
  186. "ks" : {},
  187. "sigmob" : {},
  188. "zy" : {},
  189. "fl" : {},
  190. "yt" : {},
  191. "bd" : {},
  192. "gm" : {}
  193. },
  194. "share" : {
  195. "weixin" : {
  196. "appid" : "wx703c4bd07bbd1695",
  197. "UniversalLinks" : "https://rtlink.ylrzcloud.com/uni-universallinks/__UNI__33EAA2D/"
  198. }
  199. },
  200. "speech" : {},
  201. "oauth" : {
  202. "weixin" : {
  203. "appid" : "wx703c4bd07bbd1695",
  204. "UniversalLinks" : "https://rtlink.ylrzcloud.com/uni-universallinks/__UNI__33EAA2D/"
  205. },
  206. "univerify" : {},
  207. "apple" : {}
  208. },
  209. "geolocation" : {
  210. "system" : {
  211. "__platform__" : [ "ios", "android" ]
  212. }
  213. },
  214. "push" : {
  215. "unipush" : {
  216. "version" : "2",
  217. "offline" : true,
  218. "hms" : {},
  219. "oppo" : {},
  220. "vivo" : {},
  221. "mi" : {},
  222. "honor" : {},
  223. "icons" : {
  224. "small" : {
  225. "hdpi" : "unpackage/res/icons/36x36.png"
  226. }
  227. }
  228. }
  229. },
  230. "maps" : {},
  231. "payment" : {
  232. "appleiap" : {},
  233. "weixin" : {
  234. "__platform__" : [ "ios", "android" ],
  235. "appid" : "wx703c4bd07bbd1695",
  236. "UniversalLinks" : "https://rtlink.ylrzcloud.com/uni-universallinks/__UNI__33EAA2D/"
  237. }
  238. }
  239. },
  240. // "push" : {
  241. // "unipush" : null
  242. // }
  243. "splashscreen" : {
  244. "androidStyle" : "default",
  245. "useOriginalMsgbox" : true,
  246. "android" : {
  247. "hdpi" : "static/images/launch/480x762.png",
  248. "xhdpi" : "static/images/launch/720x1242.png",
  249. "xxhdpi" : "static/images/launch/1080x2340.png"
  250. },
  251. "iosStyle" : "common"
  252. },
  253. "icons" : {
  254. "android" : {
  255. "hdpi" : "unpackage/res/icons/72x72.png",
  256. "xhdpi" : "unpackage/res/icons/96x96.png",
  257. "xxhdpi" : "unpackage/res/icons/144x144.png",
  258. "xxxhdpi" : "unpackage/res/icons/192x192.png"
  259. },
  260. "ios" : {
  261. "appstore" : "unpackage/res/icons/1024x1024.png",
  262. "ipad" : {
  263. "app" : "unpackage/res/icons/76x76.png",
  264. "app@2x" : "unpackage/res/icons/152x152.png",
  265. "notification" : "unpackage/res/icons/20x20.png",
  266. "notification@2x" : "unpackage/res/icons/40x40.png",
  267. "proapp@2x" : "unpackage/res/icons/167x167.png",
  268. "settings" : "unpackage/res/icons/29x29.png",
  269. "settings@2x" : "unpackage/res/icons/58x58.png",
  270. "spotlight" : "unpackage/res/icons/40x40.png",
  271. "spotlight@2x" : "unpackage/res/icons/80x80.png"
  272. },
  273. "iphone" : {
  274. "app@2x" : "unpackage/res/icons/120x120.png",
  275. "app@3x" : "unpackage/res/icons/180x180.png",
  276. "notification@2x" : "unpackage/res/icons/40x40.png",
  277. "notification@3x" : "unpackage/res/icons/60x60.png",
  278. "settings@2x" : "unpackage/res/icons/58x58.png",
  279. "settings@3x" : "unpackage/res/icons/87x87.png",
  280. "spotlight@2x" : "unpackage/res/icons/80x80.png",
  281. "spotlight@3x" : "unpackage/res/icons/120x120.png"
  282. }
  283. }
  284. }
  285. },
  286. "nativePlugins" : {
  287. "Ba-IdCode" : {
  288. "__plugin_info__" : {
  289. "name" : "获取设备唯一标识(OAID、AAID、IMEI等) Ba-IdCode",
  290. "description" : "Ba-IdCode 是一款可以获取国内各大手机厂商 OAID 及海外手机平台 AAID 的插件。另外也支持 IMEI/MEID、AndroidID、WidevineID、PseudoID、GUID 等",
  291. "platforms" : "Android",
  292. "url" : "https://ext.dcloud.net.cn/plugin?id=10318",
  293. "android_package_name" : "com.mytek.rtlive",
  294. "ios_bundle_id" : "com.mytek.rtlive",
  295. "isCloud" : true,
  296. "bought" : 1,
  297. "pid" : "10318",
  298. "parameters" : {}
  299. }
  300. },
  301. "leven-vasDolly" : {
  302. "__plugin_info__" : {
  303. "name" : "安卓多渠道VasDolly原生插件",
  304. "description" : "安卓多渠道VasDolly原生插件,VasDolly 是腾讯开源的一个极速多渠道打包组件,同时支持基于 V1 和 V2 签名进行渠道打包,一般用于app推广统计等场景",
  305. "platforms" : "Android",
  306. "url" : "https://ext.dcloud.net.cn/plugin?id=18826",
  307. "android_package_name" : "com.mytek.rtlive",
  308. "ios_bundle_id" : "com.mytek.rtlive",
  309. "isCloud" : true,
  310. "bought" : 1,
  311. "pid" : "18826",
  312. "parameters" : {}
  313. }
  314. },
  315. "TZBank-Cashier" : {
  316. "__plugin_info__" : {
  317. "name" : "TZBank-Cashier",
  318. "description" : "台州银行收银台支付插件",
  319. "platforms" : "Android,iOS",
  320. "url" : "",
  321. "android_package_name" : "",
  322. "ios_bundle_id" : "",
  323. "isCloud" : false,
  324. "bought" : -1,
  325. "pid" : "",
  326. "parameters" : {}
  327. }
  328. },
  329. "Wework-SdkWX" : {
  330. "__plugin_info__" : {
  331. "name" : "企业微信授权登录和分享插件(Android和iOS)",
  332. "description" : "企业微信授权登录和分享插件,可使用企业微信帐号直接登录,把文件、图片、链接等内容便捷的分享给企业微信用户",
  333. "platforms" : "Android,iOS",
  334. "url" : "https://ext.dcloud.net.cn/plugin?id=6560",
  335. "android_package_name" : "com.mytek.rtlive",
  336. "ios_bundle_id" : "com.mytek.rtlive",
  337. "isCloud" : true,
  338. "bought" : 1,
  339. "pid" : "6560",
  340. "parameters" : {}
  341. }
  342. },
  343. "Ba-CameraView" : {
  344. "__plugin_info__" : {
  345. "name" : "Ba-CameraView",
  346. "description" : "",
  347. "platforms" : "Android",
  348. "url" : "",
  349. "android_package_name" : "",
  350. "ios_bundle_id" : "",
  351. "isCloud" : false,
  352. "bought" : -1,
  353. "pid" : "",
  354. "parameters" : {}
  355. }
  356. },
  357. "wxMerchantTransfer" : {
  358. "__plugin_info__" : {
  359. "name" : "wxMerchantTransfer",
  360. "description" : "WeChat Merchant Transfer Plugin",
  361. "platforms" : "Android,iOS",
  362. "url" : "",
  363. "android_package_name" : "",
  364. "ios_bundle_id" : "",
  365. "isCloud" : false,
  366. "bought" : -1,
  367. "pid" : "",
  368. "parameters" : {}
  369. }
  370. },
  371. "Tuoyun-OpenIMSDK" : {
  372. "__plugin_info__" : {
  373. "name" : "OpenIMSDK",
  374. "description" : "OpenIM SDK for uni-app advance v3.8.3-patch.12-e-v1.1.11",
  375. "platforms" : "Android,iOS",
  376. "url" : "",
  377. "android_package_name" : "",
  378. "ios_bundle_id" : "",
  379. "isCloud" : false,
  380. "bought" : -1,
  381. "pid" : "",
  382. "parameters" : {}
  383. }
  384. },
  385. "fitCloudWatch" : {
  386. "__plugin_info__" : {
  387. "name" : "fitCloudWatch",
  388. "description" : "FitCloudPro智能腕表SDK集成插件,提供设备扫描、连接、数据同步及实时测量等功能",
  389. "platforms" : "Android",
  390. "url" : "",
  391. "android_package_name" : "",
  392. "ios_bundle_id" : "",
  393. "isCloud" : false,
  394. "bought" : -1,
  395. "pid" : "",
  396. "parameters" : {}
  397. }
  398. }
  399. },
  400. "uniStatistics" : {
  401. "enable" : true
  402. },
  403. "uniCloud" : {
  404. "provider" : "aliyun",
  405. "spaceId" : "96f0e031-f37a-48ef-84c7-2023f6360c0a",
  406. "clientSecret" : "9+KF0lfvaf+If/thEM0DEg==",
  407. "endpoint" : "https://api.next.bspapp.com"
  408. }
  409. },
  410. /* 快应用特有相关 */
  411. "quickapp" : {},
  412. /* 小程序特有相关 */
  413. "mp-weixin" : {
  414. "appid" : "wx703c4bd07bbd1695",
  415. "setting" : {
  416. "urlCheck" : false
  417. },
  418. "usingComponents" : true,
  419. "permission" : {
  420. "scope.userLocation" : {
  421. "desc" : "获取您的位置信息为了更好的推荐服务"
  422. }
  423. },
  424. "requiredPrivateInfos" : [ "getLocation", "chooseLocation" ]
  425. },
  426. "mp-alipay" : {
  427. "usingComponents" : true
  428. },
  429. "mp-baidu" : {
  430. "usingComponents" : true
  431. },
  432. "mp-toutiao" : {
  433. "usingComponents" : true
  434. },
  435. "uniStatistics" : {
  436. "enable" : false,
  437. "version" : "2"
  438. },
  439. "vueVersion" : "2",
  440. "compilerOptions" : {
  441. "minify" : true,
  442. "treeShaking" : true,
  443. "sourceMap" : false
  444. },
  445. // "compatConfig" : {
  446. // "MODE" : 2 // 启用Vue2兼容模式
  447. // }
  448. "h5" : {
  449. "title" : "芳华未来",
  450. "devServer" : {
  451. "https" : false,
  452. "disableHostCheck" : true
  453. },
  454. "optimization" : {
  455. "treeShaking" : {
  456. "enable" : true
  457. }
  458. },
  459. "router" : {
  460. "mode" : "history",
  461. "base" : ""
  462. },
  463. "sdkConfigs" : {
  464. "maps" : {
  465. "amap" : {
  466. "key" : "ae15f2eb04bbc8e9f2963430f0943a42",
  467. "securityJsCode" : "",
  468. "serviceHost" : ""
  469. }
  470. }
  471. },
  472. "template" : "template.h5.html"
  473. },
  474. "sassImplementationName" : "node-sass",
  475. "channel_list" : [
  476. {
  477. "id" : "master",
  478. "name" : "官方渠道"
  479. },
  480. {
  481. "id" : "baidu",
  482. "name" : "百度"
  483. },
  484. {
  485. "id" : "yyb",
  486. "name" : "应用宝"
  487. },
  488. {
  489. "id" : "yybh5",
  490. "name" : "应用宝h5"
  491. },
  492. {
  493. "id" : "yybadv",
  494. "name" : "应用宝投流"
  495. },
  496. {
  497. "id" : "yybadv1",
  498. "name" : "应用宝投流1"
  499. },
  500. {
  501. "id" : "huawei",
  502. "name" : "华为"
  503. },
  504. {
  505. "id" : "honor",
  506. "name" : "荣耀"
  507. },
  508. {
  509. "id" : "xiaomi",
  510. "name" : "小米"
  511. },
  512. {
  513. "id" : "oppo",
  514. "name" : "oppo"
  515. },
  516. {
  517. "id" : "vivo",
  518. "name" : "vivo"
  519. },
  520. {
  521. "id" : "softworks",
  522. "name" : "软著"
  523. }
  524. ],
  525. "app-harmony" : {
  526. "distribute" : {
  527. "modules" : {
  528. "uni-push" : {}
  529. },
  530. "bundleName" : "com.mytek.rtlive1"
  531. }
  532. },
  533. "_spaceID" : "mp-788b1d8f-c300-465c-9e38-c986b162ae93"
  534. }