租房小程序前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

107 lines
3.8 KiB

6 months ago
  1. {
  2. "name" : "tenancy-wechat-uniapp",
  3. "appid" : "__UNI__09A45BC",
  4. "description" : "",
  5. "versionName" : "1.0.0",
  6. "versionCode" : "100",
  7. "transformPx" : false,
  8. "app-plus" : {
  9. "usingComponents" : true,
  10. "nvueStyleCompiler" : "uni-app",
  11. "compilerVersion" : 3,
  12. "splashscreen" : {
  13. "alwaysShowBeforeRender" : true,
  14. "waiting" : true,
  15. "autoclose" : true,
  16. "delay" : 0
  17. },
  18. "modules" : {
  19. "Canvas" : "nvue canvas"
  20. },
  21. "distribute" : {
  22. "android" : {
  23. "permissions" : [
  24. "<uses-feature android:name=\"android.hardware.camera\"/>",
  25. "<uses-feature android:name=\"android.hardware.camera.autofocus\"/>",
  26. "<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>",
  27. "<uses-permission android:name=\"android.permission.CAMERA\"/>",
  28. "<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>",
  29. "<uses-permission android:name=\"android.permission.WRITE_EXTERNAL_STORAGE\"/>"
  30. ]
  31. },
  32. "ios" : {
  33. "dSYMs" : false
  34. },
  35. "sdkConfigs" : {
  36. "ad" : {}
  37. },
  38. "icons" : {
  39. "android" : {
  40. "hdpi" : "unpackage/res/icons/72x72.png",
  41. "xhdpi" : "unpackage/res/icons/96x96.png",
  42. "xxhdpi" : "unpackage/res/icons/144x144.png",
  43. "xxxhdpi" : "unpackage/res/icons/192x192.png"
  44. },
  45. "ios" : {
  46. "appstore" : "unpackage/res/icons/1024x1024.png",
  47. "ipad" : {
  48. "app" : "unpackage/res/icons/76x76.png",
  49. "app@2x" : "unpackage/res/icons/152x152.png",
  50. "notification" : "unpackage/res/icons/20x20.png",
  51. "notification@2x" : "unpackage/res/icons/40x40.png",
  52. "proapp@2x" : "unpackage/res/icons/167x167.png",
  53. "settings" : "unpackage/res/icons/29x29.png",
  54. "settings@2x" : "unpackage/res/icons/58x58.png",
  55. "spotlight" : "unpackage/res/icons/40x40.png",
  56. "spotlight@2x" : "unpackage/res/icons/80x80.png"
  57. },
  58. "iphone" : {
  59. "app@2x" : "unpackage/res/icons/120x120.png",
  60. "app@3x" : "unpackage/res/icons/180x180.png",
  61. "notification@2x" : "unpackage/res/icons/40x40.png",
  62. "notification@3x" : "unpackage/res/icons/60x60.png",
  63. "settings@2x" : "unpackage/res/icons/58x58.png",
  64. "settings@3x" : "unpackage/res/icons/87x87.png",
  65. "spotlight@2x" : "unpackage/res/icons/80x80.png",
  66. "spotlight@3x" : "unpackage/res/icons/120x120.png"
  67. }
  68. }
  69. },
  70. "splashscreen" : {
  71. "androidStyle" : "common"
  72. }
  73. },
  74. "nvueLaunchMode" : "",
  75. "renderer" : "native"
  76. },
  77. "quickapp" : {},
  78. "mp-weixin" : {
  79. "appid" : "",
  80. "setting" : {
  81. "urlCheck" : false,
  82. "es6" : true,
  83. "postcss" : true,
  84. "minified" : true
  85. },
  86. "usingComponents" : true
  87. },
  88. "mp-alipay" : {
  89. "usingComponents" : true
  90. },
  91. "mp-baidu" : {
  92. "usingComponents" : true
  93. },
  94. "mp-toutiao" : {
  95. "usingComponents" : true
  96. },
  97. "uniStatistics" : {
  98. "enable" : false
  99. },
  100. "vueVersion" : "3",
  101. "h5" : {
  102. "router" : {
  103. "mode" : "history"
  104. },
  105. "title" : "tenancy"
  106. }
  107. }