manifest.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "name" : "uView",
  3. "appid" : "__UNI__7CA30AD",
  4. "description" : "",
  5. "versionName" : "0.0.1",
  6. "versionCode" : 1,
  7. "transformPx" : false,
  8. /* 5+App特有相关 */
  9. "app-plus" : {
  10. "usingComponents" : true,
  11. "nvueCompiler" : "uni-app",
  12. "compilerVersion" : 3,
  13. "splashscreen" : {
  14. "alwaysShowBeforeRender" : true,
  15. "waiting" : true,
  16. "autoclose" : true,
  17. "delay" : 0
  18. },
  19. "orientation" : [ "landscape-primary" ],
  20. /* 模块配置 */
  21. "modules" : {},
  22. /* 应用发布信息 */
  23. "distribute" : {
  24. /* android打包配置 */
  25. "android" : {
  26. "permissions" : []
  27. },
  28. /* ios打包配置 */
  29. "ios" : {
  30. "dSYMs" : false
  31. },
  32. /* SDK配置 */
  33. "sdkConfigs" : {}
  34. }
  35. },
  36. /* 快应用特有相关 */
  37. "quickapp" : {},
  38. /* 小程序特有相关 */
  39. "mp-weixin" : {
  40. "appid" : "",
  41. "setting" : {
  42. "urlCheck" : false
  43. },
  44. "usingComponents" : true
  45. },
  46. "mp-alipay" : {
  47. "usingComponents" : true
  48. },
  49. "mp-baidu" : {
  50. "usingComponents" : true
  51. },
  52. "mp-toutiao" : {
  53. "usingComponents" : true
  54. },
  55. "uniStatistics" : {
  56. "enable" : false
  57. },
  58. "vueVersion" : "2"
  59. }