manifest.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "@platforms": ["android", "iPhone", "iPad"],
  3. "id": "__UNI__33C5XXX",
  4. "name": "HelloUniapp2",
  5. "version": {
  6. "name": "1.0.0",
  7. "code": "100"
  8. },
  9. "description": "应用描述",
  10. "launch_path": "",
  11. "developer": {
  12. "name": "",
  13. "email": "",
  14. "url": ""
  15. },
  16. "permissions": {
  17. "OAuth": {},
  18. "Payment": {},
  19. "Push": {},
  20. "Share": {},
  21. "Speech": {},
  22. "VideoPlayer": {},
  23. "UniNView": {
  24. "description": "UniNView原生渲染"
  25. }
  26. },
  27. "plus": {
  28. "compatible":{
  29. "ignoreVersion": true
  30. },
  31. "useragent": {
  32. "value": "uni-app",
  33. "concatenate": true
  34. },
  35. "splashscreen": {
  36. "target": "id:1",
  37. "autoclose": true,
  38. "waiting": true,
  39. "delay": 0
  40. },
  41. "popGesture": "close",
  42. "launchwebview": {
  43. "id": "1",
  44. "kernel": "WKWebview",
  45. "render": "always",
  46. "uniNView": {
  47. "path": "pages/tabBar/component/component.js"
  48. }
  49. },
  50. "statusbar": {
  51. "immersed": "supportedDevice",
  52. "style": "light",
  53. "background": "#007AFF"
  54. },
  55. "usingComponents": true,
  56. "nvueCompiler": "uni-app",
  57. "compilerVersion": 3,
  58. "allowsInlineMediaPlayback": true,
  59. "safearea": {
  60. "background": "#F8F8F8",
  61. "bottom": {
  62. "offset": "auto"
  63. }
  64. },
  65. "uni-app": {
  66. "compilerVersion": "2.6.8",
  67. "control": "uni-v3",
  68. "nvueCompiler": "uni-app",
  69. "renderer": "auto",
  70. "nvue": {
  71. "flex-direction": "column"
  72. },
  73. "nvueLaunchMode": "fast"
  74. },
  75. "tabBar": {
  76. "color": "#7A7E83",
  77. "selectedColor": "#007AFF",
  78. "borderStyle": "rgba(0,0,0,0.4)",
  79. "backgroundColor": "#F8F8F8",
  80. "list": [{
  81. "pagePath": "pages/tabBar/component/component",
  82. "iconPath": "static/component.png",
  83. "selectedIconPath": "static/componentHL.png",
  84. "text": "内置组件"
  85. }, {
  86. "pagePath": "pages/tabBar/API/API",
  87. "iconPath": "static/api.png",
  88. "selectedIconPath": "static/apiHL.png",
  89. "text": "接口"
  90. }, {
  91. "pagePath": "pages/tabBar/extUI/extUI",
  92. "iconPath": "static/extui.png",
  93. "selectedIconPath": "static/extuiHL.png",
  94. "text": "扩展组件"
  95. }, {
  96. "pagePath": "pages/tabBar/template/template",
  97. "iconPath": "static/template.png",
  98. "selectedIconPath": "static/templateHL.png",
  99. "text": "模板"
  100. }],
  101. "height": "50px",
  102. "child": ["lauchwebview"]
  103. }
  104. },
  105. "screenOrientation": ["portrait-primary", "portrait-secondary"]
  106. }