manifest.json 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. {
  2. "@platforms": [
  3. "android",
  4. "iPhone",
  5. "iPad"
  6. ],
  7. "id": "__UNI__61DDDA4",
  8. "name": "his_user_app",
  9. "version": {
  10. "name": "1.0.0",
  11. "code": "100"
  12. },
  13. "description": "",
  14. "developer": {
  15. "name": "",
  16. "email": "",
  17. "url": ""
  18. },
  19. "permissions": {
  20. "UniNView": {
  21. "description": "UniNView原生渲染"
  22. }
  23. },
  24. "plus": {
  25. "useragent": {
  26. "value": "uni-app",
  27. "concatenate": true
  28. },
  29. "splashscreen": {
  30. "target": "id:1",
  31. "autoclose": true,
  32. "waiting": true,
  33. "delay": 0
  34. },
  35. "popGesture": "close",
  36. "launchwebview": {
  37. "id": "1",
  38. "kernel": "WKWebview"
  39. },
  40. "usingComponents": true,
  41. "nvueStyleCompiler": "uni-app",
  42. "compilerVersion": 3,
  43. "distribute": {
  44. "google": {
  45. "permissions": [
  46. "<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>",
  47. "<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>",
  48. "<uses-permission android:name=\"android.permission.VIBRATE\"/>",
  49. "<uses-permission android:name=\"android.permission.READ_LOGS\"/>",
  50. "<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>",
  51. "<uses-feature android:name=\"android.hardware.camera.autofocus\"/>",
  52. "<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>",
  53. "<uses-permission android:name=\"android.permission.CAMERA\"/>",
  54. "<uses-permission android:name=\"android.permission.GET_ACCOUNTS\"/>",
  55. "<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>",
  56. "<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>",
  57. "<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>",
  58. "<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>",
  59. "<uses-feature android:name=\"android.hardware.camera\"/>",
  60. "<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"
  61. ]
  62. },
  63. "apple": {},
  64. "plugins": {
  65. "audio": {
  66. "mp3": {
  67. "description": "Android平台录音支持MP3格式文件"
  68. }
  69. }
  70. }
  71. },
  72. "statusbar": {
  73. "immersed": "supportedDevice",
  74. "style": "dark",
  75. "background": "#C39A58"
  76. },
  77. "uniStatistics": {
  78. "enable": false
  79. },
  80. "allowsInlineMediaPlayback": true,
  81. "safearea": {
  82. "background": "#ffffff",
  83. "bottom": {
  84. "offset": "auto"
  85. }
  86. },
  87. "uni-app": {
  88. "control": "uni-v3",
  89. "vueVersion": "3",
  90. "compilerVersion": "4.15",
  91. "nvueCompiler": "uni-app",
  92. "renderer": "auto",
  93. "nvue": {
  94. "flex-direction": "column"
  95. },
  96. "nvueLaunchMode": "normal",
  97. "webView": {
  98. "minUserAgentVersion": "49.0"
  99. }
  100. },
  101. "tabBar": {
  102. "position": "bottom",
  103. "color": "#7e7e7e",
  104. "selectedColor": "#C39A58",
  105. "borderStyle": "rgba(255,255,255,0.4)",
  106. "blurEffect": "none",
  107. "fontSize": "12px",
  108. "iconWidth": "18px",
  109. "spacing": "4px",
  110. "height": "64px",
  111. "backgroundColor": "#ffffff",
  112. "list": [
  113. {
  114. "pagePath": "pages/index/index",
  115. "iconPath": "/static/images/home.png",
  116. "selectedIconPath": "/static/images/home_select.png",
  117. "text": "首页"
  118. },
  119. {
  120. "pagePath": "pages/TUIKit/TUIPages/TUIConversation/index",
  121. "iconPath": "/static/images/inquiry.png",
  122. "selectedIconPath": "/static/images/inquiry_select.png",
  123. "text": "问诊"
  124. },
  125. {
  126. "pagePath": "pages/store/index",
  127. "iconPath": "/static/images/store.png",
  128. "selectedIconPath": "/static/images/store_select.png",
  129. "text": "疗法"
  130. },
  131. {
  132. "pagePath": "pages/user/index",
  133. "iconPath": "/static/images/my.png",
  134. "selectedIconPath": "/static/images/my_select.png",
  135. "text": "我的"
  136. }
  137. ],
  138. "selectedIndex": 0,
  139. "shown": true
  140. }
  141. },
  142. "launch_path": "__uniappview.html"
  143. }