manifest.json 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "name" : "声工坊",
  3. "appid" : "__UNI__AUDIOBOOK",
  4. "description" : "AI有声书生成应用",
  5. "versionName" : "1.0.0",
  6. "versionCode" : "100",
  7. "transformPx" : false,
  8. "app-plus" : {
  9. "usingComponents" : true,
  10. "debug" : true,
  11. "splashscreen" : {
  12. "alwaysShowBeforeRender" : true,
  13. "waiting" : true,
  14. "autoclose" : true,
  15. "delay" : 0
  16. },
  17. "modules" : {
  18. "Camera" : {},
  19. "SQLite" : {},
  20. "Payment" : {}
  21. },
  22. "distribute" : {
  23. "android" : {
  24. "permissions" : [
  25. "<uses-permission android:name=\"android.permission.INTERNET\"/>",
  26. "<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>"
  27. ]
  28. },
  29. "ios" : {},
  30. "sdkConfigs" : {
  31. "payment" : {
  32. "alipay" : {
  33. "__platform__" : [ "ios", "android" ]
  34. }
  35. },
  36. "ad" : {
  37. "gm" : {}
  38. }
  39. },
  40. "icons" : {
  41. "android" : {
  42. "hdpi" : "unpackage/res/icons/72x72.png",
  43. "xhdpi" : "unpackage/res/icons/96x96.png",
  44. "xxhdpi" : "unpackage/res/icons/144x144.png",
  45. "xxxhdpi" : "unpackage/res/icons/192x192.png"
  46. },
  47. "ios" : {
  48. "appstore" : "unpackage/res/icons/1024x1024.png",
  49. "ipad" : {
  50. "app" : "unpackage/res/icons/76x76.png",
  51. "app@2x" : "unpackage/res/icons/152x152.png",
  52. "notification" : "unpackage/res/icons/20x20.png",
  53. "notification@2x" : "unpackage/res/icons/40x40.png",
  54. "proapp@2x" : "unpackage/res/icons/167x167.png",
  55. "settings" : "unpackage/res/icons/29x29.png",
  56. "settings@2x" : "unpackage/res/icons/58x58.png",
  57. "spotlight" : "unpackage/res/icons/40x40.png",
  58. "spotlight@2x" : "unpackage/res/icons/80x80.png"
  59. },
  60. "iphone" : {
  61. "app@2x" : "unpackage/res/icons/120x120.png",
  62. "app@3x" : "unpackage/res/icons/180x180.png",
  63. "notification@2x" : "unpackage/res/icons/40x40.png",
  64. "notification@3x" : "unpackage/res/icons/60x60.png",
  65. "settings@2x" : "unpackage/res/icons/58x58.png",
  66. "settings@3x" : "unpackage/res/icons/87x87.png",
  67. "spotlight@2x" : "unpackage/res/icons/80x80.png",
  68. "spotlight@3x" : "unpackage/res/icons/120x120.png"
  69. }
  70. }
  71. }
  72. }
  73. },
  74. "mp-weixin" : {
  75. "appid" : "",
  76. "setting" : {
  77. "urlCheck" : false
  78. },
  79. "usingComponents" : true
  80. },
  81. "uniStatistics" : {
  82. "enable" : false
  83. },
  84. "vueVersion" : "3"
  85. }