manifest.json 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. {
  2. "name" : "看电影",
  3. "appid" : "__UNI__C025902",
  4. "description" : "看电影",
  5. "versionName" : "1.0.1",
  6. "versionCode" : 101,
  7. "transformPx" : false,
  8. /* 5+App特有相关 */
  9. "app-plus" : {
  10. "usingComponents" : true,
  11. "nvueStyleCompiler" : "看电影",
  12. "compilerVersion" : 3,
  13. "splashscreen" : {
  14. "alwaysShowBeforeRender" : true,
  15. "waiting" : true,
  16. "autoclose" : true,
  17. "delay" : 0
  18. },
  19. /* 模块配置 */
  20. "modules" : {
  21. "VideoPlayer" : {},
  22. "Webview-x5" : {}
  23. },
  24. /* 应用发布信息 */
  25. "distribute" : {
  26. /* android打包配置 */
  27. "android" : {
  28. "permissions" : [
  29. "<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>",
  30. "<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>",
  31. "<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>",
  32. "<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>",
  33. "<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>",
  34. "<uses-permission android:name=\"android.permission.GET_ACCOUNTS\"/>",
  35. "<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>",
  36. "<uses-permission android:name=\"android.permission.READ_LOGS\"/>",
  37. "<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>",
  38. "<uses-permission android:name=\"android.permission.VIBRATE\"/>",
  39. "<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>",
  40. "<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"
  41. ],
  42. "minSdkVersion" : 21
  43. },
  44. /* ios打包配置 */
  45. "ios" : {
  46. "dSYMs" : false
  47. },
  48. /* SDK配置 */
  49. "sdkConfigs" : {
  50. "ad" : {}
  51. },
  52. "splashscreen" : {
  53. "useOriginalMsgbox" : true
  54. },
  55. "icons" : {
  56. "android" : {
  57. "hdpi" : "unpackage/res/icons/72x72.png",
  58. "xhdpi" : "unpackage/res/icons/96x96.png",
  59. "xxhdpi" : "unpackage/res/icons/144x144.png",
  60. "xxxhdpi" : "unpackage/res/icons/192x192.png"
  61. },
  62. "ios" : {
  63. "appstore" : "unpackage/res/icons/1024x1024.png",
  64. "ipad" : {
  65. "app" : "unpackage/res/icons/76x76.png",
  66. "app@2x" : "unpackage/res/icons/152x152.png",
  67. "notification" : "unpackage/res/icons/20x20.png",
  68. "notification@2x" : "unpackage/res/icons/40x40.png",
  69. "proapp@2x" : "unpackage/res/icons/167x167.png",
  70. "settings" : "unpackage/res/icons/29x29.png",
  71. "settings@2x" : "unpackage/res/icons/58x58.png",
  72. "spotlight" : "unpackage/res/icons/40x40.png",
  73. "spotlight@2x" : "unpackage/res/icons/80x80.png"
  74. },
  75. "iphone" : {
  76. "app@2x" : "unpackage/res/icons/120x120.png",
  77. "app@3x" : "unpackage/res/icons/180x180.png",
  78. "notification@2x" : "unpackage/res/icons/40x40.png",
  79. "notification@3x" : "unpackage/res/icons/60x60.png",
  80. "settings@2x" : "unpackage/res/icons/58x58.png",
  81. "settings@3x" : "unpackage/res/icons/87x87.png",
  82. "spotlight@2x" : "unpackage/res/icons/80x80.png",
  83. "spotlight@3x" : "unpackage/res/icons/120x120.png"
  84. }
  85. }
  86. }
  87. }
  88. },
  89. /* 快应用特有相关 */
  90. "quickapp" : {},
  91. /* 小程序特有相关 */
  92. "mp-weixin" : {
  93. "appid" : "",
  94. "setting" : {
  95. "urlCheck" : false
  96. },
  97. "usingComponents" : true
  98. },
  99. "mp-alipay" : {
  100. "usingComponents" : true
  101. },
  102. "mp-baidu" : {
  103. "usingComponents" : true
  104. },
  105. "mp-toutiao" : {
  106. "usingComponents" : true
  107. },
  108. "uniStatistics" : {
  109. "enable" : false
  110. },
  111. "vueVersion" : "3",
  112. "h5" : {
  113. "router" : {
  114. "base" : "./",
  115. "mode" : "hash"
  116. },
  117. "devServer" : {
  118. "https" : false
  119. },
  120. "template" : "index.html",
  121. "optimization" : {
  122. "treeShaking" : {
  123. "enable" : true
  124. }
  125. }
  126. },
  127. "locale" : "zh-Hans"
  128. }